diff --git a/run-distro-de-script.sh b/run-distro-de-script.sh index 836ee7c..2acfd34 100755 --- a/run-distro-de-script.sh +++ b/run-distro-de-script.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash +GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) command_exists() { type "$1" &>/dev/null; } -cd distro-specific-scripts/ +cd $GIT_DIR/distro-specific-scripts/ distro="" if command_exists "pacman"; then diff --git a/sway/backgrounds/1200x1920.png b/sway/backgrounds/1200x1920.png new file mode 100644 index 0000000..14ed1e6 Binary files /dev/null and b/sway/backgrounds/1200x1920.png differ diff --git a/sway/backgrounds/1920x1200.png b/sway/backgrounds/1920x1200.png new file mode 100644 index 0000000..855087d Binary files /dev/null and b/sway/backgrounds/1920x1200.png differ diff --git a/sway/logo.png b/sway/logo.png new file mode 100644 index 0000000..ef83a2e Binary files /dev/null and b/sway/logo.png differ