add weather widget to waybar
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"tooltip": false
|
||||
},
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["custom/network", "cpu", "battery"],
|
||||
"modules-right": ["custom/weather", "custom/network", "cpu", "battery"],
|
||||
|
||||
"niri/workspaces": {
|
||||
"disable-scroll": true
|
||||
@@ -22,6 +22,13 @@
|
||||
"interval": 60
|
||||
},
|
||||
|
||||
"custom/weather": {
|
||||
"exec": "~/.local/bin/waybar-weather.sh",
|
||||
"interval": 1800,
|
||||
"format": "{}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/network": {
|
||||
"exec": "~/.local/bin/waybar-network.sh",
|
||||
"interval": 2,
|
||||
|
||||
Reference in New Issue
Block a user