2.home-manager/tests/modules/programs/hyprpanel/basic-config.json
2025-06-23 15:48:27 -05:00

31 lines
471 B
JSON

{
"bar": {
"battery": {
"label": true
},
"bluetooth": {
"label": false
},
"clock": {
"format": "%H:%M:%S"
},
"layouts": {
"*": {
"left": [
"dashboard",
"workspaces",
"media"
],
"middle": [
"windowtitle"
],
"right": [
"volume",
"network",
"bluetooth",
"notifications"
]
}
}
}
}