[
{
"name": "topbar",
"layer": "bottom",
"position": "top",
"height": 0,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": [],
"modules-right": ["tray", "custom/reboot", "network#wifi", "pulseaudio", "battery#bat1", "temperature", "idle_inhibitor", "clock#local"],
"sway/workspaces": {
"format": "{icon}",
"format-icons": {
"1": "",
"2": ""
}
},
"clock#local": {
"interval": 1,
"format": "{:%a %d %b %I:%M %p}",
"tooltip-format": "{:%Y %B}\n{calendar}",
"today-format": "{}"
},
"temperature": {
"critical-threshold": 80,
"format": "{icon}",
"format-icons": ["", "", "", "", ""],
"tooltip-format": "Temperature: {temperatureC}°C"
},
"battery#bat1": {
"bat": "BAT0",
"adapter": "AC",
"interval": 60,
"states": {
"5": 100,
"4": 80,
"3": 60,
"2": 40,
"1": 20,
"0": 5
},
"format": "{icon}",
"format-charging": "",
"format-icons": ["", "", "", "", ""],
"tooltip-format": "Battery: {capacity}%\n{timeTo}"
},
"network#wifi": {
"interface": "wlp*",
"format-ethernet": "",
"format-wifi": "",
"format-linked": "",
"format-disconnected": "",
"tooltip-format": "Signal: {signalStrength}%\n{essid}\n{ifname}: {ipaddr}/{cidr}",
"on-click": "gnome-control-center wifi"
},
"pulseaudio": {
"scroll-step": 1,
"format": "{icon}",
"format-muted": "",
"format-icons": {
"headphone": "",
"default": ["", ""]
},
"tooltip-format": "Volume: {volume}%\n{desc}",
"on-click": "gnome-control-center sound"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
},
"tooltip": false
},
"custom/reboot": {
"format": "{}",
"exec": "~/.local/bin/dnf-needs-restarting",
"return-type": "json",
"interval": 60
}
}
]