diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-29 11:58:54 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-29 22:11:08 -0400 |
commit | 1e8faeec0263a7da311a13c56a0de34e47e66fa6 (patch) | |
tree | 5d66afa22b48864f5a362971348aa0379ef248c6 /swaybar/config.c | |
parent | 37b61eff2df3c8b47b1304650d1fb204a62658db (diff) |
Pixel-perfect rendering
Diffstat (limited to 'swaybar/config.c')
-rw-r--r-- | swaybar/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/config.c b/swaybar/config.c index 83cf2309..802d0779 100644 --- a/swaybar/config.c +++ b/swaybar/config.c @@ -41,6 +41,7 @@ struct swaybar_config *init_config() { /* colors */ config->colors.background = 0x000000FF; + config->colors.focused_background = 0x000000FF; config->colors.statusline = 0xFFFFFFFF; config->colors.separator = 0x666666FF; |