How to add icons in the toolbar
Posted:
Wed Mar 20, 2013 2:09 pm
by cod83
How to add icons half speed, double speed, zoom +, zoom-,?
I tried inc_zoom, dec_zoom etc.Nothing has changed, please help.
(I made icons for these commands and put them in the skin folder)
Re: How to add icons in the toolbar
Posted:
Wed Mar 20, 2013 10:09 pm
by MacTheKnife
In the [default_gui] section of the smplayer.ini file add the buttons you want to the "actions\toolbar1=" line.
For zooming, I just remapped the zoom function to the mouse wheel, so if I position the pointer over the video, the scroll wheel zooms in and out. And if I position the pointer over the volume control then the scroll wheel adjust the volume. So I don't know what the tag names are for the zoom control.
For half speed and double speed, the correct names are halve_speed and double_speed (note the underline).
For example, I've changed my toolbar to the following:
actions\toolbar1=show_file_properties, show_playlist, show_preferences, separator, screenshot, separator, deinterlace_menu, separator, dec_speed, inc_speed, halve_speed, double_speed, separator, move_up, move_down, move_left, move_right
Going by the inc_speed and dec_speed, my guess is that the zoom tags are inc_zoom and dec_zoom.
The example above uses the icons from the default theme. if you want to use your own icons, I think you have to create a complete theme and switch to using that theme.
Re: How to add icons in the toolbar
Posted:
Wed Nov 16, 2016 3:38 pm
by bald42
Is it possible to add icons to actions currently with no icons via a custom theme?
Re: How to add icons in the toolbar
Posted:
Wed Nov 16, 2016 10:51 pm
by rvm
Some actions with no icons actually try to load an icon, so if you provide those icons, yes.
How to add icons in the toolbar
Posted:
Tue Sep 03, 2019 2:24 pm
by BeJimmiedix
I have downloaded and installed Papirus icon set. However I am not sure how to change from default icons to those.
In MxTweaks I do not find them listed.
Also, when I try to edit a launcher to change its icon, I cannot find in the list of available ones the Papirus ones.
Thank you