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

38 lines
639 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;
}
2024-09-26 17:15:58 +00:00
.traveldings progressbar.traveldings_live progress {
2024-09-11 00:09:08 +00:00
background-color: #79740e;
border-bottom-left-radius: 0;
}
2024-09-26 17:15:58 +00:00
.traveldings progressbar.traveldings_disconnected progress {
background-color: #cc241d;
}
2024-09-11 00:09:08 +00:00
.traveldingsWindow {
border-radius: 15px;
2024-09-26 17:15:58 +00:00
}