Waybar: use ~ instead of $HOME

This commit is contained in:
Harzo 2023-06-03 13:26:11 +02:00
parent f7218fe4e4
commit 085a6f831d
1 changed files with 2 additions and 2 deletions

View File

@ -103,9 +103,9 @@
"format": "󰏗 {}", "format": "󰏗 {}",
"interval": "3600", "interval": "3600",
"return-type": "json", "return-type": "json",
"exec": "$HOME/.config/waybar/scripts/checkupdates", "exec": "~/.config/waybar/scripts/checkupdates",
"signal": 8, "signal": 8,
"on-click": "$HOME/.config/waybar/scripts/updatepkgs" "on-click": "~/.config/waybar/scripts/updatepkgs"
}, },
"custom/weather": { "custom/weather": {
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'", "exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",