File: appearance.menu.in

package info (click to toggle)
wmaker 0.96.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,332 kB
  • sloc: ansic: 99,482; sh: 7,068; perl: 3,423; makefile: 1,647; lisp: 219; python: 34
file content (12 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#include "wmmacros"

Appearance MENU
  "Background" OPEN_MENU background.menu
  "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
  "Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
  "Save Theme" EXEC getstyle -p "%a(Theme name)"
  "Preferences Utility" EXEC #wprefs#
Appearance  END