diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-19 19:41:07 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-19 19:41:07 +0900 |
| commit | b850b78adbf170132cb58213b311023c93be7646 (patch) | |
| tree | 559e9ce0a67325cc70ee83c1971f9bcdb79eca6f /config/waybar/ModulesGroups | |
| parent | 89a38576924b53d0c4f314caf9d26d3202ba594d (diff) | |
bumping to v2.3.12
Diffstat (limited to 'config/waybar/ModulesGroups')
| -rw-r--r-- | config/waybar/ModulesGroups | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups index 6bc7cea4..179a91ba 100644 --- a/config/waybar/ModulesGroups +++ b/config/waybar/ModulesGroups @@ -106,4 +106,20 @@ "custom/dot_update", ] }, + +// groups for vertical +"group/power#vert": { + "orientation": "inherit", + "drawer": { + "transition-duration": 300, + "children-class": "not-memory", + "transition-left-to-right": false + }, + "modules": [ + "custom/power", + "custom/lock", + "custom/logout", + "custom/reboot" + ] +}, }
\ No newline at end of file |
