Icon » History » Version 7
Per Amundsen, 01/26/2017 02:20 PM
1 | 1 | Per Amundsen | _Added in 2.4_ |
---|---|---|---|
2 | |||
3 | 7 | Per Amundsen | */icon [-mscptufnrheiob] [window] <filename>* |
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 | 7 | Per Amundsen | [filename] - The filename of the icon. |
29 | 1 | Per Amundsen | |
30 | *Example* |
||
31 | |||
32 | <pre> |
||
33 | ; Change the channel icon. |
||
34 | /icon -c C:\Users\User\Pictures\icon1.ico |
||
35 | |||
36 | ; Reset the channel icon. |
||
37 | /icon -cr |
||
38 | </pre> |