summaryrefslogtreecommitdiff
path: root/.config/eww/eww.scss
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2026-01-12 17:32:24 -0500
committerSam Nystrom <sam@samnystrom.dev>2026-01-12 17:32:24 -0500
commit30a5b19a7d97ff86ed88f6b722e1b2108b510191 (patch)
tree6a2f5caead2bdb965082a2deaaa09b158c9b20be /.config/eww/eww.scss
parent177e66bbc09b62cfbc8f241511475cdb76d6bd15 (diff)
add eww config
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r--.config/eww/eww.scss116
1 files changed, 116 insertions, 0 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss
new file mode 100644
index 0000000..c37d1e6
--- /dev/null
+++ b/.config/eww/eww.scss
@@ -0,0 +1,116 @@
+$bg: #100F0F;
+$bg2: #1C1B1A;
+$ui: #282726;
+$ui2: #343331;
+$ui3: #403E3C;
+$tx3: #575653;
+$tx2: #878580;
+$tx: #CECDC3;
+
+$re: #D14D41;
+$or: #DA702C;
+$ye: #D0A215;
+$gr: #879A39;
+$cy: #3AA99F;
+$bl: #4385BE;
+$pu: #8B7EC8;
+$ma: #CE5D97;
+
+$re2: #AF3029;
+$or2: #BC5215;
+$ye2: #AD8301;
+$gr2: #66800B;
+$cy2: #24837B;
+$bl2: #205EA6;
+$pu2: #5E409D;
+$ma2: #A02F6F;
+
+* {
+ all: unset;
+}
+
+.bar {
+ background-color: transparent;
+ color: $tx;
+ font-family: 'FiraCode Nerd Font';
+}
+
+.title {
+ background-color: $bg;
+ border-radius: 999px;
+ padding: 0 16px;
+}
+
+.status {
+ background-color: $bg;
+ border-radius: 999px;
+ padding: 0 1px;
+}
+
+.status > * {
+ margin: 0 8px;
+}
+
+.volume { color: $re; }
+.network { color: $or; }
+.brightness { color: $ye; }
+.battery { color: $gr; }
+.clock { color: $bl; }
+.menu {
+ color: $pu;
+ font-size: 1.3em;
+}
+
+.tags {
+ background-color: $bg;
+ border-radius: 999px;
+ padding: 8px;
+}
+
+.tags button {
+ color: $tx;
+ border: 2.5px solid $ui3;
+ border-radius: 999px;
+ padding: 8px 8px;
+ margin: 0 3px;
+}
+
+.tags .focused {
+ border-color: $ui3;
+ background-color: $ui3;
+}
+
+.tags .occupied.focused {
+ border-color: $bl;
+ background-color: $bl;
+}
+
+.tags .occupied {
+ border-color: $bl;
+}
+
+scale {
+ padding: 0 16px;
+}
+
+scale trough {
+ min-width: 100px;
+ background-color: $re;
+}
+
+.powermenu {
+ background-color: rgba(0 0 0 / 20%);
+}
+
+.powermenu-buttons {
+ margin: 420px 200px;
+}
+
+.powermenu button {
+ background-color: $bg;
+ font-size: 20px;
+}
+.powermenu label {
+ margin-top: 8px;
+ font-size: 1.25rem;
+}