summaryrefslogtreecommitdiff
path: root/i3blocks-title.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-05-14 17:35:21 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-05-14 17:35:21 -0400
commit680a167d6f72853eeab01970426028fc474c6005 (patch)
tree8125abf3f5cc3ccb7c7ec8960854ab3992d3ae21 /i3blocks-title.sh
parenta9ca605132e22b5bb7ab1bf67ebbcfa1e0a0c0d2 (diff)
downloadscripts-680a167d6f72853eeab01970426028fc474c6005.tar.xz
scripts-680a167d6f72853eeab01970426028fc474c6005.zip
added net, updated audio for FreeBSD, removed title blocks
Diffstat (limited to 'i3blocks-title.sh')
-rwxr-xr-xi3blocks-title.sh4
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)"