nixos-config/home/hyprpanel-config.json
2025-08-10 18:43:23 -06:00

66 lines
1.2 KiB
JSON

{
"bar": {
"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"
}
},
"launcher": {
"autoDetectIcon": true
},
"workspaces": {
"show_icons": true
}
},
"layout": {
"bar": {
"layouts": {
"0": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"media"
],
"right": [
"volume",
"systray",
"notifications"
]
}
}
}
},
"menus": {
"clock": {
"time": {
"hideSeconds": true,
"military": true
},
"weather": {
"unit": "metric"
}
},
"dashboard": {
"directories": {
"enabled": false
},
"stats": {
"enable_gpu": true
}
}
},
"theme": {
"bar": {
"transparent": false
},
"font": {
"name": "CaskaydiaCove NF",
"size": "16px"
}
}
}