aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar/scripts/pacman-label
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/yambar/scripts/pacman-label')
-rwxr-xr-xdot-config/yambar/scripts/pacman-label7
1 files changed, 0 insertions, 7 deletions
diff --git a/dot-config/yambar/scripts/pacman-label b/dot-config/yambar/scripts/pacman-label
deleted file mode 100755
index 7015e5b..0000000
--- a/dot-config/yambar/scripts/pacman-label
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Get package count
-count=$(wc -l < ~/.cache/updates)
-
-# Display count
-printf "%s\n\n" "count|int|$count"