elizabeth.hunt@simponic.xyz
c2037fad9f
Reviewed-on: #1 Co-authored-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz> Co-committed-by: elizabeth.hunt@simponic.xyz <elizabeth.hunt@simponic.xyz>
73 lines
1.8 KiB
Plaintext
73 lines
1.8 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"
|
|
},
|
|
"backlight": {
|
|
"format": " {}%"
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-alt": "{time} {icon}",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
"mpris": {
|
|
"player-icons": {
|
|
"default": "▶"
|
|
},
|
|
"status-icons": {
|
|
"paused": ""
|
|
},
|
|
"on-click": "waybar-mpris --send toggle",
|
|
"on-click-right": "waybar-mpris --send player-next",
|
|
"max-length": 45,
|
|
"format": "{player_icon} {title} | {artist}",
|
|
"ignored-players": ["firefox"]
|
|
},
|
|
}
|