2025-10-23 15:56:15 +02:00
|
|
|
@define-color foreground #FFFFFF;
|
|
|
|
|
@define-color background rgba(26, 27, 38, 0.6);
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
color: @foreground;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
font-family: Mononoki Nerd Font;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces, #clock {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
|
background-color: @background;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modules-left, .modules-right, #clock {
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
margin: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
|
all: initial;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
margin: 0 1.5px;
|
|
|
|
|
min-width: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button.empty {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tray,
|
|
|
|
|
#cpu,
|
|
|
|
|
#battery,
|
|
|
|
|
#network,
|
|
|
|
|
#bluetooth,
|
|
|
|
|
#pulseaudio,
|
|
|
|
|
#custom-omarchy,
|
|
|
|
|
#custom-screenrecording-indicator,
|
2025-10-27 23:01:16 +01:00
|
|
|
#custom-notification,
|
2025-10-23 15:56:15 +02:00
|
|
|
#custom-update {
|
|
|
|
|
min-width: 12px;
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bluetooth {
|
2025-10-27 23:01:16 +01:00
|
|
|
margin: 0 4px 0 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-notification {
|
|
|
|
|
margin-left: 4px;
|
2025-10-23 15:56:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tray {
|
|
|
|
|
padding-right: 16px;
|
|
|
|
|
border-right: 1px solid @foreground;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-expand-icon {
|
|
|
|
|
margin-right: 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tooltip {
|
|
|
|
|
padding: 2px;
|
|
|
|
|
background-color: @background;
|
|
|
|
|
border: 1px solid #33ccff;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-update {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-screenrecording-indicator {
|
|
|
|
|
min-width: 12px;
|
|
|
|
|
margin-left: 8.75px;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-screenrecording-indicator.active {
|
|
|
|
|
color: #a55555;
|
|
|
|
|
}
|