diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-05 13:53:34 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-05 13:53:34 (EST) |
commit | ad6fc857d4916d159bcd268645d8f2ea871e708b (patch) | |
tree | 6130ebd62336defec013cf0fa8e6806825ff737b /.config/fbpanel/taskbar | |
parent | 86ae30fab314441458a59b2b9d8330b6ff8084b8 (diff) | |
download | fluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.zip fluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.tar.gz fluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.tar.bz2 |
Add fbpanel configuration
Diffstat (limited to '.config/fbpanel/taskbar')
-rw-r--r-- | .config/fbpanel/taskbar | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar new file mode 100644 index 0000000..bdd5389 --- /dev/null +++ b/.config/fbpanel/taskbar @@ -0,0 +1,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 = false + padding = 0 + config { + showiconified = true + showmapped = true + showalldesks = false + tooltips = true + iconsonly = false + maxtaskwidth = 200 + } +} + +Plugin { + type = systray + expand = false + padding = 0 +} + +Plugin { + type = tclock + expand = false + padding = 0 + config { + clockfmt = <span font="Mono 10">%H:%M:%S</span>
<span font="Mono 6">%a %Y-%m-%d</span> + showcalendar = true + showtooltip = false + } +} |