Files
omarchy/config/waybar/style.css

48 lines
607 B
CSS
Raw Normal View History

2025-07-14 21:04:24 -07:00
@import "../omarchy/current/theme/waybar.css";
2025-06-07 09:51:49 +02:00
* {
background-color: @background;
color: @foreground;
2025-06-07 09:51:49 +02:00
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font Propo;
2025-06-07 11:59:50 +02:00
font-size: 12px;
2025-06-07 09:51:49 +02:00
}
.modules-left {
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
2025-06-07 09:51:49 +02:00
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
2025-07-20 20:41:24 -05:00
min-width: 9px;
2025-06-07 09:51:49 +02:00
}
#tray,
2025-06-07 11:06:31 +02:00
#cpu,
2025-06-07 09:51:49 +02:00
#battery,
#network,
#bluetooth,
#pulseaudio,
2025-07-05 17:12:03 +10:00
#clock,
#custom-power-menu {
2025-06-18 14:00:29 +02:00
min-width: 12px;
2025-07-14 21:04:24 -07:00
margin: 0 7.5px;
2025-06-07 11:53:36 +02:00
}
#custom-expand-icon {
margin-right: 12px;
}
2025-06-07 09:51:49 +02:00
tooltip {
2025-06-18 14:00:29 +02:00
padding: 2px;
2025-06-07 09:51:49 +02:00
}