mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-21 23:19:22 +01:00
43 lines
639 B
CSS
43 lines
639 B
CSS
|
|
* {
|
||
|
|
border: none;
|
||
|
|
border-radius: 0;
|
||
|
|
font-family: "JetBrainsMono Nerd Font";
|
||
|
|
font-size: 15px;
|
||
|
|
min-height: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
window#waybar {
|
||
|
|
background-color: rgba(30, 30, 46, 0.8);
|
||
|
|
color: #cdd6f4;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workspaces {
|
||
|
|
margin: 0 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workspaces button {
|
||
|
|
padding: 0 8px;
|
||
|
|
margin: 0 4px;
|
||
|
|
color: #6c7086;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workspaces button.active {
|
||
|
|
color: #89b4fa;
|
||
|
|
border-bottom: 2px solid #89b4fa;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workspaces button:hover {
|
||
|
|
background: rgba(137, 180, 250, 0.1);
|
||
|
|
box-shadow: inherit;
|
||
|
|
text-shadow: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
#window {
|
||
|
|
color: #cdd6f4;
|
||
|
|
}
|
||
|
|
|
||
|
|
#clock {
|
||
|
|
font-weight: bold;
|
||
|
|
padding-right: 15px;
|
||
|
|
}
|