diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:16:30 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:16:30 -0500 |
commit | adcb6518d48ab41b26aeba77b3d0147d24dc287d (patch) | |
tree | 0ad7b3c40e7145360d3443c2238c89f31c431419 /.local/bin/dwmbar/dwmb-time | |
parent | 2a4848c8fdf131e92a4d66eff4f9d0f4f4081eaf (diff) |
Remove BLOCK_BUTTONS from dwmblocks
Diffstat (limited to '.local/bin/dwmbar/dwmb-time')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-time | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.local/bin/dwmbar/dwmb-time b/.local/bin/dwmbar/dwmb-time index 4fb102b..fc17227 100755 --- a/.local/bin/dwmbar/dwmb-time +++ b/.local/bin/dwmbar/dwmb-time @@ -1,6 +1,4 @@ #!/bin/sh date +" %H:%M " -case $BLOCK_BUTTON in - 6) "$TERMINAL" -e "$EDITOR" "$0" ;; -esac
\ No newline at end of file + |