[waybar] chore: Hide power management under battery
This commit is contained in:
parent
0ef21309f4
commit
b14b9392fe
2 changed files with 24 additions and 10 deletions
|
@ -3,15 +3,14 @@
|
|||
"sway/workspaces",
|
||||
"custom/scratchpad-indicator",
|
||||
"mpris",
|
||||
"group/system",
|
||||
"group/system"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/hardware",
|
||||
"custom/sep",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"battery",
|
||||
"group/battery",
|
||||
"custom/sep",
|
||||
"tray"
|
||||
]
|
||||
|
|
|
@ -132,24 +132,39 @@
|
|||
"tooltip": true
|
||||
},
|
||||
|
||||
"group/hardware": {
|
||||
"group/battery": {
|
||||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"power-profiles-daemon",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"battery",
|
||||
"custom/system-shutdown",
|
||||
"custom/system-reboot",
|
||||
"custom/system-hibernate",
|
||||
"custom/system-sleep",
|
||||
"custom/system-lock",
|
||||
"custom/sep",
|
||||
"power-profiles-daemon",
|
||||
"custom/sep"
|
||||
],
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false,
|
||||
"children-class": "drawer-child",
|
||||
"children-class": "drawer-child"
|
||||
}
|
||||
},
|
||||
|
||||
"group/hardware": {
|
||||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"custom/sep",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature"
|
||||
],
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false,
|
||||
"children-class": "drawer-child"
|
||||
}
|
||||
},
|
||||
|
||||
"group/system": {
|
||||
|
|
Loading…
Reference in a new issue