eww: make it a bit smaller and black
This commit is contained in:
parent
b12b53238f
commit
6e7c2bea65
2 changed files with 49 additions and 47 deletions
|
@ -3,8 +3,8 @@
|
|||
}
|
||||
|
||||
// Color variables
|
||||
$background: #1a1b26;
|
||||
$foreground: #a9b1d6;
|
||||
$background: #000000;
|
||||
$foreground: #ffffff;
|
||||
$urgent: #c9545d;
|
||||
|
||||
$black: #24283b;
|
||||
|
@ -24,6 +24,7 @@ $white: $foreground;
|
|||
padding: 0.3rem;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
color: $foreground;
|
||||
}
|
||||
|
||||
|
@ -63,7 +64,7 @@ tooltip {
|
|||
|
||||
.ha-now-playing {
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-size: 1.2rem;
|
||||
// font-size: 1.2rem;
|
||||
padding: 0;
|
||||
|
||||
.icon {
|
||||
|
@ -75,11 +76,11 @@ tooltip {
|
|||
.control {
|
||||
padding: 0 0.5rem;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-size: 1.2em;
|
||||
// font-size: 1.2em;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.icon {
|
||||
font-size: 2rem;
|
||||
font-size: 1.6rem;
|
||||
margin-right: 1rem;
|
||||
|
||||
&.small {
|
||||
|
@ -143,7 +144,7 @@ scale {
|
|||
// Clock
|
||||
.time {
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-size: 1.2rem;
|
||||
// font-size: 1.2rem;
|
||||
border-radius: 5px;
|
||||
padding: 0.7rem 0 0.5rem 0;
|
||||
margin: 0 0.5rem;
|
||||
|
@ -196,26 +197,27 @@ calendar:indeterminate {
|
|||
// Powermenu
|
||||
.powermenu {
|
||||
font-family: "Iosevka Nerd Font";
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.button-reboot,
|
||||
.button-hibernate,
|
||||
.button-quit,
|
||||
.button-shutdown {
|
||||
font-size: 1.6rem;
|
||||
|
||||
.button-reboot,
|
||||
.button-hibernate,
|
||||
.button-quit,
|
||||
.button-shutdown {
|
||||
// padding: 0.5rem 0.2rem 0.3rem 0.2rem;
|
||||
padding: 0.3rem 0.7rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
.button-shutdown {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.button-shutdown {
|
||||
// margin-bottom: 0.5rem;
|
||||
color: $red;
|
||||
}
|
||||
.button-reboot {
|
||||
}
|
||||
.button-reboot {
|
||||
color: $yellow;
|
||||
}
|
||||
.button-quit {
|
||||
}
|
||||
.button-quit {
|
||||
color: $green;
|
||||
}
|
||||
.button-hibernate {
|
||||
}
|
||||
.button-hibernate {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
:geometry (geometry :x "0"
|
||||
:y "0"
|
||||
:width "100%"
|
||||
:height "47px"
|
||||
:height "32px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:monitor 0
|
||||
|
|
Loading…
Reference in a new issue