diff options
Diffstat (limited to 'config/waybar/ModulesGroups')
| -rw-r--r-- | config/waybar/ModulesGroups | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups index 179a91ba..30e47f16 100644 --- a/config/waybar/ModulesGroups +++ b/config/waybar/ModulesGroups @@ -107,6 +107,20 @@ ] }, +"group/power": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "drawer-child", + "transition-left-to-right": false + }, + "modules": [ + "custom/power", + "custom/quit", + "custom/lock", + "custom/reboot" + ] +}, // groups for vertical "group/power#vert": { "orientation": "inherit", |
