diff --git a/README.md b/README.md index 9506288..04b9b19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [//]: # (Title: Nixy) [//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.) [//]: # (Author: Hadi) -[//]: # (Date: 06/27/24) +[//]: # (Date: 07/01/24) [//]: # (Version: v2.0.1)
@@ -86,6 +86,7 @@ sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname - [APPS.md](docs/APPS.md): Which apps are installed - [SCRIPTS.md](docs/SCRIPTS.md): Scripts that are available - [KEYBINDINGS.md](docs/KEYBINDINGS.md): Keybindings available in Hyprland +- [WALLPAPERS.md](docs/WALLPAPERS.md): Preview of every wallpapers available - [TODO.md](docs/TODO.md): What's next (feel free to contribute) - [CONTRIBUTING.md](docs/CONTRIBUTING.md): How to contribute diff --git a/docs/scripts/create_preview_wallpapers.sh b/docs/scripts/create_preview_wallpapers.sh index cc8cbf1..d2358c8 100644 --- a/docs/scripts/create_preview_wallpapers.sh +++ b/docs/scripts/create_preview_wallpapers.sh @@ -8,7 +8,7 @@ WALLPAPERS_MD="./docs/WALLPAPERS.md" echo "# Wallpapers" >"$WALLPAPERS_MD" echo "" >>"$WALLPAPERS_MD" -echo "Wallpapers can be found in the ./home/wallpapers folder." >>"$WALLPAPERS_MD" +echo "Wallpapers can be found in the /home/wallpapers folder." >>"$WALLPAPERS_MD" echo "" >>"$WALLPAPERS_MD" echo "| Name | Preview |" >>"$WALLPAPERS_MD" echo "| -- | -- |" >>"$WALLPAPERS_MD"