nix-configs/modules/desktop-environment/home/panels/eww/configDir/eww.css

33 lines
528 B
CSS
Raw Normal View History

2024-08-26 11:41:37 +00:00
label {
font: 14pt "FiraCode Nerd Font";
2024-09-02 20:07:47 +00:00
}
.workspaces button {
border: 0px;
background-color: #282828;
}
.workspaces button.urgent {
background-color: #cc241d;
}
.workspaces button.focused {
background-color: #504935;
2024-09-11 00:09:08 +00:00
}
.traveldings progressbar trough {
border: none;
background-color: #3c3836;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.traveldings progressbar progress {
background-color: #79740e;
border-bottom-left-radius: 0;
}
.traveldingsWindow {
border-radius: 15px;
2024-08-26 11:41:37 +00:00
}