fix(.azotebg): fix azote script
* Add executable attribute.
* Use ${HOME} instead of ~ because the tilde was not expanding.
This commit is contained in:
4
home_config/.azotebg
Normal file → Executable file
4
home_config/.azotebg
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
pkill swaybg
|
||||
swaybg -o '*' -i "~/.config/sway/sway.png" -m fill &
|
||||
swaybg -i "${HOME}/.config/sway/sway.png" -m fill &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user