From 4c1bc9db5478bfd0f1d0e67246bba74c94f4c373 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 18 Jul 2023 19:54:30 -0400 Subject: refactor: remove `widget-pacman_updates` --- .local/bin/awesome-widgets/widget-pacman_updates | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/awesome-widgets/widget-pacman_updates (limited to '.local') diff --git a/.local/bin/awesome-widgets/widget-pacman_updates b/.local/bin/awesome-widgets/widget-pacman_updates deleted file mode 100755 index dfd21e4..0000000 --- a/.local/bin/awesome-widgets/widget-pacman_updates +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if ! command -v yay >/dev/null 2>&1; then - notify-send "awesomewm widget error" "the 'yay' package is required for the widget to work." -else - yay -Sy >/dev/null - count=$(yay -Qu | wc -l) - echo " 📤 $count" -fi -- cgit v1.2.3