summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-date
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-25 00:16:30 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-25 00:16:30 -0500
commitadcb6518d48ab41b26aeba77b3d0147d24dc287d (patch)
tree0ad7b3c40e7145360d3443c2238c89f31c431419 /.local/bin/dwmbar/dwmb-date
parent2a4848c8fdf131e92a4d66eff4f9d0f4f4081eaf (diff)
Remove BLOCK_BUTTONS from dwmblocks
Diffstat (limited to '.local/bin/dwmbar/dwmb-date')
-rwxr-xr-x.local/bin/dwmbar/dwmb-date5
1 files changed, 0 insertions, 5 deletions
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