mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00

This just isnt worth a spot of premium real-estate. Most people aren't changing it a lot. When you need to, you can do it from the commandline.
40 lines
489 B
CSS
40 lines
489 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
font-family: CaskaydiaMono Nerd Font;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#workspaces {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
#workspaces button {
|
|
all: initial;
|
|
padding: 2px 6px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
#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";
|