diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 15:53:27 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 15:53:27 -0400 |
commit | 7c231155cecfa1964b3b9c7153a166cbeb9efa8b (patch) | |
tree | a99b2ce3e2ea28c13ea5b62060ea924952bcfa99 /.local/bin/dwmbar/dwmb-test | |
parent | ab1ca121adbeb0340e6c96267565866e99875261 (diff) |
Debloat dwmblocks
Diffstat (limited to '.local/bin/dwmbar/dwmb-test')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/dwmbar/dwmb-test b/.local/bin/dwmbar/dwmb-test deleted file mode 100755 index 7508072..0000000 --- a/.local/bin/dwmbar/dwmb-test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 99 | head -n 1 -case $BLOCK_BUTTON in - 6) "$TERMINAL" -e "$EDITOR" "$0" ;; -esac
\ No newline at end of file |