Update Sway configuration

- Added configuration for SwayOSD
- Added configuration for Wlogout
- Added shortcut for toogle waybar
- Added shortcut for multimedia functional caps via SwayOSD
This commit is contained in:
Fabio Scotto di Santolo
2025-07-27 11:44:50 +02:00
parent 27ac457068
commit c95101db2b
14 changed files with 260 additions and 39 deletions

View File

@@ -0,0 +1,38 @@
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"};
}
}