From e8094f5d29a000514d0ca7720052bfedc1e55b7e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:34:19 +1100 Subject: bar: bluetooth devices --- scss/bar.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scss') diff --git a/scss/bar.scss b/scss/bar.scss index 12c8df3..0ceac94 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -84,6 +84,15 @@ .status-icons { color: scheme.$rosewater; + + .bluetooth { + @include lib.spacing(10); + + // The spacing doesn't look right for some reason so this + & > :first-child:not(:last-child) { + margin-right: lib.s(5); + } + } } .pkg-updates { -- cgit v1.2.3-freya