
This reverts commit 1ee5b0616175acbb04bf1640eb085eee60981309, reversing changes made to 9cb30b5be6d98e73022f940463c62e66e088db11.
44 lines
536 B
CSS
44 lines
536 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
font-family: CaskaydiaMono Nerd Font Propo;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#workspaces {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
#workspaces button {
|
|
all: initial;
|
|
padding: 2px 6px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
#custom-expand {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
#custom-dropbox,
|
|
#cpu,
|
|
#battery,
|
|
#network,
|
|
#bluetooth,
|
|
#pulseaudio,
|
|
#clock,
|
|
#custom-power-menu {
|
|
min-width: 12px;
|
|
margin-right: 13px;
|
|
}
|
|
|
|
tooltip {
|
|
padding: 2px;
|
|
}
|
|
|
|
tooltip label {
|
|
padding: 2px;
|
|
}
|
|
|
|
@import "../omarchy/current/theme/waybar.css";
|