From 2d7ad5977f42e7158cfab5dcb75e940a6bc2ecc0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:52:47 +1100 Subject: bar: wifi and bluetooth status --- scss/bar.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scss') 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; + } } } -- cgit v1.2.3-freya