diff options
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/sb-updates | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/statusbar/sb-updates b/.local/bin/statusbar/sb-updates new file mode 100755 index 0000000..e7683aa --- /dev/null +++ b/.local/bin/statusbar/sb-updates @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "[ $(checkupdates | wc -l) ]" |
