From 566a4da12f0831572a898e0a5adc31059c55c4b9 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 1 Feb 2024 15:02:10 -0500 Subject: .profile picks the right nvim (distro vs compiled) --- .local/bin/dwmbar/dwmb-dotfiles | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.local/bin/dwmbar') diff --git a/.local/bin/dwmbar/dwmb-dotfiles b/.local/bin/dwmbar/dwmb-dotfiles index 5d064c1..8485120 100755 --- a/.local/bin/dwmbar/dwmb-dotfiles +++ b/.local/bin/dwmbar/dwmb-dotfiles @@ -22,11 +22,4 @@ status=$(yadm status --porcelain 2>/dev/null) [ -z "$status" ] && exit 0 -case "$status" in -*M*) icon=" " ;; -*A*) icon=" " ;; -*U*) icon=" " ;; -*D*) icon=" " ;; -esac - -printf "  %s " "$icon" +printf "  " -- cgit v1.2.3