summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:52:47 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 12:52:47 +1100
commit2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0 (patch)
treebd5ec228f94326501b7a2f93c0474928b9b28d19 /scss
parentbar: fix null pointer errors (diff)
downloadcaelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.tar.gz
caelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.tar.bz2
caelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.zip
bar: wifi and bluetooth status
Diffstat (limited to 'scss')
-rw-r--r--scss/bar.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss
index 9512112..1726cac 100644
--- a/scss/bar.scss
+++ b/scss/bar.scss
@@ -84,6 +84,10 @@
@include lib.spacing(10);
}
+ .status-icons {
+ color: scheme.$rosewater;
+ }
+
.notifications {
color: scheme.$mauve;
}
@@ -94,10 +98,20 @@
.power {
@include lib.border(scheme.$red);
+ @include lib.element-decel;
@include font.icon;
color: scheme.$red;
font-weight: bold;
font-size: lib.s(16);
+
+ &:hover,
+ &:focus {
+ background-color: scheme.$surface1;
+ }
+
+ &:active {
+ background-color: scheme.$surface2;
+ }
}
}