Compare commits
No commits in common. "542ec4a38765501912b11f03fee2d2da521f95f3" and "99fe89d0100cf3102ba3e3c1b300a67ea9ca2e9f" have entirely different histories.
542ec4a387
...
99fe89d010
2 changed files with 3 additions and 7 deletions
|
@ -109,10 +109,10 @@
|
|||
"custom/update":{
|
||||
"format": "{} ",
|
||||
"interval": 3600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"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": "⏻",
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
sudo pacman -Syu
|
||||
echo Done - Press Enter to exit
|
||||
read _\
|
Loading…
Reference in a new issue