Skip to content

Instantly share code, notes, and snippets.

@mnlwldr
Created June 25, 2016 15:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnlwldr/ad3002443ef479e691eb67355944b18c to your computer and use it in GitHub Desktop.
Save mnlwldr/ad3002443ef479e691eb67355944b18c to your computer and use it in GitHub Desktop.
Show the current active Window for i3blocks
[window_name]
command=xprop -id $(xprop -root | awk '/_NET_ACTIVE_WINDOW\(WINDOW\)/{print $NF}') | awk '/_NET_WM_NAME/{$1=$2="";print}' | cut -d'"' -f2
interval=1
color=#ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment