aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/panels/bar.css
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-09-17 21:37:33 -0700
committerCaroline Larimore <caroline@larimo.re>2024-09-17 21:37:33 -0700
commit6bc6e37af5b21b0356d0e008f83eee5378fc8b43 (patch)
tree0fd4e2fdf9ddd1937b3a02de57d11e4ff1ade6fc /roles/home/desktop/eww/panels/bar.css
parent485dc4b641f6b07def1bfa28c7c3ab83e764f29e (diff)
home: desktop: update eww widgets
Diffstat (limited to 'roles/home/desktop/eww/panels/bar.css')
-rw-r--r--roles/home/desktop/eww/panels/bar.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/roles/home/desktop/eww/panels/bar.css b/roles/home/desktop/eww/panels/bar.css
new file mode 100644
index 0000000..a07c3b1
--- /dev/null
+++ b/roles/home/desktop/eww/panels/bar.css
@@ -0,0 +1,39 @@
+.bar .shutdown {
+ color: @brightRed;
+}
+
+.bar .restart {
+ color: @brightGreen;
+}
+
+.bar .sleep {
+ color: @brightYellow;
+}
+
+.bar .dismiss {
+ color: @red;
+}
+
+.bar .ws {
+ font-family: 'Symbols Nerd Font Mono';
+ font-size: 18;
+
+ color: @bg2;
+}
+
+.bar .ws.active {
+ color: @fg4;
+}
+
+.bar .ws.visible {
+ color: @fg;
+}
+
+.bar .ws.focused {
+ background: @bg1;
+ color: @fg0;
+}
+
+.bar .ws.urgent {
+ background: @red;
+}