summaryrefslogtreecommitdiffstats
path: root/.config/fbpanel/taskbar
blob: db547ed620e9b7d542953a66a90e9e191fdc1b97 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Global {
	edge = top
	allign = center
	widthtype = percent
	width = 100
	heighttype = pixel
	height = 26
	margin = 0
	setdocktype = true
	setpartialstrut = true
	transparent = false
	tintcolor = #2f2f2f
	alpha = 255
	autohide = false
	roundcorners = false
	roundcornersradius = 0
	layer = above
	setlayer = false
	maxelemheight = 24
}

Plugin {
	type = menu
	expand = false
	padding = 0
	config {
		icon = start-here
		systemmenu {
		}
	}
}

Plugin {
	type = pager
	expand = false
	padding = 0
	config {
		showwallpaper = true
	}
}

Plugin {
	type = taskbar
	expand = true
	padding = 0
	config {
		showiconified = true
		showmapped = true
		showalldesks = false
		tooltips = true
		iconsonly = false
		maxtaskwidth = 200
	}
}

Plugin {
	type = tray
	expand = false
	padding = 0
}

Plugin {
	type = tclock
	expand = false
	padding = 0
	config {
		clockfmt = <span font="Mono 10">%H:%M:%S</span>&#xA;<span font="Mono 6">%a %Y-%m-%d</span>
		showcalendar = true
		showtooltip = false
	}
}