mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: partially hide waybar on toggle
This commit is contained in:
@ -12,6 +12,10 @@ window#waybar {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
window#waybar.hidded {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
|
Reference in New Issue
Block a user