diff options
Diffstat (limited to '')
| l---------[-rwxr-xr-x] | des/i3/i3blocks/scripts/archupdates | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/des/i3/i3blocks/scripts/archupdates b/des/i3/i3blocks/scripts/archupdates index b74f872..aba6472 100755..120000 --- a/des/i3/i3blocks/scripts/archupdates +++ b/des/i3/i3blocks/scripts/archupdates @@ -1,10 +1 @@ -#!/usr/bin/bash - -PAC_UPDATES=$(checkupdates | wc -l) -AUR_UPDATES=$(auracle sync -q | wc -l) - -if [[ $PAC_UPDATES -gt 0 || $AUR_UPDATES -gt 0 ]]; then - echo " [$PAC_UPDATES .. $AUR_UPDATES]" -else - echo "<span color=\"#586e75\"> 0</span>" -fi +archupdates
\ No newline at end of file |
