summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-01-26 02:36:01 (EST)
committer P. J. McDermott <pj@pehjota.net>2018-04-24 00:27:32 (EDT)
commita6c207bb7f10fa1a5087e91972358c048e81e858 (patch)
treeb861f4a7dc19a3f3c9a5c3f0eeecc29756029974 /.config
parent4ad11619a8f067ae0e2a6a398654560550a6d2a7 (diff)
downloadfluxbox-a6c207bb7f10fa1a5087e91972358c048e81e858.zip
fluxbox-a6c207bb7f10fa1a5087e91972358c048e81e858.tar.gz
fluxbox-a6c207bb7f10fa1a5087e91972358c048e81e858.tar.bz2
.config/fbpanel/taskbar: Drop menu, pager, and genmon plugins
Increase height to two rows and make clock larger.
Diffstat (limited to '.config')
-rw-r--r--.config/fbpanel/taskbar47
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>&#xA;<span font="Mono 6">%a %Y-%m-%d</span>
+ clockfmt = <span font="Mono 12">%H:%M:%S</span>&#xA;<span font="Mono 10">%Y-%m-%d</span>&#xA;<span font="Mono 10">%A</span>
showcalendar = true
showtooltip = false
}