Skip to content

Commit

Permalink
Merge pull request #172 from SH4H31M/SH4H31M-patch-waybar-json-issue
Browse files Browse the repository at this point in the history
Fix JSON parsing issue that was preventing waybar from launching
  • Loading branch information
FilippoBonazziSUSE authored Sep 16, 2024
2 parents 270a429 + 3f5cd5d commit 07a4c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/waybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"custom/zypper": {
"format": "{} ",
"interval": 3600,
"exec": "zypper lu | grep 'v \+|' | wc -l; echo 'packages to update'",
"exec": "zypper lu | grep 'v \\+|' | wc -l; echo 'packages to update'",
"exec-if": "exit 0",
"on-click": "exec alacritty -e sudo sh -c 'zypper ref; zypper dup; pkill -SIGRTMIN+8 waybar'",
"signal": 8
Expand Down

0 comments on commit 07a4c9c

Please sign in to comment.