File: default

package info (click to toggle)
sapphire 0.15.8-9.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 448 kB
  • ctags: 850
  • sloc: cpp: 6,490; makefile: 102; sh: 77
file content (54 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
menu(Sapphire 0.15.x)
{
include-menu-defs

	submenu (terminals)
	{
		exec (xterm) {xterm -bg black -fg white}
		exec (rxvt)  {rxvt -bg black -fg white}
	}
	
	submenu (internet)
	{
		exec (netscape) {netscape}
		exec (licq)  	{licq}
	}
	
	submenu (utilities)
	{
		submenu (editors)
		{
			exec (nedit) {nedit}
			exec (xedit) {xedit}
			exec (emacs) {emacs}
		}
		
		submenu (other)
		{
			exec (xload) 	{xload}
			exec (xosview) 	{xosview}
			exec (xclock) 	{xclock}
			exec (xcalc) 	{xcalc}
		}
	}
	
	submenu (fun)
	{
		exec (xeyes) {xeyes}
		exec (xlogo) {xlogo}
	}

	submenu (themes)
	{
		theme (default) {/usr/share/sapphire/themes/default.theme}
		theme (darkblue){/usr/share/sapphire/themes/darkblue.theme}
		theme (slate)   {/usr/share/sapphire/themes/slate.theme}
		theme (rose)    {/usr/share/sapphire/themes/rose.theme}
		theme (gray)    {/usr/share/sapphire/themes/gray.theme}
	}
		
	separator
	reconfigure
	restart
	exit
}