Compare commits

..

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

2 changed files with 3 additions and 7 deletions

View file

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

View file

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