waybar cleanup

This commit is contained in:
2026-08-22 11:26:19 +02:00
parent 4b56db6e16
commit 49775d2b18
4 changed files with 55 additions and 61 deletions
+52 -2
View File
@@ -13,10 +13,61 @@
margin: 0;
padding: 0;
}
/* Tray right-click menu (GTK context menu) */
menu, .menu, drawer {
background-color: @mantle;
color: @theme_fg_color;
border: 1px solid @surface0;
border-radius: 8px;
padding: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
/* Individual items inside the menu */
menuitem, menu header, menu button {
background-color: transparent;
color: @theme_fg_color;
border-radius: 6px;
margin: 1px 2px;
padding: 6px 10px;
min-height: 0;
}
/* Hover / active state */
menuitem:hover,
menuitem:selected {
background-color: @lavender;
color: @theme_selected_fg_color;
}
menuitem:disabled {
color: @insensitive_fg_color;
}
/* Separators between menu sections */
menu separator {
background-color: @surface1;
min-height: 1px;
margin: 4px 6px;
}
/* Waybar module tooltips */
tooltip {
background-color: @mantle;
color: @theme_fg_color;
border: 1px solid @surface0;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
tooltip label {
color: @theme_fg_color;
padding: 6px 10px;
}
#waybar {
background: @theme_bg_color;
color: @theme_fg_color;
color: rgba(198, 208, 245, 0.3);
}
#window,
#mpris {
@@ -25,7 +76,6 @@
#clock,
#battery,
#pulseaudio,
#custom-notification,
#tray,
#custom-power {
padding: 0 0.75rem;