summaryrefslogtreecommitdiffstats
path: root/.config/fbpanel/taskbar
blob: ed24f19a1a54e31bb2a9940639ab25de4421e89d (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
72
73
74
75
76
77
78
79
80
81
82
83
84
Global {
	edge = top
	allign = center
	widthtype = percent
	width = 100
	heighttype = pixel
	height = 26
	margin = 0
	setdocktype = true
	setpartialstrut = true
	transparent = false
	tintcolor = #000000
	alpha = 255
	autohide = false
	roundcorners = false
	roundcornersradius = 0
	layer = above
	setlayer = false
	maxelemheight = 24
}

Plugin {
	type = menu
	expand = false
	padding = 0
	config {
		icon = applications-other
		systemmenu {
		}
	}
}

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

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

Plugin {
	type = genmon
	expand = false
	padding = 0
	config {
		command = amixer get Master,0 | sed -n 's/^.*Playback [0-9]* \[\([0-9]*%\)\].*$/\1 ₎)/p'
		textsize = 10240
		textcolor = #F3F3F5
		pollingtime = 1
		maxtextlength = 7
	}
}

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
	}
}