Skip to content

Instantly share code, notes, and snippets.

@paulochf
Created February 15, 2018 19:35
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 paulochf/540d7a82e82c40e8c318955083604e19 to your computer and use it in GitHub Desktop.
Save paulochf/540d7a82e82c40e8c318955083604e19 to your computer and use it in GitHub Desktop.
Pritunl icon in Ubuntu top task bar workaround
#!/usr/bin/env bash
# Doesn't fix the icon to have the right appearance, but stop the top bar from being ridiculously big.
cd /usr/share/pritunl_client && for f in `ls *svg`; do sudo sed -i -E -e 's/200([ "])/24\1/g' $f; done && cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment