From 29bde14b1e04224d5a5caedcecb60f5160d13da6 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 17 Dec 2024 23:20:46 +0000 Subject: Refactore yambar, add mpc & newsboat to bar, update pacman scripts --- dot-config/yambar/scripts/pacman-label | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 dot-config/yambar/scripts/pacman-label (limited to 'dot-config/yambar/scripts/pacman-label') 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" -- cgit