sway: make default background color modifiable at compile-time

This commit is contained in:
Dylan Araps 2021-07-09 12:56:40 +03:00
parent 9a041174c6
commit 55b6323784
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
patch -p1 < no-evdev.patch
# Default background color.
sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
sway/desktop/render.c > _
mv -f _ sway/desktop/render.c
export DESTDIR="$1"
meson \