summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-06-25 00:28:03 -0400
committerJosh <joshott16@gmail.com>2025-06-25 00:28:03 -0400
commit0a5d16f2b593e370f2724d27e3458a346931703e (patch)
treec899c0e30061674c7dafbe39740195c9e7b63b23 /waybar/style.css
parentcf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d (diff)
downloaddotfiles-0a5d16f2b593e370f2724d27e3458a346931703e.tar.gz
dotfiles-0a5d16f2b593e370f2724d27e3458a346931703e.zip
bring back the monitors
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 6e9bcd5..f9c9b92 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -131,12 +131,15 @@ label:focus {
}
#cpu {
- border-top: 3px solid @peach;
+ border-top: 3px solid @teal;
+ color: @teal;
+
}
#memory {
- border-top: 3px solid @peach;
+ border-top: 3px solid @sapphire;
padding-right: 15px;
+ color: @sapphire;
}
#disk {
@@ -172,8 +175,8 @@ label:focus {
}
#temperature {
- border-top: 3px solid @teal;
- color: @teal;
+ border-top: 3px solid @green;
+ color: @green;
padding-right: 12px;
}