nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 87c2a2146205d790f15754ea62f2effeff9201f8
parent db42ef3444e0b9a2a0b0e073f093ee338f37682f
Author: ryukamish <[email protected]>
Date:   Thu, 23 Apr 2026 18:16:04 +0530

removing some modules and position change for screenrecording indicator module

Diffstat:
Mwaybar/config.jsonc | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git 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": "",