82 lines
1.8 KiB
JSON
82 lines
1.8 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":{
|
|
"format":"{value} <span size='smaller'>{windows}</span>",
|
|
"format-window-separator":" | ",
|
|
"window-format":"{name}",
|
|
"window-rewrite-default":"{name}",
|
|
"window-rewrite":{
|
|
"class<foot>":"",
|
|
"class<firefox>":"",
|
|
"class<chromium>":"",
|
|
"class<signal>":"",
|
|
"class<mpv>":"",
|
|
"class<calibre-gui>":"Calibre",
|
|
"class<org.wireshark.Wireshark>":"Wireshark"
|
|
}
|
|
},
|
|
"mpris":{
|
|
"interval":1,
|
|
"format":"{dynamic}",
|
|
"tooltip":false
|
|
},
|
|
"network#warp":{
|
|
"interval":5,
|
|
"format":"warp ",
|
|
"format-disconnected":"",
|
|
"tooltip":false,
|
|
"interface":"warp"
|
|
},
|
|
"network#wifi":{
|
|
"interval":5,
|
|
"format":"{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-format":"{calendar}",
|
|
"calendar":{
|
|
"mode-mon-col":4,
|
|
"weeks-pos":"right",
|
|
"format":{
|
|
"weeks":"W{}",
|
|
"today":"<span color='olivedrab'>{}</span>"
|
|
}
|
|
},
|
|
"actions":{
|
|
"on-click":"mode",
|
|
"on-click-right":"shift_up",
|
|
"on-click-middle":"shift_down"
|
|
}
|
|
},
|
|
"tray":{
|
|
"spacing":10
|
|
}
|
|
}
|