dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit bdaa7d1bb966c6297f92001391c0fb5322e51cc1
parent 08e5e79f9d710ac28012eb980a4aa53c2c41857c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 10:00:03 +0200

dwmblocks: top is good enough, no need for htop

Diffstat:
Mscripts/dwmblock-cpu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dwmblock-cpu b/scripts/dwmblock-cpu @@ -3,7 +3,7 @@ cache=/tmp/cpubarscache case "$BUTTON" in - 1) pgrep -f htop || setsid -f "$TERMINAL" -e htop ;; + 1) pgrep -f top || setsid -f "$TERMINAL" -e top ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac