Added GPU usage to bar

This commit is contained in:
Trianta
2024-01-21 00:12:07 -06:00
parent 2b3af41d33
commit 7f0928ddf9
2 changed files with 18 additions and 5 deletions
+5 -1
View File
@@ -45,6 +45,7 @@ window#waybar.hidden {
#tray,
#workspaces,
#wireplumber,
#custom-gpu,
#custom-poweroff,
#custom-weather {
padding: 0 10px;
@@ -60,7 +61,10 @@ window#waybar.hidden {
color: @teal;
}
#cpu {
color: @lavender;
color: @yellow;
}
#custom-gpu {
color: @pink;
}
#temperature {
color: @sky;