diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-08 14:12:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-08 14:12:23 +0000 |
| commit | d8a3463934bdc6c89a5bbfdce8b2f2325715c8c9 (patch) | |
| tree | f8b90bb192c86a619c70b5d6359b4387b1b64bb2 /config/waybar | |
| parent | 41c4923fe79b1462a54881705a580b730405a370 (diff) | |
| parent | 66cfe8e38194b6c8fcaf1d74aa31b264c79751bc (diff) | |
Merge pull request #395 from JaKooLit/development
Development to Main in preparation for Hyprland v0.42.0 recently released
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 3132cc46..57393c08 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -707,7 +707,7 @@ "exec": "checkupdates | wc -l", "exec-if": "[[ $(checkupdates | wc -l) ]]", "interval": 15, - "on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'", + "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'", "tooltip": true, "tooltip-format": "Left Click: Update System\nArch Linux Only", }, |
