Files
nix/hosts/battleship/desktop/eww/eww.scss

76 lines
1.0 KiB
SCSS
Raw Normal View History

2024-01-12 17:45:22 -03:00
@import "/home/guz/.config/eww/vars.scss";
* {
background-color: transparent;
2024-01-12 17:49:40 -03:00
all: unset;
2024-01-12 17:45:22 -03:00
}
2024-01-12 17:49:40 -03:00
tooltip {
@include box-style();
background-color: $foreground;
color: $color-accent;
font-weight: bold;
}
2024-01-12 22:24:30 -03:00
.wrapper {
padding: 5px 10px;
}
2024-01-12 17:49:40 -03:00
2024-01-12 17:45:22 -03:00
.bar {
@include box-style();
color: $color-accent;
2024-04-10 13:12:23 -03:00
font-family: 'Fira Code Nerd Font', 'Fira Code';
2024-01-12 17:45:22 -03:00
font-weight: bold;
background-color: $background;
padding: 5px 10px;
.rightstuff {
// background-color: blue;
}
.middlestuff {
// background-color: green;
2024-01-12 17:49:40 -03:00
font-size: small;
2024-01-12 17:45:22 -03:00
}
.leftstuff {
// background-color: red;
}
}
2024-01-12 17:49:40 -03:00
.temperature, .rain, .season {
margin: 0 4px;
}
.metric {
.label {
font-size: small;
margin: 0;
padding: 0;
color: $color-accent;
margin-right: 5px;
}
margin-right: 5px;
scale trough {
all: unset;
background: $foreground;
border-radius: 50px;
min-height: 5px;
min-width: 50px;
highlight {
all: unset;
background-color: $color-accent;
border-radius: 10px;
}
}
}
2024-09-02 09:43:55 -03:00
.bar-full-volume-align {
margin-left: 10px;
}