From e481a5a8f4773a1e54f1a701fc9a4da08d9970f8 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 8 Jan 2024 06:32:43 -0500 Subject: Lint dwmblocks scripts --- .local/bin/dwmbar/dwmb-date | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.local/bin/dwmbar/dwmb-date') diff --git a/.local/bin/dwmbar/dwmb-date b/.local/bin/dwmbar/dwmb-date index 1943f10..4caf8b4 100755 --- a/.local/bin/dwmbar/dwmb-date +++ b/.local/bin/dwmbar/dwmb-date @@ -1,8 +1,8 @@ #!/bin/sh -date +"  %a %b %d " +date +"  %a %b %d" case $BLOCK_BUTTON in - 1) notify-send -a " Calendar" "$(cal | tail -n +2)" ;; - 6) "$TERMINAL" -e "$EDITOR" "$0" ;; +1) notify-send -a " Calendar" "$(cal | tail -n +2)" ;; +6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac -- cgit v1.2.3