diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-08 16:02:27 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-08 16:02:27 (EST) |
commit | 1aec0d3f278fff9558cb633b533d6f4ca645f202 (patch) | |
tree | b6fee9d7771803751e698619bf71c4812604dbf2 /.config | |
parent | 24cdc2629b5f7c757cc619e8bc181aa524d8cc02 (diff) | |
download | fluxbox-1aec0d3f278fff9558cb633b533d6f4ca645f202.zip fluxbox-1aec0d3f278fff9558cb633b533d6f4ca645f202.tar.gz fluxbox-1aec0d3f278fff9558cb633b533d6f4ca645f202.tar.bz2 |
.config/fbpanel/taskbar: Set genmon text color
Match the text color of the Vertex-Dark theme.
Diffstat (limited to '.config')
-rw-r--r-- | .config/fbpanel/taskbar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index e3a6cdf..3656b34 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -9,7 +9,7 @@ Global { setdocktype = true setpartialstrut = true transparent = false - tintcolor = #2f2f2f + tintcolor = #000000 alpha = 255 autohide = false roundcorners = false @@ -60,7 +60,7 @@ Plugin { config { command = amixer get Master,0 | sed -n 's/^.*Playback [0-9]* \[\([0-9]*%\)\].*$/\1 ₎)/p' textsize = 10240 - textcolor = black + textcolor = #F3F3F5 pollingtime = 1 maxtextlength = 7 } |