fix(.azotebg): fix azote script

* Add executable attribute.
* Use ${HOME} instead of ~ because the tilde was not expanding.
This commit is contained in:
BluishHumility
2024-08-22 11:02:12 -04:00
parent ea0a906f4c
commit 672da3e22a

4
home_config/.azotebg Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/bash
pkill swaybg pkill swaybg
swaybg -o '*' -i "~/.config/sway/sway.png" -m fill & swaybg -i "${HOME}/.config/sway/sway.png" -m fill &