diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-10-08 11:20:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-10-08 11:20:35 +0100 |
commit | 8b7cbe59a22d4f7275b9375a61a9f8d3faf902de (patch) | |
tree | 2d616e49d40545c8eaf264161387ad8c4e2ec65b | |
parent | fb6b679b44a1bac94a96545cf7419d2804000fa5 (diff) |
change window icon
-rwxr-xr-x | sisyphus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ export local showprogress="yad --title "sisyphus" --text-info --width 640 --height 480 --center --listen --tail &" export local focusprogress="wmctrl -F -a "sisyphus" -b add,above" export local SISYPHUS=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-about" modal="true" resizable="false" width-request="1000" height-request="600"> +<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="1000" height-request="600"> <vbox> <frame Manage Packages> <hbox> |