How does Ryoku compare to Omarchy? Is it an Omarchy alternative?
How does Ryoku compare to Omarchy? Is it an Omarchy alternative?
ryoku CLI (update, rollback, doctor). If you
like the Omarchy idea, Ryoku is a close, actively developed alternative. See
Omarchy heritage.How do I update Ryoku?
How do I update Ryoku?
ryoku update. One command takes a snapshot, brings the system current
from the signed [ryoku] repo, re-lays the base config with
ryoku materialize, and reloads the shell. There is a single channel
(main) — no channel switching and no git-pull update. You can also start a
run from Ryoku Settings > Updates or the update island in the pill. See
CLI for the command reference and Updates for
the full model.How do I roll back a bad update?
How do I roll back a bad update?
ryoku update is wrapped in a snapper pre/post
snapshot pair. Run ryoku rollback to list snapshots and pick one, or
ryoku rollback <id> to go straight to it. The same snapshots are selectable
from the Limine boot menu, so even a system that will not boot back into
Hyprland can be recovered from the bootloader. The full rollback and recovery
path is in Updates.Where do my configs live, and which survive updates?
Where do my configs live, and which survive updates?
~/.config by ryoku materialize,
which runs on every update. Your own changes go in the dedicated override
files that updates never touch: ~/.config/hypr/user.lua,
~/.config/kitty/user.conf, ~/.config/fish/user.fish, and
~/.config/hypr/monitors_user.lua. Editing shipped files in place works too,
but the override files are the update-safe way to customize. See
Customize.How do I change the theme or wallpaper?
How do I change the theme or wallpaper?
Mod + W to cycle a random one, Mod + C for the quick
picker, or Mod + Shift + W to open Ryowalls and browse wallhaven. By
default the color palette follows the wallpaper (via wallust); some themes
lock to a fixed palette instead. See Theming.How do I install more software, like a game launcher?
How do I install more software, like a game launcher?
ryoku-extras-install install bundle gaming.
You can still use pacman, the AUR, and Flatpak directly for anything not in a
bundle. See Extras.How do I add a desktop widget?
How do I add a desktop widget?
Is it still Ryoku if I switch to the CachyOS kernel?
Is it still Ryoku if I switch to the CachyOS kernel?
How do I switch keyboard layout or fix my input devices?
How do I switch keyboard layout or fix my input devices?
My screen is the wrong resolution or using the wrong GPU.
My screen is the wrong resolution or using the wrong GPU.
The desktop didn't draw after login.
The desktop didn't draw after login.
ryoku reload to restart the shell, then check
~/.local/state/ryoku-shell.log. The usual causes are an update that left
the shell out of sync (run ryoku update again, or ryoku rollback), a Lua
error in a hand-edited user.lua or monitors_user.lua, or a corrupt
generated monitors.lua/gpu.lua that ryoku doctor repairs. The full
checklist is in Troubleshoot.Can I convert my existing Arch install instead of reinstalling?
Can I convert my existing Arch install instead of reinstalling?
restore.sh), adds the
[ryoku] repo, installs the Ryoku packages, and materializes the config. It
is fully reversible with ryoku-shell-install --uninstall. See
Convert.Can I dual-boot Ryoku alongside Windows?
Can I dual-boot Ryoku alongside Windows?
Does Rashin send my data anywhere?
Does Rashin send my data anywhere?
How do I verify my ISO download?
How do I verify my ISO download?
gpg --verify the ISO
against its .sig and sha256sum -c its .sha256. Every ISO and every
[ryoku] package is signed by Ryoku Releases <[email protected]>. The
exact commands and the fingerprint to check against are in
Security.Still stuck?
Troubleshoot
ryoku doctor, recovery, and how to file a useful bug.CLI
ryoku command reference behind every answer above.
