Files
dotfiles/.config/waybar/style.css

101 lines
1.3 KiB
CSS
Raw Normal View History

2026-03-07 19:11:53 +00:00
/* @import "../omarchy/current/theme/waybar.css"; */
2026-02-22 20:02:57 +00:00
* {
2026-03-07 19:11:53 +00:00
background-color: @background;
color: @foreground;
2026-02-22 20:02:57 +00:00
border: none;
border-radius: 0;
min-height: 0;
2026-03-07 19:11:53 +00:00
font-family: 'JetBrainsMono Nerd Font';
font-size: 12px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
.modules-left {
margin-left: 8px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
.modules-right {
margin-right: 8px;
2026-02-22 20:02:57 +00:00
}
#workspaces button {
2026-03-07 19:11:53 +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 {
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 {
min-width: 12px;
margin: 0 7.5px;
2026-02-22 20:02:57 +00:00
}
#tray {
2026-03-07 19:11:53 +00:00
margin-right: 16px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#bluetooth {
margin-right: 17px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#network {
margin-right: 13px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#custom-expand-icon {
margin-right: 18px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
tooltip {
padding: 2px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#custom-update {
font-size: 10px;
2026-02-22 20:02:57 +00:00
}
#clock {
2026-03-07 19:11:53 +00:00
margin-left: 8.75px;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
.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;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#custom-screenrecording-indicator.active {
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 {
color: #a55555;
2026-02-22 20:02:57 +00:00
}
2026-03-07 19:11:53 +00:00
#custom-voxtype {
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 {
color: #a55555;
2026-02-22 20:02:57 +00:00
}