Skip to content

Commit

Permalink
Merge pull request #170 from FilippoBonazziSUSE/fix_zypper_helper
Browse files Browse the repository at this point in the history
Fix waybar zypper widget
  • Loading branch information
FilippoBonazziSUSE authored Sep 13, 2024
2 parents fc71c41 + 2fd03bb commit 455002b
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 455002b

Please sign in to comment.