fix: no colors set for cpu, mem or temp on waybar

This commit is contained in:
2024-12-04 20:15:55 +05:00
parent 86045019ba
commit 5936339588
2 changed files with 62 additions and 48 deletions

View File

@@ -18,7 +18,6 @@
"cpu",
"memory",
"temperature",
"keyboard-state",
"battery",
"clock",
"tray"

View File

@@ -75,6 +75,21 @@ button:hover {
padding-right: 4px;
}
#cpu {
color: @mauve;
border-bottom: 2px solid @mauve;
}
#memory {
color: @teal;
border-bottom: 2px solid @teal;
}
#temperature {
color: @red;
border-bottom: 2px solid @red;
}
#clock {
color: @maroon;
border-bottom: 2px solid @maroon;