diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 13:11:31 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 13:11:31 +0200 |
| commit | 222875656922ab5826b3d7c546bb3ab0a4e04e17 (patch) | |
| tree | dccc5f5e5b4b0475528a61f9e3aa16221bf65d9b /appearance | |
| parent | a2a16427b2ff7f6d0bd167e5765256ed3e23097d (diff) | |
| download | quickshell-222875656922ab5826b3d7c546bb3ab0a4e04e17.tar.gz quickshell-222875656922ab5826b3d7c546bb3ab0a4e04e17.zip | |
docs(appearance): fix stale Theme tab phrase and align the tab diagram
The five-tab shell's paragraph still said theme opened "the other tab",
and the widened top border left the body and bottom border 6 columns
short. Widen lines 7-14 to match and name the Theme tab.
Diffstat (limited to 'appearance')
| -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`. |
