aboutsummaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-09-27 11:49:14 -0500
committerMatt Singleton <matt@xcolour.net>2022-09-27 11:49:14 -0500
commit29f7bf92edf6031f8d40928514b9408cd3ec610f (patch)
tree2df9db96825404e2306bb5bfb22636fe9f6c44ab /config/waybar/style.css
parentf048fcca53f0c7ed7115e5a050a281e70939bcf8 (diff)
waybar indicator for when a restart is needed
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index 6858337..ebcf4a6 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -56,3 +56,7 @@ label {
background: #a32a3a;
text-shadow: 1px 1px 0 #ae4e2a;
}
+
+#custom-reboot {
+ color: #a32a3a;
+}