feat: update swayfx to 0.5

This commit is contained in:
Leon Schwarzäugl 2025-03-12 09:59:37 +01:00
parent 63b6bfc35d
commit b43342d529
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 371 additions and 26 deletions

View file

@ -0,0 +1,11 @@
--- a/sway/config.c
+++ b/sway/config.c
@@ -276,7 +276,7 @@
if (!(config->active_bar_modifiers = create_list())) goto cleanup;
- if (!(config->swaybg_command = strdup("swaybg"))) goto cleanup;
+ if (!(config->swaybg_command = strdup("@swaybg@/bin/swaybg"))) goto cleanup;
if (!(config->config_chain = create_list())) goto cleanup;
config->current_config_path = NULL;