Created
February 15, 2018 19:35
-
-
Save paulochf/540d7a82e82c40e8c318955083604e19 to your computer and use it in GitHub Desktop.
Pritunl icon in Ubuntu top task bar workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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