diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2025-01-28 02:15:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2025-01-28 02:15:32 +0900 |
| commit | 1fc313fc9263d9b0ab1e347f0f185f2c07be3313 (patch) | |
| tree | 09617a21ff579f83fd7c155d84b1fec7cdc9f287 | |
| parent | e9b072137f0aaa905e4c6cfc1aaf942ecb768701 (diff) | |
bump v2.3.10; added waybar default v5; default waybar style will be [Wallust] Chroma Tally; new default wallpaper
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 | ||||
| -rw-r--r-- | config/hypr/v2.3.10 (renamed from config/hypr/v2.3.9) | 0 | ||||
| -rw-r--r-- | config/hypr/wallpaper_effects/.wallpaper_current | bin | 4770307 -> 13764316 bytes | |||
| -rw-r--r-- | config/hypr/wallpaper_effects/.wallpaper_modified | bin | 6840851 -> 13781371 bytes | |||
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop_v5 | 55 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v4 | 2 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v5 | 53 | ||||
| -rwxr-xr-x | copy.sh | 14 | ||||
| -rw-r--r-- | wallpapers/Garage.jpg | bin | 1017988 -> 0 bytes | |||
| -rw-r--r-- | wallpapers/Lofi - Anime Girl2.png | bin | 0 -> 13764316 bytes |
10 files changed, 118 insertions, 8 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 05502bd3..4cde9a47 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -10,7 +10,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" +waybar_style="$HOME/.config/waybar/style/[Wallust] Chroma Tally.css" kvantum_theme="catppuccin-mocha-blue" color_scheme="prefer-dark" gtk_theme="Flat-Remix-GTK-Blue-Dark" diff --git a/config/hypr/v2.3.9 b/config/hypr/v2.3.10 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.9 +++ b/config/hypr/v2.3.10 diff --git a/config/hypr/wallpaper_effects/.wallpaper_current b/config/hypr/wallpaper_effects/.wallpaper_current Binary files differindex 30f80bf7..4a3515da 100644 --- a/config/hypr/wallpaper_effects/.wallpaper_current +++ b/config/hypr/wallpaper_effects/.wallpaper_current diff --git a/config/hypr/wallpaper_effects/.wallpaper_modified b/config/hypr/wallpaper_effects/.wallpaper_modified Binary files differindex 8c76007f..b42159e3 100644 --- a/config/hypr/wallpaper_effects/.wallpaper_modified +++ b/config/hypr/wallpaper_effects/.wallpaper_modified diff --git a/config/waybar/configs/[TOP] Default Laptop_v5 b/config/waybar/configs/[TOP] Default Laptop_v5 new file mode 100644 index 00000000..c972b1b4 --- /dev/null +++ b/config/waybar/configs/[TOP] Default Laptop_v5 @@ -0,0 +1,55 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v5 (Laptop) - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#blank", + "group/laptop", + "custom/separator#line", + "custom/weather", + "custom/separator#blank", + "custom/cava_mviz", + ], + +"modules-center": [ + "custom/swaync", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "clock", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file diff --git a/config/waybar/configs/[TOP] Default_v4 b/config/waybar/configs/[TOP] Default_v4 index 051aa848..678c2085 100644 --- a/config/waybar/configs/[TOP] Default_v4 +++ b/config/waybar/configs/[TOP] Default_v4 @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT v4 (Laptop) - Top ### // +// ### DEFAULT v4 - Top ### // { "include": [ "$HOME/.config/waybar/Modules", diff --git a/config/waybar/configs/[TOP] Default_v5 b/config/waybar/configs/[TOP] Default_v5 new file mode 100644 index 00000000..3566068c --- /dev/null +++ b/config/waybar/configs/[TOP] Default_v5 @@ -0,0 +1,53 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v5 - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "custom/weather", + "custom/separator#blank", + "custom/cava_mviz", + ], + +"modules-center": [ + "custom/swaync", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "clock", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file @@ -3,9 +3,9 @@ clear wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" -waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v4" -waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v4" +waybar_style="$HOME/.config/waybar/style/[Wallust] Chroma Tally.css" +waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v5" +waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v5" # Check if running as root. If root, script will exit if [[ $EUID -eq 0 ]]; then @@ -609,7 +609,8 @@ if hostnamectl | grep -q 'Chassis: desktop'; then "$HOME/.config/waybar/configs/[BOT] Default Laptop" \ "$HOME/.config/waybar/configs/[TOP] Default Laptop_v2" \ "$HOME/.config/waybar/configs/[TOP] Default Laptop_v3" \ - "$HOME/.config/waybar/configs/[TOP] Default Laptop_v4" 2>&1 | tee -a "$LOG" || true + "$HOME/.config/waybar/configs/[TOP] Default Laptop_v4" \ + "$HOME/.config/waybar/configs/[TOP] Default Laptop_v5" 2>&1 | tee -a "$LOG" || true else # Configurations for a laptop or any system other than desktop ln -sf "$waybar_config_laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" @@ -618,7 +619,8 @@ else "$HOME/.config/waybar/configs/[BOT] Default" \ "$HOME/.config/waybar/configs/[TOP] Default_v2" \ "$HOME/.config/waybar/configs/[TOP] Default_v3" \ - "$HOME/.config/waybar/configs/[TOP] Default_v4" 2>&1 | tee -a "$LOG" || true + "$HOME/.config/waybar/configs/[TOP] Default_v4" \ + "$HOME/.config/waybar/configs/[TOP] Default_v5" 2>&1 | tee -a "$LOG" || true fi # additional wallpapers @@ -626,7 +628,7 @@ echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0) printf "\n" while true; do - read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than >700mb (y/n)" WALL + read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than 800 MB (y/n)" WALL case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." diff --git a/wallpapers/Garage.jpg b/wallpapers/Garage.jpg Binary files differdeleted file mode 100644 index 1f9f471a..00000000 --- a/wallpapers/Garage.jpg +++ /dev/null diff --git a/wallpapers/Lofi - Anime Girl2.png b/wallpapers/Lofi - Anime Girl2.png Binary files differnew file mode 100644 index 00000000..4a3515da --- /dev/null +++ b/wallpapers/Lofi - Anime Girl2.png |
