From 41ff9d1a135560a92d3353ceb46b7c66d89f89c1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 22 Dec 2023 12:20:18 +0900 Subject: updated initial wallpaper as debian is having issue --- config/hypr/initial-boot.sh | 2 +- copy.sh | 2 +- wallpapers/Cute-Cat_ja.jpg | Bin 0 -> 760825 bytes wallpapers/Cute-Cat_ja.png | Bin 5790234 -> 0 bytes 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 wallpapers/Cute-Cat_ja.jpg delete mode 100644 wallpapers/Cute-Cat_ja.png diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 2f829838..d3b4d098 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 4400d826..3efaf59d 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 00000000..92e9c7c1 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 2ef9a8d3..00000000 Binary files a/wallpapers/Cute-Cat_ja.png and /dev/null differ -- cgit v1.2.3