This commit is contained in:
2025-06-19 01:40:40 +02:00
parent 656573db82
commit 494afb4a88
15 changed files with 75 additions and 48 deletions

View File

@@ -5,7 +5,7 @@
.main-window {
background-color: $bg;
font-family: 'Fira Sans Semibold', 'Font Awesome 6 Free', FontAwesome;
font-family: 'Font Awesome 6 Free';
border-radius: 20px;
border: 3px solid $blue;
}
@@ -51,7 +51,7 @@
}
.weather-icon {
font-family: 'JetBrainsMono Nerd Font';
font-family: 'MesloLGM Nerd Font';
font-size: 60px;
}
@@ -88,22 +88,22 @@
}
.volume-scale highlight {
background-color: $green;
background-color: $sapphire;
border-radius: 15px;
}
.brightness-scale highlight {
background-color: $yellow;
background-color: $teal;
border-radius: 15px;
}
.cpu-scale highlight {
background-color: $red;
background-color: $yellow;
border-radius: 15px;
}
.memory-scale highlight {
background-color: $blue;
background-color: $peach;
border-radius: 15px;
}

View File

@@ -94,5 +94,5 @@
:windowtype "normal"
:wm-ignore true
:monitor 0
:geometry (geometry :x 2 :y 0 :width 600 :height 846)
:geometry (geometry :x 2 :y 0 :width 600 :height 868)
(main))

View File

@@ -13,5 +13,8 @@ $cyan: #89dceb;
$gray: #585b70;
$gray-alt: #313244;
$lavender: #b4befe;
$sapphire: #74c7ec;
$teal: #94e2d5;
$peach: #fab387;
@import './Main/eww.scss';