diff --git a/.local/bin/polybar_scripts/aur_updates b/.local/bin/polybar_scripts/aur_updates deleted file mode 100755 index 924fdceb..00000000 --- a/.local/bin/polybar_scripts/aur_updates +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env sh - -if ! updates=$(yay -Qum 2> /dev/null | wc -l); then - updates=0 -fi - -if [ "$updates" -eq 1 ]; then - echo "$updates update" -elif [ "$updates" -gt 1 ]; then - echo "$updates updates" -else - echo "" -fi