mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
99f0074362
Fixes #1682
47 lines
813 B
JSON
47 lines
813 B
JSON
[
|
|
{
|
|
"custom/my-module": {
|
|
"exec": "@dummy@/bin/dummy",
|
|
"format": "hello from {}"
|
|
},
|
|
"height": 30,
|
|
"idle_inhibitor": {
|
|
"format": "{icon}"
|
|
},
|
|
"layer": "top",
|
|
"modules-center": [
|
|
"sway/window"
|
|
],
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/mode",
|
|
"custom/my-module"
|
|
],
|
|
"modules-right": [
|
|
"idle_inhibitor",
|
|
"pulseaudio",
|
|
"network",
|
|
"cpu",
|
|
"memory",
|
|
"backlight",
|
|
"tray",
|
|
"battery#bat1",
|
|
"battery#bat2",
|
|
"clock"
|
|
],
|
|
"output": [
|
|
"DP-1"
|
|
],
|
|
"position": "top",
|
|
"sway/mode": {
|
|
"tooltip": false
|
|
},
|
|
"sway/window": {
|
|
"max-length": 120
|
|
},
|
|
"sway/workspaces": {
|
|
"all-outputs": true,
|
|
"disable-scroll": true
|
|
}
|
|
}
|
|
]
|