2026-03-08 20:51:14 +00:00
|
|
|
@import "../../.cache/wal/colors-waybar.css";
|
2026-03-07 19:11:53 +00:00
|
|
|
|
2026-02-22 20:02:57 +00:00
|
|
|
* {
|
2026-03-08 20:51:14 +00:00
|
|
|
background-color: @background;
|
|
|
|
|
color: @foreground;
|
2026-03-07 19:11:53 +00:00
|
|
|
|
2026-03-08 20:51:14 +00:00
|
|
|
border: none;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
font-family: 'Fira Code Nerd Font';
|
2026-03-08 21:01:32 +00:00
|
|
|
font-size: 20px;
|
|
|
|
|
margin: 1px 0;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
.modules-left {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-left: 8px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
.modules-right {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-right: 8px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workspaces button {
|
2026-03-08 20:51:14 +00:00
|
|
|
all: initial;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
margin: 0 1.5px;
|
|
|
|
|
min-width: 9px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#workspaces button.empty {
|
2026-03-08 20:51:14 +00:00
|
|
|
opacity: 0.5;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#cpu,
|
2026-02-22 20:02:57 +00:00
|
|
|
#battery,
|
|
|
|
|
#pulseaudio,
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-omarchy,
|
|
|
|
|
#custom-update {
|
2026-03-08 20:51:14 +00:00
|
|
|
min-width: 12px;
|
|
|
|
|
margin: 0 7.5px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tray {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-right: 16px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#bluetooth {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-right: 17px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#network {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-right: 13px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-expand-icon {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-right: 18px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
tooltip {
|
2026-03-08 20:51:14 +00:00
|
|
|
padding: 2px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-update {
|
2026-03-08 20:51:14 +00:00
|
|
|
font-size: 10px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#clock {
|
2026-03-08 20:51:14 +00:00
|
|
|
margin-left: 8.75px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
.hidden {
|
2026-03-08 20:51:14 +00:00
|
|
|
opacity: 0;
|
2026-03-07 19:11:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#custom-screenrecording-indicator,
|
|
|
|
|
#custom-idle-indicator,
|
|
|
|
|
#custom-notification-silencing-indicator {
|
2026-03-08 20:51:14 +00:00
|
|
|
min-width: 12px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
padding-bottom: 1px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-screenrecording-indicator.active {
|
2026-03-08 20:51:14 +00:00
|
|
|
color: #a55555;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-idle-indicator.active,
|
|
|
|
|
#custom-notification-silencing-indicator.active {
|
2026-03-08 20:51:14 +00:00
|
|
|
color: #a55555;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-voxtype {
|
2026-03-08 20:51:14 +00:00
|
|
|
min-width: 12px;
|
|
|
|
|
margin: 0 0 0 7.5px;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-07 19:11:53 +00:00
|
|
|
#custom-voxtype.recording {
|
2026-03-08 20:51:14 +00:00
|
|
|
color: #a55555;
|
2026-02-22 20:02:57 +00:00
|
|
|
}
|