diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index f0524bc..1ab8b01 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/CuteCat.png +wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.png swww="swww img" effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" @@ -23,7 +23,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" # Initial scripts to load in order to have a proper wallpaper waybar and pywal themes - pkill swww && swww init || swww query && $swww "$wallpaper" $effect + swww init || swww query && $swww "$wallpaper" $effect # Refreshing waybar, dunst, rofi etc. "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper deleted file mode 100644 index 87f7867..0000000 Binary files a/config/rofi/.current_wallpaper and /dev/null differ diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper new file mode 120000 index 0000000..e575d15 --- /dev/null +++ b/config/rofi/.current_wallpaper @@ -0,0 +1 @@ +/home/ja/Pictures/wallpapers/CuteCat.png \ No newline at end of file diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 30e3aa7..50cd75b 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 2px; padding: 6px; dynamic: true; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 30e3aa7..50cd75b 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 2px; padding: 6px; dynamic: true; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index fa92f05..250c46b 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 5px; padding: 6px; dynamic: true; diff --git a/copy.sh b/copy.sh index 453443f..11c98ab 100755 --- a/copy.sh +++ b/copy.sh @@ -2,7 +2,7 @@ ### https://github.com/JaKooLit/JaKooLit -wallpaper=$HOME/Pictures/wallpapers/CuteCat.png +wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.png # Check if running as root. If root, script will exit if [[ $EUID -eq 0 ]]; then diff --git a/wallpapers/Cute-Cat_ja.png b/wallpapers/Cute-Cat_ja.png new file mode 100644 index 0000000..2ef9a8d Binary files /dev/null and b/wallpapers/Cute-Cat_ja.png differ