2.home-manager/tests/modules/programs/hyprpanel/with-hypridle.json
home-manager-ci[bot] d457fa3c76
programs/hyprpanel: init (#7303) (#7321)
(cherry picked from commit f5098b0740)

Co-authored-by: Perchun Pak <git@perchun.it>
2025-06-24 11:42:55 -05:00

38 lines
795 B
JSON

{
"bar": {
"battery": {
"label": true
},
"bluetooth": {
"label": false
},
"clock": {
"format": "%H:%M:%S"
},
"customModules": {
"hypridle": {
"isActiveCommand": "systemctl --user status hypridle.service | grep -q 'Active: active (running)' && echo 'yes' || echo 'no'",
"startCommand": "systemctl --user start hypridle.service",
"stopCommand": "systemctl --user stop hypridle.service"
}
},
"layouts": {
"*": {
"left": [
"dashboard",
"workspaces",
"media"
],
"middle": [
"windowtitle"
],
"right": [
"volume",
"network",
"bluetooth",
"notifications"
]
}
}
}
}