From 40dec402b9c03e0d9a75cb8f2c45367032735d83 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:28 +0100 Subject: 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. --- dot_config/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot_config/waybar/config.jsonc') 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", -- cgit v1.3.1