feat(waybar): add autohide dock

This commit is contained in:
2026-03-28 19:50:28 +01:00
parent b58473de89
commit b76e27d466
4 changed files with 275 additions and 0 deletions

8
waybar/style-dock.css Normal file
View File

@@ -0,0 +1,8 @@
window#waybar {
margin-bottom: -80px;
transition: margin 0.3s ease;
}
window#waybar.visible {
margin-bottom: 10px;
}