Skip to content

Commit

Permalink
Rename the app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Sep 17, 2011
1 parent 9243d49 commit 20cc25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ update-icon-cache:

install-icons:
mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps; \
$(INSTALL_DATA) $(srcdir)/xmonad48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xmonad48.png;
$(INSTALL_DATA) $(srcdir)/xmonad48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xmonad.png;

uninstall-icons:
rm -f $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xmonad48.png;
rm -f $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/xmonad.png;

install-data-local: install-icons update-icon-cache

Expand Down
2 changes: 1 addition & 1 deletion org.xmonad.Log.panel-applet.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Description=Factory for the xmonad-log-applet
[XmonadLogApplet]
Name=Xmonad Log Applet
Description=Monitor your Xmonad log
Icon=xmonad48
Icon=xmonad
BonoboId=OAFIID:XmonadLogApplet

0 comments on commit 20cc25b

Please sign in to comment.