fix: no colors set for cpu, mem or temp on waybar
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"temperature",
|
"temperature",
|
||||||
"keyboard-state",
|
|
||||||
"battery",
|
"battery",
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
|
|||||||
@@ -75,6 +75,21 @@ button:hover {
|
|||||||
padding-right: 4px;
|
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 {
|
#clock {
|
||||||
color: @maroon;
|
color: @maroon;
|
||||||
border-bottom: 2px solid @maroon;
|
border-bottom: 2px solid @maroon;
|
||||||
|
|||||||
Reference in New Issue
Block a user