dots-of-war/eww-laptop/.config/eww/eww.scss
ElKowar 6096e7f94f
work adjustments
lazy and update

update lazy

add lsp-lines

copilot and stuff

äf

update

Re-set up laptop

slight changes to hyprland config

update neovim

eww rice

vert bar

update

asdf
2024-05-20 16:35:23 +02:00

78 lines
1.1 KiB
SCSS

.bar * {
all: unset;
}
label {
color: #ebdbb2;
}
.indicators {
& > box {
background-color: #282828;
margin: 15px 15px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.51);
& > box {
margin: 5px 10px;
}
}
label {
font-size: 20px;
}
progressbar {
trough {
background-color: #1d2021;
min-height: 5px;
min-width: 200px;
progress {
min-height: 5px;
background-color: #8ec07c;
}
}
}
}
.bar {
background-color: #1d2021;
color: #ebdbb2;
//margin-left: 10px;
//margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: "CozetteVector";
font-size: 13px;
.current {
color: #8ec07c;
}
.entry {
.icon {
font-family: "Fira Code Nerd Font";
}
.icon.charging-indicator {
font-size: 9px;
color: #1d2021;
}
}
}
menubar > menuitem {
& > window {
background-color: #282828;
font-size: 13px;
menu {
padding: 2px;
menuitem {
padding: 2px;
&:hover {
background-color: #3c3836;
}
}
}
}
}