diff --git a/README.md b/README.md index 53e73c7..599be26 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ chmod +x install.sh > > This script should only be used when you just setup your system and haven't install anything yet. It might (though the possibilities are low) break some of your packages since it'll do packages installations for you. +After rebooting your system in to Niri, if you want to use my wallpaper, simply execute + +```shell +chmod +x $HOME/.config/niri/scripts/switch-wallpaper.sh +$HOME/.config/niri/scripts/switch-wallpaper.sh $HOME/.config/niri/wallpapers/sunset.jpg +``` + +Note that this script doesn't install packages that might deeply effect your system e.g. `powerprofilesctl`, you have the freedom to configure it your self :p + ### If you already done some configuration That's even more simple! @@ -47,14 +56,14 @@ This will replace some of your config files (It will make backups). ### Manual installation -I guess this dot might be a bit too easy to use a installation script. +I guess this dot might be a bit too easy to use an installation script. #### Arch Linux ##### 1. Install packages ```shell -yay -S --needed cava fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi sddm +yay -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm ``` ##### 2. Copy configuration files diff --git a/install.sh b/install.sh index a5aac3e..8157883 100755 --- a/install.sh +++ b/install.sh @@ -164,10 +164,10 @@ if [ "$family" = "arch" ]; then if [[ -z "$aur_helper" ]]; then echo "Continue installing using pacman, replacing swaylock-fancy with swaylock" - sudo pacman -S --needed cava fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm + sudo pacman -S --needed cava fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist else echo "Installing packages..." - "$aur_helper" -S --needed cava fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm + "$aur_helper" -S --needed cava fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist fi echo "Setting up SDDM..." @@ -213,6 +213,6 @@ if [ "$family" = "arch" ]; then done else echo "Your Distro is not supported yet, Please install these needed packages manually:" - echo "cava fastfetch fuzzel kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm" + echo "cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm" echo "You can use the replace.sh to replace all the configs after install. :)" fi