diff options
| author | 2026-05-13 13:43:28 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:28 +0100 | |
| commit | 40dec402b9c03e0d9a75cb8f2c45367032735d83 (patch) | |
| tree | b54994f016ad1654961efa8e3efdf9b1db398b65 /dot_config/waybar | |
| parent | ae9d11f899ec73862fa583989ad7060f2990c4be (diff) | |
| download | dotfiles-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.jsonc | 6 |
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", |
