diff options
| author | ryukamish <[email protected]> | 2026-04-23 18:16:04 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-23 18:16:04 +0530 |
| commit | 87c2a2146205d790f15754ea62f2effeff9201f8 (patch) | |
| tree | 9ca9579eaea76e43277dcbb14ab318f6ea52ceb9 | |
| parent | db42ef3444e0b9a2a0b0e073f093ee338f37682f (diff) | |
removing some modules and position change for screenrecording indicator module
| -rw-r--r-- | waybar/config.jsonc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index aa7dc83..a114ca4 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -4,19 +4,18 @@ "modules-left": [ "clock", "custom/uptime", - "custom/screenrecording-indicator", "niri/window" ], "modules-center": [ "custom/workspaces" ], "modules-right": [ + "custom/screenrecording-indicator", "tray", "custom/brightness", "network", "pulseaudio", "bluetooth", - "memory", "battery" ], "niri/window": { @@ -27,10 +26,6 @@ "format": "{:%a, %b %d %H:%M}", "tooltip": false }, - "memory": { - "format": " {used}GiB", - "tooltip": false - }, "battery": { "states": { "good": 95, @@ -61,7 +56,7 @@ "pulseaudio": { "format": "{icon} {volume}%", "format-bluetooth": " {icon} {volume}%", - "format-muted": "", + "format-muted": "", "format-icons": { "alsa_output.pci-0000_00_1f.3.analog-stereo": "", "alsa_output.pci-0000_00_1f.3.analog-stereo-muted": "", |
