mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Pixel-perfect rendering
This commit is contained in:
parent
37b61eff2d
commit
1e8faeec02
4 changed files with 75 additions and 37 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue