diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
| commit | 28aa62f54118b4746e2ccabff0167c4991b5cf4d (patch) | |
| tree | 5ef801da361f48af530468496fe0b1967b9127fc /config/waybar/ModulesGroups | |
| parent | f73780ecb547ecc55c17b78cf964197a5f48e71a (diff) | |
Waybar Overhaul - Introducing Default v4, with app drawer function
Diffstat (limited to 'config/waybar/ModulesGroups')
| -rw-r--r-- | config/waybar/ModulesGroups | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups new file mode 100644 index 00000000..6e18ca52 --- /dev/null +++ b/config/waybar/ModulesGroups @@ -0,0 +1,96 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +/* Waybar Modules - Groups Modules */ +/* Basically created to reduce the lines in Waybar Modules bank */ +/* NOTE: This is only for Groups */ + +{ +// GROUPS +"group/app_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "custom/menu", + "transition-left-to-right": true + }, + "modules": [ + "custom/menu", + "custom/light_dark", + "custom/file_manager", + "custom/tty", + "custom/browser", + "custom/settings", + "power-profiles-daemon", + ] +}, +"group/motherboard": { + "orientation": "horizontal", + "modules": [ + "cpu", + "memory", + "temperature", + "disk", + ] +}, + +"group/mobo_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "cpu", + "transition-left-to-right": true + }, + "modules": [ + "temperature", + "cpu", + "memory", + "disk", + ] +}, +"group/laptop": { + "orientation": "inherit", + "modules": [ + "backlight", + "battery", + ] +}, +"group/audio": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "pulseaudio", + "transition-left-to-right": true + }, + "modules": [ + "pulseaudio", + "pulseaudio#microphone", + ] +}, + +"group/connections": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "bluetooth", + "transition-left-to-right": true + }, + "modules": [ + "network", + "bluetooth", + ] +}, + +"group/status": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "custom/power", + "transition-left-to-right": false + }, + "modules": [ + "custom/power", + "custom/lock", + "keyboard-state", + "custom/keyboard", + ] +}, +}
\ No newline at end of file |
