Update
This commit is contained in:
9
local/share/sway/scripts/generate-bg.sh
Executable file
9
local/share/sway/scripts/generate-bg.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
set -xu
|
||||
|
||||
export CROWN=$1
|
||||
export ROOT=$2
|
||||
export BACKGROUND=$3
|
||||
|
||||
# shellcheck disable=SC2002
|
||||
cat /usr/share/sway/templates/manjarosway-scalable.svg | envsubst > "$HOME/.config/sway/generated_background.svg"
|
||||
Reference in New Issue
Block a user