diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 11:58:54 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 11:58:54 -0400 |
| commit | 5a5f79ffd338ce55a2cb83e97d250ce385342073 (patch) | |
| tree | 5d66afa22b48864f5a362971348aa0379ef248c6 /swaybar/config.c | |
| parent | f4c63eb7ab9c40dc43969f3f158e6169fa718625 (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; |
