mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
40 lines
476 B
CSS
40 lines
476 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
font-family: CaskaydiaMono Nerd Font;
|
|
font-size: 12px;
|
|
color: #cdd6f4;
|
|
background-color: #1a1b26;
|
|
}
|
|
|
|
#workspaces {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
#workspaces button {
|
|
all: initial;
|
|
padding: 2px 6px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
#cpu,
|
|
#power-profiles-daemon,
|
|
#battery,
|
|
#network,
|
|
#bluetooth,
|
|
#pulseaudio,
|
|
#clock {
|
|
min-width: 12px;
|
|
margin-right: 13px;
|
|
}
|
|
|
|
|
|
tooltip {
|
|
padding: 2px;
|
|
}
|
|
|
|
tooltip label {
|
|
padding: 2px;
|
|
}
|