76 lines
1.3 KiB
JSON
76 lines
1.3 KiB
JSON
|
{
|
||
|
"margin":4,
|
||
|
"modules-left":[
|
||
|
"sway/workspaces",
|
||
|
"sway/mode"
|
||
|
],
|
||
|
"modules-center":[
|
||
|
"mpris"
|
||
|
],
|
||
|
"modules-right":[
|
||
|
"privacy",
|
||
|
"network#warp",
|
||
|
"network#wifi",
|
||
|
"wireplumber",
|
||
|
"backlight",
|
||
|
"battery",
|
||
|
"clock",
|
||
|
"tray"
|
||
|
],
|
||
|
"sway/workspaces":{
|
||
|
"all-outputs":true
|
||
|
},
|
||
|
"mpris":{
|
||
|
"interval":1,
|
||
|
"dynamic-order":["title","artist","album"],
|
||
|
"format":"{dynamic} ({position}/{length})",
|
||
|
"tooltip":false
|
||
|
},
|
||
|
"privacy":{
|
||
|
"modules": [{"type": "audio-in"}]
|
||
|
},
|
||
|
"network#warp":{
|
||
|
"interval":5,
|
||
|
"format":"warp ",
|
||
|
"format-disconnected":"",
|
||
|
"tooltip":false,
|
||
|
"interface":"warp"
|
||
|
},
|
||
|
"network#wifi":{
|
||
|
"interval":5,
|
||
|
"format-wifi":"{essid} ({signalStrength}%) ",
|
||
|
"format-disconnected":"no wifi",
|
||
|
"tooltip-format":"{ipaddr}",
|
||
|
"interface":"wlan0"
|
||
|
},
|
||
|
"backlight":{
|
||
|
"format":"{percent}% ",
|
||
|
"tooltip":false
|
||
|
},
|
||
|
"wireplumber":{
|
||
|
"format":"{volume}% {icon}",
|
||
|
"format-muted":"{volume}% ",
|
||
|
"format-icons":["","",""],
|
||
|
"tooltip":false,
|
||
|
"on-click":"wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||
|
},
|
||
|
"battery":{
|
||
|
"interval":1,
|
||
|
"format":"{power:.2f}W {capacity}% {icon}",
|
||
|
"format-icons":["","","","",""],
|
||
|
"format-time":"{H}:{m}",
|
||
|
"tooltip-format":"{time}",
|
||
|
"states":{
|
||
|
"warning":25
|
||
|
}
|
||
|
},
|
||
|
"clock":{
|
||
|
"interval":1,
|
||
|
"format":"{:}",
|
||
|
"tooltip":false
|
||
|
},
|
||
|
"tray":{
|
||
|
"spacing":10
|
||
|
}
|
||
|
}
|