Moves from i3 to hypr
This commit is contained in:
parent
6f069d32e1
commit
a186edca69
380 changed files with 23450 additions and 27796 deletions
109
.config/waybar/ModulesGroups
Normal file
109
.config/waybar/ModulesGroups
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
//* ---- 💫 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/file_manager",
|
||||
"custom/tty",
|
||||
"custom/settings",
|
||||
]
|
||||
},
|
||||
"group/motherboard": {
|
||||
"orientation": "horizontal",
|
||||
"modules": [
|
||||
"cpu",
|
||||
"power-profiles-daemon",
|
||||
"memory",
|
||||
"temperature",
|
||||
"disk",
|
||||
]
|
||||
},
|
||||
|
||||
"group/mobo_drawer": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"children-class": "cpu",
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"temperature",
|
||||
"cpu",
|
||||
"power-profiles-daemon",
|
||||
"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/audio#pulsecontrol": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"children-class": "pulseaudio",
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/pulseaudio-control",
|
||||
"custom/separator#blank_2",
|
||||
"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",
|
||||
]
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue