diff options
Diffstat (limited to '.config/fbpanel')
-rw-r--r-- | .config/fbpanel/taskbar | 47 |
1 files changed, 4 insertions, 43 deletions
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 = <span font="Mono 10">%H:%M:%S</span>
<span font="Mono 6">%a %Y-%m-%d</span> + clockfmt = <span font="Mono 12">%H:%M:%S</span>
<span font="Mono 10">%Y-%m-%d</span>
<span font="Mono 10">%A</span> showcalendar = true showtooltip = false } |