Files
dotfiles/sway/.config/swayosd/style.css
Fabio Scotto di Santolo c95101db2b Update Sway configuration
- Added configuration for SwayOSD
- Added configuration for Wlogout
- Added shortcut for toogle waybar
- Added shortcut for multimedia functional caps via SwayOSD
2025-07-27 11:44:50 +02:00

39 lines
641 B
CSS

window#osd {
border-radius: 999px;
border: none;
background: #{"alpha(@theme_bg_color, 0.8)"};
#container {
margin: 16px;
}
image,
label {
color: #{"@theme_fg_color"};
}
progressbar:disabled,
image:disabled {
opacity: 0.5;
}
progressbar {
min-height: 6px;
border-radius: 999px;
background: transparent;
border: none;
}
trough {
min-height: inherit;
border-radius: inherit;
border: none;
background: #{"alpha(@theme_fg_color, 0.5)"};
}
progress {
min-height: inherit;
border-radius: inherit;
border: none;
background: #{"@theme_fg_color"};
}
}