summaryrefslogtreecommitdiff
path: root/scss/bar.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-07 15:49:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-07 15:49:40 +1000
commitd49a811d16770ae48e64d090ea15e301808d0671 (patch)
treea0c7a07fff31226312f7ca7d8faca184f9edd5d9 /scss/bar.scss
parentconfig: handle config deleted (diff)
downloadcaelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.gz
caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.bz2
caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.zip
bar: show windows on each workspace
Diffstat (limited to 'scss/bar.scss')
-rw-r--r--scss/bar.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss
index a01e8ee..7a58b8a 100644
--- a/scss/bar.scss
+++ b/scss/bar.scss
@@ -70,12 +70,21 @@
&.labels-shown > button {
color: color.change(scheme.$overlay1, $alpha: 1);
+ .icon {
+ font-size: lib.s(13);
+ color: color.change(scheme.$subtext0, $alpha: 1);
+ }
+
&.occupied {
color: color.mix(scheme.$text, scheme.$mauve, 50%);
}
&.focused {
color: color.change(scheme.$base, $alpha: 1);
+
+ .icon {
+ color: color.change(scheme.$surface0, $alpha: 1);
+ }
}
}
}
@@ -163,6 +172,14 @@
padding-left: lib.s(20);
padding-right: lib.s(20);
}
+
+ .icon {
+ margin-left: lib.s(5);
+
+ &:nth-child(2) {
+ margin-left: lib.s(12);
+ }
+ }
}
}
@@ -212,6 +229,14 @@
padding-top: lib.s(15);
padding-bottom: lib.s(15);
}
+
+ .icon {
+ margin-top: lib.s(2);
+
+ &:nth-child(2) {
+ margin-top: lib.s(3);
+ }
+ }
}
}