2025-07-14 21:04:24 -07:00
|
|
|
@import "../omarchy/current/theme/waybar.css";
|
|
|
|
|
2025-06-07 09:51:49 +02:00
|
|
|
* {
|
2025-07-15 09:26:54 +05:30
|
|
|
background-color: @background;
|
|
|
|
color: @foreground;
|
|
|
|
|
2025-06-07 09:51:49 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
min-height: 0;
|
2025-07-10 15:44:48 -07:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2025-07-15 09:26:54 +05:30
|
|
|
.modules-left {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-right {
|
|
|
|
margin-right: 8px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
all: initial;
|
2025-07-15 09:26:54 +05:30
|
|
|
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
|
|
|
}
|
|
|
|
|
2025-07-14 10:40:13 +10:00
|
|
|
#tray,
|
2025-06-07 11:06:31 +02:00
|
|
|
#cpu,
|
2025-06-07 09:51:49 +02:00
|
|
|
#battery,
|
|
|
|
#network,
|
2025-06-16 13:25:16 +02:00
|
|
|
#bluetooth,
|
2025-06-18 09:41:50 +02:00
|
|
|
#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
|
|
|
}
|
|
|
|
|
2025-07-14 10:40:13 +10: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
|
|
|
}
|