diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bd77794 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Catppuccin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file 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