adjust waybar config

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

View File

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