Files
hyprtron/config/waybar/style.css
Robin Steinberg b257feb92a Changes for uwsm, theme and env
Move env to uwsm
GNOME keyring fixes
Theme refactoring
Walker theme tweaks
Add notifications to waybar
2025-10-27 23:02:30 +01:00

92 lines
1.2 KiB
CSS

@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,
#custom-notification,
#custom-update {
min-width: 12px;
margin: 0 10px;
}
#bluetooth {
margin: 0 4px 0 6px;
}
#custom-notification {
margin-left: 4px;
}
#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;
}