optimize
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -13,5 +13,8 @@ $cyan: #89dceb;
|
||||
$gray: #585b70;
|
||||
$gray-alt: #313244;
|
||||
$lavender: #b4befe;
|
||||
$sapphire: #74c7ec;
|
||||
$teal: #94e2d5;
|
||||
$peach: #fab387;
|
||||
|
||||
@import './Main/eww.scss';
|
||||
|
||||
Reference in New Issue
Block a user