From a6c207bb7f10fa1a5087e91972358c048e81e858 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Jan 2018 02:36:01 -0500 Subject: .config/fbpanel/taskbar: Drop menu, pager, and genmon plugins Increase height to two rows and make clock larger. --- (limited to '.config') diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index 6bc6688..713c17e 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -4,7 +4,7 @@ Global { widthtype = percent width = 100 heighttype = pixel - height = 26 + height = 48 margin = 0 setdocktype = true setpartialstrut = true @@ -20,22 +20,9 @@ Global { } Plugin { - type = menu - expand = false - padding = 0 - config { - icon = applications-other - systemmenu { - } - } -} - -Plugin { - type = pager - expand = false - padding = 0 + type = space config { - showwallpaper = false + size = 144 } } @@ -54,32 +41,6 @@ Plugin { } Plugin { - type = genmon - expand = false - padding = 0 - config { - command = /home/pj/bin/batmon - textsize = 10240 - textcolor = #F3F3F5 - pollingtime = 1 - maxtextlength = 6 - } -} - -Plugin { - type = genmon - expand = false - padding = 0 - config { - command = /home/pj/bin/volmon - textsize = 10240 - textcolor = #F3F3F5 - pollingtime = 1 - maxtextlength = 7 - } -} - -Plugin { type = tray expand = false padding = 0 @@ -90,7 +51,7 @@ Plugin { expand = false padding = 0 config { - clockfmt = %H:%M:%S %a %Y-%m-%d + clockfmt = %H:%M:%S %Y-%m-%d %A showcalendar = true showtooltip = false } -- cgit v0.9.1