You are not logged in.

#1 2009-01-17 15:54:24

Ypsy
Member
Registered: 2008-12-28
Posts: 15

Changing urxvt's taskbar icon

Howdie,
as I've normally got weechat running next to MOC running next to canto (great non-gui feedreader) running next to my normal urxvt, I thought it might be better to have different icons for the applications in the gnome-taskbar.
So in man it says there would be a option called "-icon" but it seems the manpage is outdated, as the option is seemingly now called "-n" or "-iconName".
Anyways I cant get them working. Tried "urxvt -n /path/to/icon.svg -e canto" or "urxvt -n liferea -e canto" (canto doesn't have it's own icon and I like the liferea icon wink)
I tried installing the rxvt-unicode-afterimage package from AUR but it's not changing anything markable.

Any idea how I might get the -n command to work? Or any other workaround?

Offline

#2 2009-01-17 16:23:34

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: Changing urxvt's taskbar icon

You were very close smile You have to use the libafterimage enabled version of urxvt and then use the -iconFile resource.
Put that in your ~/.Xdefaults

URxvt*iconFile:            /usr/share/icons/Tango/32x32/apps/gnome-terminal.png

Use "urxvt -name IRC -e weechat" to start your weechat session and put the following in your ~/.Xdefaults

IRC*iconFile:              /usr/share/icons/Tango/32x32/apps/internet-group-chat.png

Offline

#3 2009-01-17 17:01:30

Ypsy
Member
Registered: 2008-12-28
Posts: 15

Re: Changing urxvt's taskbar icon

Works perfectly smile
Thanks ijanos!

Offline

Board footer

Powered by FluxBB