From adcb6518d48ab41b26aeba77b3d0147d24dc287d Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 25 Jan 2024 00:16:30 -0500 Subject: Remove BLOCK_BUTTONS from dwmblocks --- .local/bin/dwmbar/dwmb-date | 5 ----- 1 file changed, 5 deletions(-) (limited to '.local/bin/dwmbar/dwmb-date') diff --git a/.local/bin/dwmbar/dwmb-date b/.local/bin/dwmbar/dwmb-date index 4caf8b4..cd598b1 100755 --- a/.local/bin/dwmbar/dwmb-date +++ b/.local/bin/dwmbar/dwmb-date @@ -1,8 +1,3 @@ #!/bin/sh date +"  %a %b %d" - -case $BLOCK_BUTTON in -1) notify-send -a " Calendar" "$(cal | tail -n +2)" ;; -6) "$TERMINAL" -e "$EDITOR" "$0" ;; -esac -- cgit v1.2.3