Files
arch-custom-iso/airootfs/root/.config/waybar/style.css
T
2026-06-24 18:59:57 +02:00

109 lines
1.4 KiB
CSS

* {
background-color: black;
border: none;
border-radius: 0;
min-height: 0;
font-family: 'JetBrainsMono Nerd Font';
font-size: 12px;
}
.modules-left {
margin-bottom: 8px;
}
.modules-right {
margin-top: 8px;
}
#workspaces button {
all: initial;
padding: 6px 0;
margin: 1.5px 0;
min-height: 9px;
}
#workspaces button.empty {
opacity: 0.5;
}
#cpu,
#memory,
#custom-media,
#battery,
#pulseaudio,
#custom-update {
min-height: 12px;
margin: 7.5px 0;
}
#tray {
margin-top: 16px;
}
#bluetooth {
margin-top: 17px;
}
#network {
margin-top: 13px;
}
#custom-expand-icon {
margin-top: 18px;
}
tooltip {
padding: 2px;
}
#custom-update {
font-size: 10px;
}
#custom-clock {
margin-bottom: 8.75px;
}
#custom-weather {
margin-bottom: 7.5px;
margin-top: 7.5px;
}
#custom-weather.unavailable {
min-height: 0;
margin: 0;
padding: 0;
}
.hidden {
opacity: 0;
}
#custom-screenrecording-indicator,
#custom-idle-indicator,
#custom-notification-silencing-indicator {
min-height: 12px;
margin-bottom: 5px;
margin-top: 0;
font-size: 10px;
padding-right: 1px;
}
#custom-screenrecording-indicator.active {
color: #a55555;
}
#custom-idle-indicator.active,
#custom-notification-silencing-indicator.active {
color: #a55555;
}
#custom-voxtype {
min-height: 12px;
margin: 0 0 7.5px 0;
}
#custom-voxtype.recording {
color: #a55555;
}