summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-05-07 00:03:49 +0530
committerryukamish <[email protected]>2026-05-07 00:03:49 +0530
commit3f954424471ce6ee0b5dfcb3dc12eae1e9891b1a (patch)
treece3d180bc4817cf693aa75ae5227c54b6541c6cc /waybar
parent9e74ddfea57d885c9c6e7f787a682ba3c3e23067 (diff)
chore: removing cpu and temp modules on waybar and color changes to neutral colors
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc12
-rw-r--r--waybar/style.css23
2 files changed, 8 insertions, 27 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index 4be1d16..ef42848 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -13,8 +13,6 @@
"custom/screenrecording-indicator",
"tray",
"custom/brightness",
- "cpu",
- "temperature",
"network",
"custom/vpn",
"pulseaudio",
@@ -29,16 +27,6 @@
"format": "{:%a, %b %d %H:%M}",
"tooltip": false
},
- "cpu": {
- "interval": 10,
- "format": " {usage}%",
- "max-length": 10
- },
- "temperature": {
- "thermal-zone": 5,
- "critical-threshold": 80,
- "format": " {temperatureC}°C"
- },
"battery": {
"interval": 60,
"max-length": 25,
diff --git a/waybar/style.css b/waybar/style.css
index c3ba99b..61f4baf 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,29 +1,26 @@
* {
border: none;
font-family: "Terminess Nerd Font Propo, monospace";
- font-size: 14px;
+ font-size: 16px;
/* font-weight: bold; */
min-height: 0;
}
window#waybar {
- background-color: #0a0a0a;
- color: #b8a9e9;
+ background-color: alpha(#0a0a0a, 0.7);
+}
+
+#battery {
+ background: transparent;
}
/* Different battery states indicator */
#battery.discharging.warning {
color: #ffa500;
- background-color: #0a0a0a;
}
#battery.discharging.critical {
color: #ff0000;
- background-color: #0a0a0a;
-}
-
-#battery.charging {
- background-color: #0a0a0a;
}
#clock,
@@ -34,8 +31,6 @@ window#waybar {
#custom-vpn,
#memory,
#network,
-#temperature,
-#cpu,
#mpris,
#bluetooth,
#pulseaudio,
@@ -48,14 +43,12 @@ window#waybar {
#memory,
#bluetooth,
#pulseaudio,
-#temperature,
-#cpu,
#custom-brightness,
#custom-uptime,
#custom-vpn,
#battery {
- /* color: #cccccc; */
- color: #9b8ec4;
+ color: #cccccc;
+ /* color: #9b8ec4; */
}
#temperature.critical {