From 87c2a2146205d790f15754ea62f2effeff9201f8 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 23 Apr 2026 18:16:04 +0530 Subject: removing some modules and position change for screenrecording indicator module --- waybar/config.jsonc | 9 ++------- 1 file 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": "", -- cgit v1.3