aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 19 insertions, 10 deletions
diff --git a/README.md b/README.md
index 131d249..d7f995e 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,22 @@
# waybar-theme-udt
-A waybar bar for DP-3: pill clusters, icons from the desktop's own icon theme
-instead of font glyphs, and colours driven by
+Two waybar bars for DP-3: pill clusters, icons from the desktop's own icon
+theme instead of font glyphs, and colours driven by
[unified-desktop-theme](../unified-desktop-theme).
- [◆] [📅 Wed 15/09] [🕑 14:32] [1..8] [●●] [ open apps ] [🔊] [tray] [⏻] [🇮🇹]
+ top [📅 Wed 15/09] [🕑 14:32] [●●] [S] [●] [🔊] [tray] [⏻] [🇮🇹]
+ bottom [1..8] [ open windows ]
Each bracket is a pill. Pills group into clusters with gaps between them, so
-the bar reads as a few objects rather than one strip. Hover cross-fades
+the bars read as a few objects rather than one strip. Hover cross-fades
background and text over 0.3s; taskbar buttons underline in the accent.
+DP-3 is rotated, so a bar there is 1080px wide rather than 1920, and one bar
+holding everything was too crowded. Status sits on top, the desktop itself
+(workspaces and open windows) along the bottom. Both bars are one waybar
+process reading one stylesheet: waybar takes a top-level array of bars, so
+they cannot drift apart.
+
## Install
./install.sh
@@ -65,11 +72,13 @@ their national colours.
## Layout
-| Cluster | Modules |
-| --- | --- |
-| left | launcher, date, time, workspaces, VM dots |
-| center | open applications |
-| right | privacy dots, volume drawer, tray, presentation mode, language |
+| Bar | Cluster | Modules |
+| --- | --- | --- |
+| top | left | date, time, VM dots |
+| top | centre | launcher |
+| top | right | privacy dots, volume drawer, tray, presentation mode, language |
+| bottom | left | workspaces |
+| bottom | right | open windows |
No battery, temperature, CPU, memory or backlight: this is a desktop.
@@ -105,7 +114,7 @@ Macchiato values when it is missing, so they still run standalone.
modules/ one file per module, by source
styles/ style.css imports the rest in order
icons/ the two icons the icon theme lacks
- bin/ wb-icon, wb-idle, and the two dot scripts
+ bin/ wb-icon, wb-lang, and the two dot scripts
Wildcard `include` has been broken since waybar v0.14.0, so `config.jsonc`
lists every module file explicitly.