From fe3ce930c59c8e3f0f491e305b6393da9106a0f8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 22 Aug 2024 23:59:19 +0900 Subject: Animations and Decorations on a separate config. - Bump to 2.3.4 --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index d691c531..b1c5e67f 100755 --- a/copy.sh +++ b/copy.sh @@ -322,7 +322,7 @@ if [[ "$choice" =~ ^[Yy]$ ]]; then sed -i '/exec-once = \$UserScripts\/RainbowBorders.sh \&/s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf # Comment out the line animation = borderangle, 1, 180, liner, loop - sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserSettings.conf + sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserDecorAnimations.conf echo "Rainbow borders is now disabled." 2>&1 | tee -a "$LOG" else -- cgit v1.2.3 From f8d092d21098ab872cbb2bd3316d35e299861f7f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 23 Aug 2024 01:17:23 +0900 Subject: updated initial waybar style --- config/hypr/UserConfigs/UserDecorAnimations.conf | 2 ++ config/hypr/initial-boot.sh | 2 +- copy.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'copy.sh') diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index a9f01921..88224473 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -55,6 +55,8 @@ animations { animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors animation = fade, 1, 3, smoothOut animation = workspaces, 1, 5, overshot + + # animations for -git or version >0.42.0 animation = workspacesIn, 1, 5, winIn, slide animation = workspacesOut, 1, 5, winOut, slide } diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 85e65322..477f94eb 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -8,7 +8,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Half-Moon.css" +waybar_style="$HOME/.config/waybar/style/[Colored] Chroma Glow.css" kvantum_theme="Catppuccin-Mocha" color_scheme="prefer-dark" gtk_theme="Andromeda-dark" diff --git a/copy.sh b/copy.sh index b1c5e67f..97201bb8 100755 --- a/copy.sh +++ b/copy.sh @@ -4,7 +4,7 @@ clear wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Half-Moon.css" +waybar_style="$HOME/.config/waybar/style/[Colored] Chroma Glow.css" waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v3" waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v3" -- cgit v1.2.3