nirish

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

commit 7486374c3679c85ebf7670c7976e607d1509be1b
parent 93ebed5848d7a21e0ffc8333fede1ea1dd0e83fb
Author: ryukamish <[email protected]>
Date:   Sat, 11 Apr 2026 22:54:40 +0530

add: visual overhaul and indicator for modules

Diffstat:
Mwaybar/config.jsonc | 2+-
Mwaybar/niri-workspaces | 0
Mwaybar/style.css | 22++++++++++++++++++++--
3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/waybar/config.jsonc b/waybar/config.jsonc @@ -47,7 +47,7 @@ "", "" ], - "charging": "" + "charging": "<span color='#ffff00'></span>" }, "format-plugged": " {capacity}%" }, diff --git a/waybar/niri-workspaces b/waybar/niri-workspaces Binary files differ. diff --git a/waybar/style.css b/waybar/style.css @@ -1,8 +1,8 @@ * { border: none; font-family: "JetBrainsMono Nerd Font Propo, monospace"; - font-size: 12px; - font-weight: bold; + font-size: 14px; + /* font-weight: bold; */ min-height: 0; } @@ -15,6 +15,14 @@ window#waybar { padding: 0 6px; } +#battery.discharging.warning { + color: #ffa500; +} + +#battery.discharging.critical { + color: #ff0000; +} + #clock, #battery, #window, @@ -28,6 +36,16 @@ window#waybar { padding: 0 8px; } +/* add grey color to some modules */ +#network, +#memory, +#bluetooth, +#pulseaudio, +#custom-brightness, +#battery { + color: #cccccc; +} + /* custom modules */ #custom-screenrecording-indicator { color: #ff0000;