feat(waybar): add autohide dock
This commit is contained in:
8
waybar/style-dock.css
Normal file
8
waybar/style-dock.css
Normal file
@@ -0,0 +1,8 @@
|
||||
window#waybar {
|
||||
margin-bottom: -80px;
|
||||
transition: margin 0.3s ease;
|
||||
}
|
||||
|
||||
window#waybar.visible {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user