Skip to content

Instantly share code, notes, and snippets.

@lifeofcoding
Created June 19, 2020 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeofcoding/667b926ee371ec6570198c52d4681328 to your computer and use it in GitHub Desktop.
Save lifeofcoding/667b926ee371ec6570198c52d4681328 to your computer and use it in GitHub Desktop.
#!/bin/bash
opacity=$1
sudo sh -c 'xprop -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY $(printf 0x%x $((0xffffffff * '$opacity' / 100)))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment