aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:28 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:28 +0100
commit40dec402b9c03e0d9a75cb8f2c45367032735d83 (patch)
treeb54994f016ad1654961efa8e3efdf9b1db398b65 /dot_config/waybar
parentae9d11f899ec73862fa583989ad7060f2990c4be (diff)
downloaddotfiles-40dec402b9c03e0d9a75cb8f2c45367032735d83.tar.gz
dotfiles-40dec402b9c03e0d9a75cb8f2c45367032735d83.tar.bz2
dotfiles-40dec402b9c03e0d9a75cb8f2c45367032735d83.zip
style(waybar): group clickable modules on the right edge
Read-only stats (cpu, temp, memory, disk, network, battery, privacy) on the left half of modules-right; interactive ones (pulseaudio mute, wifi toggle, idle_inhibitor, mako history, thunderbird, tray, clock) clustered on the right.
Diffstat (limited to 'dot_config/waybar')
-rw-r--r--dot_config/waybar/config.jsonc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc
index a44309e..93180cb 100644
--- a/dot_config/waybar/config.jsonc
+++ b/dot_config/waybar/config.jsonc
@@ -6,16 +6,16 @@
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": [],
"modules-right": [
- "pulseaudio",
"cpu",
"temperature",
"custom/memory",
"disk",
- "custom/wifi",
"network#bond",
"battery",
- "idle_inhibitor",
"privacy",
+ "pulseaudio",
+ "custom/wifi",
+ "idle_inhibitor",
"custom/notifications",
"custom/thunderbird",
"tray",