forked from extern/nix-config
polybar: Fix usage of incorrect background color
color0 is usually the background color, but not always. This fixes an issue where polybar would not display the right background color if color0 was different than the background color set by the pywal theme.
This commit is contained in:
parent
3efd3aef97
commit
20fb948b5e
@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2017-2018 Donovan Glover
|
||||
|
||||
[color]
|
||||
background = ${xrdb:color0}
|
||||
background = ${xrdb:background}
|
||||
red = ${xrdb:color1}
|
||||
green = ${xrdb:color2}
|
||||
yellow = ${xrdb:color3}
|
||||
|
Loading…
Reference in New Issue
Block a user