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