diff options
| -rw-r--r-- | appearance/README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/appearance/README.md b/appearance/README.md index eb3c1f3..9e1a41c 100644 --- a/appearance/README.md +++ b/appearance/README.md @@ -4,14 +4,14 @@ Wallpapers and colour scheme in one drawer. `SUPER+Return` opens it on the Wallpaper tab; Tab switches tabs, Escape closes. ┌─[ Wallpaper ]─[ Theme ]─[ Sunset ]─[ Idle ]─[ Icons ]──┐ - │ Set on [Horizontal] [Vertical] 261 wallpapers │ - │ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌──┐ ┌─────┐ │ - │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ └────┘ └────┘ └────┘ └────┘ └┬─┘ └──┬──┘ │ - │ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ═╧═ ══╧══ │ - │ │ │ │ │ │ │ │ │ [Apply] [Reset]│ - │ └────┘ └────┘ └────┘ └────┘ │ - └──────────────────────────────────────────────────┘ + │ Set on [Horizontal] [Vertical] 261 wallpapers │ + │ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌──┐ ┌─────┐ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ + │ └────┘ └────┘ └────┘ └────┘ └┬─┘ └──┬──┘ │ + │ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ═╧═ ══╧══ │ + │ │ │ │ │ │ │ │ │ [Apply] [Reset] │ + │ └────┘ └────┘ └────┘ └────┘ │ + └────────────────────────────────────────────────────────┘ ## Running it @@ -24,7 +24,7 @@ be running for the keybind to work: "qs -p ~/Programming/GIT/quickshell/appearance ipc call appearance wallpaper")) Write that path out in full in the real config: `exec_cmd` has no shell to -expand `~`. `ipc call appearance theme` opens the other tab. +expand `~`. `ipc call appearance theme` opens the Theme tab. IPC verbs: `wallpaper`, `theme`, `sunset`, `idle`, `icons`. |
