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

58 lines
898 B
CSS
Raw Normal View History

2024-08-26 13:41:37 +02:00
label {
font: 14pt "Departure Mono Nerd Font";
2024-09-02 22:07:47 +02:00
}
2025-03-27 19:41:45 +01:00
button {
border-radius: 0px;
padding: 0;
}
2025-01-03 17:25:36 +01:00
.background {
background-color: #1d2021;
}
2024-09-02 22:07:47 +02:00
.workspaces button {
border: 0px;
2025-03-27 19:41:45 +01:00
padding: 0 3px;
2024-09-02 22:07:47 +02:00
}
.workspaces button.focused {
background-color: #504935;
2024-09-11 02:09:08 +02:00
}
.traveldings progressbar trough {
border: none;
background-color: #3c3836;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
2024-09-26 19:15:58 +02:00
.traveldings progressbar.traveldings_live progress {
2024-09-11 02:09:08 +02:00
background-color: #79740e;
border-bottom-left-radius: 0;
}
2024-09-26 19:15:58 +02:00
.traveldings progressbar.traveldings_disconnected progress {
background-color: #cc241d;
}
2024-09-11 02:09:08 +02:00
.traveldingsWindow {
border-radius: 15px;
2025-03-27 01:57:44 +01:00
}
.mullvad-state-connected {
background-color: #98971a
}
.mullvad-state-connecting {
background-color: #d79921
}
.mullvad-state-disconnected {
background-color: #cc241d
}
.mullvad-state-init {
background-color: #458588
2025-03-14 13:09:28 +01:00
}