summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-11 22:54:40 +0530
committerryukamish <[email protected]>2026-04-11 22:54:40 +0530
commit7486374c3679c85ebf7670c7976e607d1509be1b (patch)
tree434038773437c197f28c87fb800aa144349a613c /waybar
parent93ebed5848d7a21e0ffc8333fede1ea1dd0e83fb (diff)
add: visual overhaul and indicator for modules
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc2
-rwxr-xr-xwaybar/niri-workspacesbin700680 -> 700712 bytes
-rw-r--r--waybar/style.css22
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
index 7213da7..d2f5ee4 100755
--- a/waybar/niri-workspaces
+++ b/waybar/niri-workspaces
Binary files differ
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;