adjust waybar config

This commit is contained in:
2025-05-25 17:39:23 -04:00
parent 61a9868d34
commit 464b27523e

View File

@@ -27,17 +27,18 @@
"format-alt": "{:%m-%d-%Y}", "format-alt": "{:%m-%d-%Y}",
"tooltip": false "tooltip": false
}, },
"custom/weather": { "custom/weather": {
"format": "{} °", "format": "{} °",
"tooltip": true, "tooltip": true,
"interval": 3600, "interval": 3600,
"exec": "wttrbar --fahrenheit --main-indicator 'temp_F' --location 'Grand Rapids'", "exec": "wttrbar --fahrenheit --main-indicator 'temp_F' --location 'Grand Rapids'",
"return-type": "json" "return-type": "json"
}, },
"network": { "network": {
"format-wifi": " {essid} ({signalStrength}%)", "format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": " {ipaddr}", "format-ethernet": " {ipaddr}",
"format-disconnected": "⚠ Disconnected", "format-disconnected": "⚠ Disconnected",
"family": "ipv4",
"interval": 5, "interval": 5,
"tooltip": false "tooltip": false
}, },