add 1920x1200 background
This commit is contained in:
parent
c77fde914e
commit
18c7eb3c49
4 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
BIN
sway/backgrounds/1200x1920.png
Normal file
BIN
sway/backgrounds/1200x1920.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
sway/backgrounds/1920x1200.png
Normal file
BIN
sway/backgrounds/1920x1200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
sway/logo.png
Normal file
BIN
sway/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue