Icon » History » Version 13
Per Amundsen, 04/29/2022 05:47 PM
1 | 1 | Per Amundsen | _Added in 2.4_ |
---|---|---|---|
2 | |||
3 | 13 | Per Amundsen | */icon [-mscptfnrheiob | -u window] <filename>* |
4 | 1 | Per Amundsen | |
5 | 11 | Mr. BS | Sets or resets the icon for the specified window type or window. |
6 | 1 | Per Amundsen | |
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 | 12 | Per Amundsen | [window] - Used with -u, window to change icon for. |
28 | 8 | 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 | 9 | Per Amundsen | </pre> |