Compare commits

..

No commits in common. "542ec4a38765501912b11f03fee2d2da521f95f3" and "99fe89d0100cf3102ba3e3c1b300a67ea9ca2e9f" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -111,8 +111,8 @@
"interval": 3600,
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'",
"signal": 8
"on-click": "tilix -e 'sudo pacman -Syu'; pkill -SIGRTMIN+8 waybar",
"signal": 8
},
"custom/power":{
"format": "⏻",

View file

@ -1,4 +0,0 @@
#!/bin/sh
sudo pacman -Syu
echo Done - Press Enter to exit
read _\