summaryrefslogtreecommitdiff
path: root/i3blocks-title.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3blocks-title.sh')
-rwxr-xr-xi3blocks-title.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/i3blocks-title.sh b/i3blocks-title.sh
new file mode 100755
index 0000000..cce4fc4
--- /dev/null
+++ b/i3blocks-title.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+name=$(xdotool getactivewindow getwindowname)
+[ -n "$name" ] && printf "%s\n" "$(xdotool getactivewindow getwindowname)"