2024-04-20 12:48:48 +00:00
|
|
|
.bar * {
|
2023-03-16 16:26:29 +00:00
|
|
|
all: unset;
|
|
|
|
}
|
|
|
|
|
2023-01-16 09:15:28 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-03-16 16:26:29 +00:00
|
|
|
.bar {
|
|
|
|
background-color: #1d2021;
|
|
|
|
color: #ebdbb2;
|
2023-01-16 09:15:28 +00:00
|
|
|
//margin-left: 10px;
|
|
|
|
//margin-right: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2023-03-16 16:26:29 +00:00
|
|
|
font-family: "CozetteVector";
|
2023-01-16 09:15:28 +00:00
|
|
|
font-size: 13px;
|
2023-03-16 16:35:34 +00:00
|
|
|
|
|
|
|
.current {
|
|
|
|
color: #8ec07c;
|
|
|
|
}
|
2023-01-16 09:15:28 +00:00
|
|
|
|
|
|
|
.entry {
|
|
|
|
.icon {
|
|
|
|
font-family: "Fira Code Nerd Font";
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon.charging-indicator {
|
|
|
|
font-size: 9px;
|
|
|
|
color: #1d2021;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-03-16 16:35:34 +00:00
|
|
|
|
2023-03-16 16:26:29 +00:00
|
|
|
}
|
|
|
|
|
2023-01-16 09:15:28 +00:00
|
|
|
menubar > menuitem {
|
|
|
|
& > window {
|
|
|
|
background-color: #282828;
|
|
|
|
font-size: 13px;
|
|
|
|
menu {
|
|
|
|
padding: 2px;
|
|
|
|
menuitem {
|
|
|
|
padding: 2px;
|
|
|
|
&:hover {
|
|
|
|
background-color: #3c3836;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-04-20 12:48:48 +00:00
|
|
|
}
|
2023-01-16 09:15:28 +00:00
|
|
|
|