.dotfiles/.config/waybar/modules/group-hide-tray.jsonc
2026-01-18 21:08:16 -07:00

19 lines
428 B
Plaintext

{
"group/hide-tray": {
"orientation": "inherit",
"drawer": {
"transition-duration": "0.5",
"children-class": "hide-tray-drawer",
"transition-left-to-right": false,
"click-to-reveal": true
},
"modules": ["custom/dropdown#arrow", "tray"]
},
"custom/dropdown#arrow": {
"format": "<span size='large'></span> ",
"tooltip": true,
"tooltip-format": "Reveal tray"
}
}