diff options
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 | ||||
| l---------[-rw-r--r--] | config/rofi/.current_wallpaper | bin | 1772664 -> 40 bytes | |||
| -rw-r--r-- | config/rofi/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 4 | ||||
| -rwxr-xr-x | copy.sh | 2 | ||||
| -rw-r--r-- | wallpapers/Cute-Cat_ja.png | bin | 0 -> 5790234 bytes |
7 files changed, 9 insertions, 9 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index f0524bca..1ab8b018 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 Binary files differindex 87f78670..e575d150 100644..120000 --- a/config/rofi/.current_wallpaper +++ b/config/rofi/.current_wallpaper diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 30e3aa74..50cd75be 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 30e3aa74..50cd75be 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 fa92f052..250c46b4 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; @@ -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 Binary files differnew file mode 100644 index 00000000..2ef9a8d3 --- /dev/null +++ b/wallpapers/Cute-Cat_ja.png |
