diff --git a/docs/APPS.md b/docs/APPS.md index 7393962..71d62d7 100644 --- a/docs/APPS.md +++ b/docs/APPS.md @@ -38,7 +38,7 @@ The server configuration is used by a home server running NixOS. The configurations files can be found in the `hosts/server` directory. -I mainly use it for self hosting services like Nextcloud, Vaultwarden, ... and for hosting websites. +I mainly use it for self hosting services like Nextcloud, Vaultwarden, etc and for hosting websites. I exposed some services to the internet using a reverse proxy (Nginx) and cloudflare dns. (Also configured cloudflare-dyndns) ### Apps diff --git a/docs/THEMES.md b/docs/THEMES.md index 47bea29..863640a 100644 --- a/docs/THEMES.md +++ b/docs/THEMES.md @@ -3,7 +3,8 @@ Themes are defined in `hosts/themes`. Those themes define the colors, fonts, icons, etc, used by Hyprland and the apps/programs installed. You can change the selected theme by changing the import statement of your host's variables file. -*To apply the theme to Duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js`.* +> [!TIP] +> To apply the theme to Duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js` ## Create your theme diff --git a/docs/scripts/compress_src_png.sh b/docs/scripts/compress_png.sh similarity index 54% rename from docs/scripts/compress_src_png.sh rename to docs/scripts/compress_png.sh index 560382e..438653c 100644 --- a/docs/scripts/compress_src_png.sh +++ b/docs/scripts/compress_png.sh @@ -4,6 +4,16 @@ [[ -d "./docs" ]] || (echo "Folder ./docs not found" && exit 1) +# Main images +for file in ./docs/src/*.png; do + optipng "$file" +done + +# Theme's images for file in ./docs/src/*/*.png; do optipng "$file" done + +for file in ./home/wallpapers/*.png; do + optipng "$file" +done diff --git a/docs/scripts/install.sh b/docs/scripts/install.sh index 764b6f3..27451dd 100644 --- a/docs/scripts/install.sh +++ b/docs/scripts/install.sh @@ -7,4 +7,4 @@ # remove .git # git init and initial commit # create custom configuration -# save it to ./hosts \ No newline at end of file +# save it to ./hosts diff --git a/docs/src/README_template.md b/docs/src/README_template.md index a17aca0..cf51f10 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -17,7 +17,7 @@ It's a simple way to manage your system configuration and dotfiles. - 🏠 `home` are the dotfiles and configuration files for the user - 💻 `hosts` are the system configuration files - 'laptop' is my configuration for my laptop with Nvidia - - 'server' is for my Nixos server (w/nextcloud, nginx, vaultwarden, ... look `hosts/modules/server`) + - 'server' is for my Nixos server (w/nextcloud, nginx, vaultwarden, ... look `hosts/server`) - 'guest' is a *template* that you can copy and modify for *your own system* - 'themes' contains all the *themes* available *(see [THEMES.md](docs/THEMES.md))* - 'modules' are some nix modules that you can import (Nvidia, prime, fonts, ...) diff --git a/docs/src/large.png b/docs/src/large.png index 6e8bb54..4201847 100644 Binary files a/docs/src/large.png and b/docs/src/large.png differ diff --git a/docs/src/logo.png b/docs/src/logo.png index 75aa21e..f3c46b3 100644 Binary files a/docs/src/logo.png and b/docs/src/logo.png differ diff --git a/home/wallpapers/barcode.png b/home/wallpapers/barcode.png index 8b7bc3f..630f4ab 100644 Binary files a/home/wallpapers/barcode.png and b/home/wallpapers/barcode.png differ diff --git a/home/wallpapers/cat-leaves.png b/home/wallpapers/cat-leaves.png new file mode 100644 index 0000000..be374e2 Binary files /dev/null and b/home/wallpapers/cat-leaves.png differ diff --git a/home/wallpapers/cat-leaves.png.REMOVED.git-id b/home/wallpapers/cat-leaves.png.REMOVED.git-id deleted file mode 100644 index e87eb3e..0000000 --- a/home/wallpapers/cat-leaves.png.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -ace8c2c23a7b91dfda17eaf4c81fd9996edc8f12 \ No newline at end of file diff --git a/home/wallpapers/cloud.png.REMOVED.git-id b/home/wallpapers/cloud.png.REMOVED.git-id index 7fccb8f..e6fa4f2 100644 --- a/home/wallpapers/cloud.png.REMOVED.git-id +++ b/home/wallpapers/cloud.png.REMOVED.git-id @@ -1 +1 @@ -4fb999b190addb516f958a0b41cfe7823a717801 \ No newline at end of file +dd1f75939a0cc1d41272d2f7bddf335e79a1fbbf \ No newline at end of file diff --git a/home/wallpapers/fuji-dark.png.REMOVED.git-id b/home/wallpapers/fuji-dark.png.REMOVED.git-id index 847d66e..a610568 100644 --- a/home/wallpapers/fuji-dark.png.REMOVED.git-id +++ b/home/wallpapers/fuji-dark.png.REMOVED.git-id @@ -1 +1 @@ -e604c375b70abc1e4e61acec7be40603d63afbfb \ No newline at end of file +32e98b57e5369ffabc1b43dde16e65a117e7b5b7 \ No newline at end of file diff --git a/home/wallpapers/fuji-light.png.REMOVED.git-id b/home/wallpapers/fuji-light.png.REMOVED.git-id index 519f817..ffcfc4b 100644 --- a/home/wallpapers/fuji-light.png.REMOVED.git-id +++ b/home/wallpapers/fuji-light.png.REMOVED.git-id @@ -1 +1 @@ -25fc5dfb8b74a2266a49076457005cb9b045856d \ No newline at end of file +afec5d4bbd3c0663789ca2db3fa45b291816abc7 \ No newline at end of file diff --git a/home/wallpapers/galaxy.png b/home/wallpapers/galaxy.png index e8ea6d3..823e911 100644 Binary files a/home/wallpapers/galaxy.png and b/home/wallpapers/galaxy.png differ diff --git a/home/wallpapers/house-cloud.png b/home/wallpapers/house-cloud.png index 2c31c4b..1a8d382 100644 Binary files a/home/wallpapers/house-cloud.png and b/home/wallpapers/house-cloud.png differ diff --git a/home/wallpapers/lofi-computer.png.REMOVED.git-id b/home/wallpapers/lofi-computer.png.REMOVED.git-id index 7e56d71..a6b38d2 100644 --- a/home/wallpapers/lofi-computer.png.REMOVED.git-id +++ b/home/wallpapers/lofi-computer.png.REMOVED.git-id @@ -1 +1 @@ -574be4cdcd0be3506baa3a03db3fb7fdfde9633e \ No newline at end of file +543bfdf3612171c1d2735c67deff4a8530db7f52 \ No newline at end of file diff --git a/home/wallpapers/lofi-urban.png.REMOVED.git-id b/home/wallpapers/lofi-urban.png.REMOVED.git-id index 810cd49..ca0879f 100644 --- a/home/wallpapers/lofi-urban.png.REMOVED.git-id +++ b/home/wallpapers/lofi-urban.png.REMOVED.git-id @@ -1 +1 @@ -42dc718f014d9ff404f6965c8492bb599e0d3538 \ No newline at end of file +ee44c091d64ab99adbd39a3a8bbd7afa87d5c908 \ No newline at end of file diff --git a/home/wallpapers/magma.png.REMOVED.git-id b/home/wallpapers/magma.png.REMOVED.git-id index c83f967..f969ff3 100644 --- a/home/wallpapers/magma.png.REMOVED.git-id +++ b/home/wallpapers/magma.png.REMOVED.git-id @@ -1 +1 @@ -fdc050b5dc4eaf65272101014d5aca962f0a08d6 \ No newline at end of file +eb1543f0fc165700573c7eb9df0be436095d9c0e \ No newline at end of file diff --git a/home/wallpapers/nix.png b/home/wallpapers/nix.png index fd596a4..71ca03c 100644 Binary files a/home/wallpapers/nix.png and b/home/wallpapers/nix.png differ diff --git a/home/wallpapers/windows.png.REMOVED.git-id b/home/wallpapers/windows.png.REMOVED.git-id index 6e3b4da..c58c552 100644 --- a/home/wallpapers/windows.png.REMOVED.git-id +++ b/home/wallpapers/windows.png.REMOVED.git-id @@ -1 +1 @@ -759589772eb513efb18594aca67b633e4e5df567 \ No newline at end of file +b10ab345b583376465569a8a0f0931df7373ed79 \ No newline at end of file