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 --- 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 + } +} diff --git a/.fluxbox/startup b/.fluxbox/startup index b44e2b7..d477c6c 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -4,9 +4,10 @@ xmodmap "${HOME}/.Xmodmap" fluxbox & -xscreensaver & +DISPLAY=:0.0 fbpanel -p taskbar & parcellite -d & gtk-redshift -c "${HOME}/.redshift.conf" & +xscreensaver & # Keep the X server running forever exec tail -f /dev/null diff --git a/.gitignore.d/fluxbox b/.gitignore.d/fluxbox index 6050b01..f3611c7 100755 --- a/.gitignore.d/fluxbox +++ b/.gitignore.d/fluxbox @@ -4,6 +4,9 @@ # Include relevant files !/.fluxbox/ !/.fluxbox/* +!/.config/ +!/.config/fbpanel/ +!/.config/fbpanel/* !/.gitignore.d/ !/.gitignore.d/fluxbox -- cgit v0.9.1