Icon » History » Version 20
Per Amundsen, 02/16/2023 12:51 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 | 20 | Per Amundsen | table(ktable). |
| 11 | |*Switch*|*Description*| |
||
| 12 | | -m | Main icon. | |
||
| 13 | | -s | Server icon. | |
||
| 14 | | -c | Channel icon. | |
||
| 15 | | -p | Query icon. | |
||
| 16 | | -t | Tool icon. | |
||
| 17 | | -u | Custom icon. | |
||
| 18 | | -f | Folder icon. | |
||
| 19 | | -n | Notify icon. | |
||
| 20 | | -r | Resets icon. | |
||
| 21 | | -h | Highlight icon. | |
||
| 22 | | -e | Treebar arrow down icon. | |
||
| 23 | | -i | Treebar arrow right icon. | |
||
| 24 | | -o | Scroll to bottom arrow. | |
||
| 25 | | -b | Treebar close icon. | |
||
| 26 | 1 | Per Amundsen | |
| 27 | 6 | Per Amundsen | *Parameters* |
| 28 | 1 | Per Amundsen | |
| 29 | 20 | Per Amundsen | table(ktable). |
| 30 | |*Parameter*|*Description*| |
||
| 31 | | [window] | Window to change icon for. if no icon type is defined and no valid window is defined, current window is used. (optional) | |
||
| 32 | | <filename> | The filename of the icon. | |
||
| 33 | 1 | Per Amundsen | |
| 34 | *Example* |
||
| 35 | |||
| 36 | <pre> |
||
| 37 | ; Change the channel icon. |
||
| 38 | /icon -c C:\Users\User\Pictures\icon1.ico |
||
| 39 | |||
| 40 | ; Reset the channel icon. |
||
| 41 | /icon -cr |
||
| 42 | 9 | Per Amundsen | </pre> |