From ad6fc857d4916d159bcd268645d8f2ea871e708b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 05 Mar 2016 13:53:34 -0500 Subject: Add fbpanel configuration --- (limited to '.config') 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 = %H:%M:%S %a %Y-%m-%d + showcalendar = true + showtooltip = false + } +} -- cgit v0.9.1