Update to current dots

This commit is contained in:
Trianta
2024-01-24 19:28:47 -06:00
parent 7f0928ddf9
commit c9556bebe0
4 changed files with 63 additions and 8 deletions
+21
View File
@@ -51,6 +51,26 @@ window#waybar.hidden {
padding: 0 10px;
}
/* Left side */
#wireplumber,
#disk,
#memory,
#cpu,
#custom-gpu,
#temperature {
color: @teal;
}
/* Right side */
#clock,
#network,
#tray,
#custom-poweroff,
#custom-weather {
color: @sapphire;
}
/* Old Colors
#wireplumber{
color: @sapphire;
}
@@ -69,3 +89,4 @@ window#waybar.hidden {
#temperature {
color: @sky;
}
*/