diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-05-14 17:35:21 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-05-14 17:35:21 -0400 |
commit | 680a167d6f72853eeab01970426028fc474c6005 (patch) | |
tree | 8125abf3f5cc3ccb7c7ec8960854ab3992d3ae21 /i3blocks-title.sh | |
parent | a9ca605132e22b5bb7ab1bf67ebbcfa1e0a0c0d2 (diff) | |
download | scripts-680a167d6f72853eeab01970426028fc474c6005.tar.xz scripts-680a167d6f72853eeab01970426028fc474c6005.zip |
added net, updated audio for FreeBSD, removed title blocks
Diffstat (limited to 'i3blocks-title.sh')
-rwxr-xr-x | i3blocks-title.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i3blocks-title.sh b/i3blocks-title.sh deleted file mode 100755 index cce4fc4..0000000 --- a/i3blocks-title.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -name=$(xdotool getactivewindow getwindowname) -[ -n "$name" ] && printf "%s\n" "$(xdotool getactivewindow getwindowname)" |