Browse Source

Merge pull request #377 from JaKooLit/revert-373-main

Revert "fix: Fixup waybar's integrated system updater module"
pull/378/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
f7e09af424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      config/waybar/modules

4
config/waybar/modules

@ -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",
},
@ -863,4 +863,4 @@
"interval": 86400, // once every day
"tooltip": true,
},
}
}
Loading…
Cancel
Save