Files
wmaker/WindowMaker/appearance.menu.in
T

13 lines
472 B
Plaintext
Raw Normal View History

2009-08-24 10:10:37 +02:00
#include "wmmacros"
2020-04-09 00:00:14 -04:00
Appearance MENU
2009-08-24 10:10:37 +02:00
"Background" OPEN_MENU background.menu
2017-08-18 20:37:48 -04:00
"Styles" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
"Themes" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
"Icon Sets" OPEN_MENU -noext ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
2009-08-24 10:10:37 +02:00
"Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
2018-05-15 14:14:14 -04:00
"Save Theme" EXEC getstyle -p "%a(Theme name)"
2017-08-17 21:02:27 -04:00
"Preferences Utility" EXEC #wprefs#
2020-04-09 00:00:14 -04:00
Appearance END
2009-08-24 10:10:37 +02:00