.s/.config/waybar/config
2023-03-27 11:12:26 -06:00

46 lines
1.2 KiB
Plaintext

{
"include": "~/.config/waybar/local.d/*",
"position": "top",
"spacing": 0,
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": " {:%A, %d %B %Y, %H:%M}",
"interval": 60
},
"cpu": {
"format": " {usage}%"
},
"memory": {
"format": " {}%",
"tooltip": false,
},
"temperature#cpu": {
"critical-threshold": 70,
"format": " {temperatureC}°C "
},
"network": {
"format-wifi": " {ipaddr}",
"format-ethernet": " {ipaddr}/{cidr}",
"format-disconnected": "⚠ Disconnected",
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{icon}  {volume}% {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"
},
}