From cce3eca271140686af857048aa190af4b3b7de56 Mon Sep 17 00:00:00 2001 From: bh Date: Mon, 23 Mar 2026 19:02:20 +0800 Subject: Clean media files up --- .assets/README/hyprland_1.png | Bin 0 -> 1434306 bytes .assets/README/hyprland_2.png | Bin 0 -> 1031896 bytes .assets/Wallpapers/TealNebula.png | Bin 0 -> 17616288 bytes .media/hyprland_1.png | Bin 1434306 -> 0 bytes .media/hyprland_2.png | Bin 1031896 -> 0 bytes README.md | 4 ++-- hypr/.config/hypr/hyprpaper.conf | 2 +- hypr/.config/hypr/media/TealNebula.png | Bin 17616288 -> 0 bytes 8 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .assets/README/hyprland_1.png create mode 100644 .assets/README/hyprland_2.png create mode 100644 .assets/Wallpapers/TealNebula.png delete mode 100644 .media/hyprland_1.png delete mode 100644 .media/hyprland_2.png delete mode 100644 hypr/.config/hypr/media/TealNebula.png diff --git a/.assets/README/hyprland_1.png b/.assets/README/hyprland_1.png new file mode 100644 index 0000000..4149656 Binary files /dev/null and b/.assets/README/hyprland_1.png differ diff --git a/.assets/README/hyprland_2.png b/.assets/README/hyprland_2.png new file mode 100644 index 0000000..e6064c3 Binary files /dev/null and b/.assets/README/hyprland_2.png differ diff --git a/.assets/Wallpapers/TealNebula.png b/.assets/Wallpapers/TealNebula.png new file mode 100644 index 0000000..ccdbd48 Binary files /dev/null and b/.assets/Wallpapers/TealNebula.png differ diff --git a/.media/hyprland_1.png b/.media/hyprland_1.png deleted file mode 100644 index 4149656..0000000 Binary files a/.media/hyprland_1.png and /dev/null differ diff --git a/.media/hyprland_2.png b/.media/hyprland_2.png deleted file mode 100644 index e6064c3..0000000 Binary files a/.media/hyprland_2.png and /dev/null differ diff --git a/README.md b/README.md index 5570e45..ff92225 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Personal dotfiles. ## Screenshots -![](.media/hyprland_1.png) +![](.assets/README/hyprland_1.png) -![](.media/hyprland_2.png) +![](.assets/README/hyprland_2.png) diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index a7d3cbf..b0833ad 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,6 +1,6 @@ wallpaper { monitor = eDP-1 - path = /home/bh/.config/hypr/media/TealNebula.png + path = /home/bh/Dotfiles/.assets/Wallpapers/TealNebula.png fit_mode = cover } diff --git a/hypr/.config/hypr/media/TealNebula.png b/hypr/.config/hypr/media/TealNebula.png deleted file mode 100644 index ccdbd48..0000000 Binary files a/hypr/.config/hypr/media/TealNebula.png and /dev/null differ -- cgit v1.2.3