From 111d2c80c8516c3da61f1cbeae8bd002e70003ce Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 24 May 2024 20:22:33 +0900 Subject: Pre-released settings --- config/hypr/initial-boot.sh | 4 ++-- config/waybar/configs/[TOP] Default Laptop_v3 | 2 +- config/waybar/configs/[TOP] Default_v3 | 2 +- copy.sh | 4 ++-- wallpapers/Dark_Nature.png | Bin 3670706 -> 0 bytes wallpapers/Lofi-Computer.png | Bin 0 -> 3809985 bytes 6 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 wallpapers/Dark_Nature.png create mode 100644 wallpapers/Lofi-Computer.png diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index b05d6865..75d88c1b 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -7,8 +7,8 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/Pictures/wallpapers/Fantasy-Waterfall.png -waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" +wallpaper=$HOME/Pictures/wallpapers/Lofi-Computer.png +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/config/waybar/configs/[TOP] Default Laptop_v3 b/config/waybar/configs/[TOP] Default Laptop_v3 index 6ddab7d8..84280402 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v3 +++ b/config/waybar/configs/[TOP] Default Laptop_v3 @@ -33,7 +33,7 @@ "custom/separator#dot-line", "clock", "custom/separator#line", - "hyprland/workspaces#roman", + "hyprland/workspaces#kanji", "custom/separator#dot-line", "idle_inhibitor", "custom/hint", diff --git a/config/waybar/configs/[TOP] Default_v3 b/config/waybar/configs/[TOP] Default_v3 index d32f24eb..cf0fc80d 100644 --- a/config/waybar/configs/[TOP] Default_v3 +++ b/config/waybar/configs/[TOP] Default_v3 @@ -32,7 +32,7 @@ "custom/separator#dot-line", "clock", "custom/separator#line", - "hyprland/workspaces#roman", + "hyprland/workspaces#kanji", "custom/separator#dot-line", "idle_inhibitor", "custom/hint", diff --git a/copy.sh b/copy.sh index 90c8a078..390b15e5 100755 --- a/copy.sh +++ b/copy.sh @@ -3,8 +3,8 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Fantasy-Waterfall.png -waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" +wallpaper=$HOME/Pictures/wallpapers/Lofi-Computer.png +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" diff --git a/wallpapers/Dark_Nature.png b/wallpapers/Dark_Nature.png deleted file mode 100644 index c133fcc4..00000000 Binary files a/wallpapers/Dark_Nature.png and /dev/null differ diff --git a/wallpapers/Lofi-Computer.png b/wallpapers/Lofi-Computer.png new file mode 100644 index 00000000..f0e78e68 Binary files /dev/null and b/wallpapers/Lofi-Computer.png differ -- cgit v1.2.3