diff options
| author | ryukamish <[email protected]> | 2026-04-11 22:54:40 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 22:54:40 +0530 |
| commit | 7486374c3679c85ebf7670c7976e607d1509be1b (patch) | |
| tree | 434038773437c197f28c87fb800aa144349a613c | |
| parent | 93ebed5848d7a21e0ffc8333fede1ea1dd0e83fb (diff) | |
add: visual overhaul and indicator for modules
| -rw-r--r-- | waybar/config.jsonc | 2 | ||||
| -rwxr-xr-x | waybar/niri-workspaces | bin | 700680 -> 700712 bytes | |||
| -rw-r--r-- | waybar/style.css | 22 |
3 files changed, 21 insertions, 3 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 96a6ba0..abae8c3 100644 --- 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 differindex 7213da7..d2f5ee4 100755 --- a/waybar/niri-workspaces +++ b/waybar/niri-workspaces diff --git a/waybar/style.css b/waybar/style.css index 3e0f04a..07e2661 100644 --- 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; |
