diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 12:52:47 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 12:52:47 +1100 |
| commit | 2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0 (patch) | |
| tree | bd5ec228f94326501b7a2f93c0474928b9b28d19 /scss/bar.scss | |
| parent | bar: fix null pointer errors (diff) | |
| download | caelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.tar.gz caelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.tar.bz2 caelestia-shell-2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0.zip | |
bar: wifi and bluetooth status
Diffstat (limited to 'scss/bar.scss')
| -rw-r--r-- | scss/bar.scss | 14 |
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; + } } } |