chore(waybar): add script to check updates
This commit is contained in:
7
.config/waybar/scripts/check_updates.sh
Executable file
7
.config/waybar/scripts/check_updates.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
main() {
|
||||
checkupdates | wc -l
|
||||
}
|
||||
|
||||
main $@
|
Reference in New Issue
Block a user