-
Heya! I'm currently trying to get a group working in 'drawer' mode. But it doesn't seem to work? My config: {
...,
"group/backlight": {
"drawer": {
"children-class": "not-light",
"transition-duration": 500,
"transition-left-to-right": true
},
"modules": [
"backlight",
"custom/set_low_light",
"custom/set_high_light"
],
"orientation": "horizontal"
},
"custom/set_high_light": {
"format": "High Brightness ",
"on-click": "/run/current-system/sw/bin/light -S 100",
"tooltip": false
},
"custom/set_low_light": {
"format": "Low brightness ",
"on-click": "/run/current-system/sw/bin/light -S 10",
"tooltip": false
},
"backlight": {
"device": "intel_backlight",
"format": "{percent}%",
"format-icons": [
"🌑",
"🌒",
"🌓",
"🌔",
"🌕"
],
"on-scroll-down": "/run/current-system/sw/bin/light -U 10",
"on-scroll-up": "/run/current-system/sw/bin/light -A 10",
"smooth-scrolling-threshold": 5
},
...,
} The GTK widget tree:
However it displays like this: So I don't know what I could be doing wrong? I am not touching anything in my style that touches upon groups. The wiki makes me understand that declaring 'drawer' is enough to turn on the drawer behavior. Thanks for any pointers! |
Beta Was this translation helpful? Give feedback.
Answered by
Alexays
Oct 23, 2023
Replies: 1 comment 2 replies
-
Are you using the master waybar version? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TheNeikos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using the master waybar version?
Drawer is not currently released.