aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar/scripts/pacman-label
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-12-17 23:20:46 +0000
committerBlake Romero <blake@blkrom.com>2024-12-17 23:22:53 +0000
commit29bde14b1e04224d5a5caedcecb60f5160d13da6 (patch)
tree075f4a577a4e17d821c74bef420d2145c28e8ba6 /dot-config/yambar/scripts/pacman-label
parent1c8aa8475d7323d0f121d69cb0c3073be136e473 (diff)
Refactore yambar, add mpc & newsboat to bar, update pacman scripts
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"