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

20 lines
268 B
CSS
Raw Normal View History

2024-09-02 17:07:19 +00:00
.topBar {
2024-08-26 11:41:37 +00:00
margin-bottom: 2px;
}
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-08-26 11:41:37 +00:00
}