1
0
Fork 0
waybar-config/config

57 lines
1.3 KiB
Plaintext

{
"layer": "bottom",
"position": "bottom",
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": [],
"modules-right": [
"memory",
"cpu",
"clock",
"tray"
],
"sway/window": {
"max-length": 50
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%a %d %b %H:%M}"
},
"tray": {
"icon-size": 30,
"spacing": 10
},
"memory": {
"format": "{}% "
},
"temperature": {
"critical-threshold": 80,
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"cpu": {
"format": "{usage}% ",
"tooltip": false
}
}