diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:19:23 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 14:19:23 +0000 |
commit | 20b9b4855ec88d6d0c6ed4edbd4b9c6525f77d25 (patch) | |
tree | 1dcfee98eb3a69fcbf8be9067791b09dde1c7d32 /modules/archupdates | |
parent | 23767a965b9de481342849163fc2cfe5b88562ef (diff) |
Added new weather module, fixed archupdates spacing and tweaked bar.sh
Diffstat (limited to 'modules/archupdates')
-rwxr-xr-x | modules/archupdates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/archupdates b/modules/archupdates index 30ee7a3..9fd509b 100755 --- a/modules/archupdates +++ b/modules/archupdates @@ -4,9 +4,9 @@ # Requires an internet connection # Depends on yay and checkupdates (pacman-contrib) -PREFIX=' Updates: ' +PREFIX=' Updates: ' -get_updates() +get_updates() { if ! updates_arch=$(checkupdates 2> /dev/null | wc -l ); then updates_arch=0 |