Skip to content

Commit

Permalink
Added improved icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Nov 23, 2020
1 parent f79e365 commit c4b2f5b
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 59 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![icon](smother.svg)
![](smother.svg)

# Smother
A simple gtk application for managing an OpenVPN killswitch using ufw.

Expand All @@ -18,4 +19,7 @@ sh build.sh
Run `install.sh` after building, or run the latest self-extracting archive available [here](https://github.com/Corewala/Smother/releases/latest) to access installation options.

## Notice
This software uses ufw, and will screw up your config. Do not use this software if you use ufw for anything else.
This software uses ufw, and will screw up your config. Do not use this software if you use ufw for anything else.

## Credits
"[Mask](https://thenounproject.com/ayub12/collection/jumpicon-pest-control-glyph/?i=2278085)" icon by Ayub Irawan from the [Noun Project](https://thenounproject.com/).
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Type=Application
Name=Smother
Exec=smother
Terminal=false
Icon=password
Icon=smother
Categories=GNOME;Network;
StartupNotify=false' > build/Smother.desktop
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ case $selection in
sudo ufw enable &> /dev/null
cp build/smother ~/.local/bin
cp build/Smother.desktop ~/.local/share/applications
cp smother.svg ~/.icons
;;

2)
Expand All @@ -34,6 +35,7 @@ case $selection in
sudo /usr/bin/ufw default allow outgoing &> /dev/null
rm ~/.local/bin/smother
rm ~/.local/share/applications/Smother.desktop
rm /.icons/smother.svg
;;

*)
Expand Down
99 changes: 43 additions & 56 deletions smother.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4b2f5b

Please sign in to comment.