Icon » History » Version 6
Per Amundsen, 12/04/2016 01:11 AM
| 1 | 1 | Per Amundsen | _Added in 2.4_ |
|---|---|---|---|
| 2 | |||
| 3 | 6 | Per Amundsen | */icon [-mscptufnrheiob] [window]* |
| 4 | 1 | Per Amundsen | |
| 5 | Sets or resets the icon for the specified window type or window.' |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -m - Main icon. |
||
| 10 | -s - Server icon. |
||
| 11 | -c - Channel icon. |
||
| 12 | -p - Query icon. |
||
| 13 | -t - Tool icon. |
||
| 14 | -u - Custom icon. |
||
| 15 | -f - Folder icon. |
||
| 16 | 2 | Per Amundsen | -u - Custom icon. |
| 17 | -n - Notify icon. |
||
| 18 | 1 | Per Amundsen | -r - Resets icon. |
| 19 | 3 | Per Amundsen | -h - Highlight icon. |
| 20 | 4 | Per Amundsen | -e - Treebar arrow down icon. |
| 21 | 1 | Per Amundsen | -i - Treebar arrow right icon. |
| 22 | -o - Scroll to bottom arrow. |
||
| 23 | 6 | Per Amundsen | -b - Treebar close icon. |
| 24 | 1 | Per Amundsen | |
| 25 | *Parameters* |
||
| 26 | |||
| 27 | [window] - Window to change icon for, if no icon is defined and no window type is defined, current window is used. |
||
| 28 | |||
| 29 | *Example* |
||
| 30 | |||
| 31 | <pre> |
||
| 32 | ; Change the channel icon. |
||
| 33 | /icon -c C:\Users\User\Pictures\icon1.ico |
||
| 34 | |||
| 35 | ; Reset the channel icon. |
||
| 36 | /icon -cr |
||
| 37 | </pre> |