summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitad6fc857d4916d159bcd268645d8f2ea871e708b (patch)
tree6130ebd62336defec013cf0fa8e6806825ff737b
parent86ae30fab314441458a59b2b9d8330b6ff8084b8 (diff)
downloadfluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.zip
fluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.tar.gz
fluxbox-ad6fc857d4916d159bcd268645d8f2ea871e708b.tar.bz2
Add fbpanel configuration
-rw-r--r--.config/fbpanel/taskbar71
-rwxr-xr-x.fluxbox/startup3
-rwxr-xr-x.gitignore.d/fluxbox3
3 files changed, 76 insertions, 1 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>&#xA;<span font="Mono 6">%a %Y-%m-%d</span>
+ 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