diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 2f82983..d3b4d09 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -7,7 +7,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.png +wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.jpg waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Fusion.css" kvantum_theme="Tokyo-Night" diff --git a/copy.sh b/copy.sh index 4400d82..3efaf59 100755 --- a/copy.sh +++ b/copy.sh @@ -3,7 +3,7 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.png +wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.jpg # Check if running as root. If root, script will exit if [[ $EUID -eq 0 ]]; then diff --git a/wallpapers/Cute-Cat_ja.jpg b/wallpapers/Cute-Cat_ja.jpg new file mode 100644 index 0000000..92e9c7c Binary files /dev/null and b/wallpapers/Cute-Cat_ja.jpg differ diff --git a/wallpapers/Cute-Cat_ja.png b/wallpapers/Cute-Cat_ja.png deleted file mode 100644 index 2ef9a8d..0000000 Binary files a/wallpapers/Cute-Cat_ja.png and /dev/null differ