commit 1886672941b77db09284b58890623145415faf00
parent 4d33ae8d39aaf33b53d24aae528d2cfa61412ae4
Author: ryukamish <[email protected]>
Date: Mon, 27 Apr 2026 15:20:14 +0530
add: color overhaul and modules' styles
Diffstat:
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/waybar/niri-workspaces b/waybar/niri-workspaces
Binary files differ.
diff --git a/waybar/style.css b/waybar/style.css
@@ -1,14 +1,14 @@
* {
border: none;
- font-family: "JetBrainsMono Nerd Font Propo, monospace";
+ font-family: "Terminess Nerd Font Propo, monospace";
font-size: 14px;
/* font-weight: bold; */
min-height: 0;
}
window#waybar {
- background-color: #000000;
- color: #ffffff;
+ background-color: #0a0a0a;
+ color: #b8a9e9;
}
/* Different battery states indicator */
@@ -25,8 +25,11 @@ window#waybar {
#window,
#custom-brightness,
#custom-uptime,
+#custom-vpn,
#memory,
#network,
+#temperature,
+#cpu,
#mpris,
#bluetooth,
#pulseaudio,
@@ -39,10 +42,18 @@ window#waybar {
#memory,
#bluetooth,
#pulseaudio,
+#temperature,
+#cpu,
#custom-brightness,
#custom-uptime,
+#custom-vpn,
#battery {
- color: #cccccc;
+ /* color: #cccccc; */
+ color: #9b8ec4;
+}
+
+#temperature.critical {
+ color: #ff0000;
}
/* custom modules */