mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
32 lines
471 B
JSON
32 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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|