Browse Source

Final Commit before release.... but will test one more time

pull/82/head
Ja.KooLit 2 years ago
parent
commit
6d88108dc0
  1. 4
      config/hypr/initial-boot.sh
  2. BIN
      config/rofi/.current_wallpaper
  3. 1
      config/rofi/.current_wallpaper
  4. 4
      config/rofi/config.rasi
  5. 4
      config/rofi/resolution/1080p/config.rasi
  6. 4
      config/rofi/resolution/1440p/config.rasi
  7. 2
      copy.sh
  8. BIN
      wallpapers/Cute-Cat_ja.png

4
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 &

BIN
config/rofi/.current_wallpaper

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 40 B

1
config/rofi/.current_wallpaper

@ -0,0 +1 @@
/home/ja/Pictures/wallpapers/CuteCat.png

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 40 B

4
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;

4
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;

4
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
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

BIN
wallpapers/Cute-Cat_ja.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Loading…
Cancel
Save