132 lines
1.7 KiB
CSS
132 lines
1.7 KiB
CSS
@import "../omarchy/current/theme/waybar.css";
|
|
|
|
* {
|
|
background-color: transparent;
|
|
color: @foreground;
|
|
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
font-family: 'JetBrainsMonoNL Nerd Font';
|
|
font-size: 12px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
}
|
|
|
|
.modules-left,
|
|
.modules-center,
|
|
.modules-right {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
border-radius: 12px;
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
padding: 0 12px;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.modules-left {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.modules-center {
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.modules-right {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
#workspaces button {
|
|
all: initial;
|
|
padding: 0 6px;
|
|
margin: 0 1.5px;
|
|
min-width: 9px;
|
|
}
|
|
|
|
#workspaces button.empty {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
#cpu,
|
|
#battery,
|
|
#pulseaudio,
|
|
#custom-omarchy,
|
|
#custom-update {
|
|
min-width: 12px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#tray {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
#bluetooth {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#network {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
#custom-expand-icon {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
tooltip {
|
|
padding: 2px;
|
|
}
|
|
|
|
#custom-update {
|
|
font-size: 10px;
|
|
}
|
|
|
|
#clock {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.hidden {
|
|
opacity: 0;
|
|
}
|
|
|
|
#custom-screenrecording-indicator,
|
|
#custom-idle-indicator,
|
|
#custom-notification-silencing-indicator {
|
|
min-width: 12px;
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
font-size: 10px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
#custom-screenrecording-indicator.active {
|
|
color: #a55555;
|
|
}
|
|
|
|
#custom-idle-indicator.active,
|
|
#custom-notification-silencing-indicator.active {
|
|
color: #a55555;
|
|
}
|
|
|
|
#custom-voxtype {
|
|
min-width: 12px;
|
|
margin: 0 0 0 7.5px;
|
|
}
|
|
|
|
#custom-voxtype.recording {
|
|
color: #a55555;
|
|
}
|
|
|
|
#custom-weather {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#custom-weather.unavailable {
|
|
min-width: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|