Skip to content

Commit

Permalink
Merge pull request #377 from JaKooLit/revert-373-main
Browse files Browse the repository at this point in the history
Revert "fix: Fixup waybar's integrated system updater module"
  • Loading branch information
JaKooLit authored Jul 8, 2024
2 parents 3e3273e + 3a2c20d commit f7e09af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/waybar/modules
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"exec": "checkupdates | wc -l",
"exec-if": "[[ $(checkupdates | wc -l) ]]",
"interval": 15,
"on-click": "if command -v paru &> /dev/null; then kitty -T update paru -Syu; else kitty -T update yay -Syu; fi && notify-send 'The system has been updated'",
"on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'",
"tooltip": true,
"tooltip-format": "Left Click: Update System\nArch Linux Only",
},
Expand Down Expand Up @@ -863,4 +863,4 @@
"interval": 86400, // once every day
"tooltip": true,
},
}
}

0 comments on commit f7e09af

Please sign in to comment.