diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 18:27:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 18:27:48 +0900 |
| commit | 13b79b8084a1adc35015ce64bcdfc54461b5e2a5 (patch) | |
| tree | 3441674158ecf8684a842f822083860a85d22468 /README.md | |
| parent | 51d8e8e740be522ebfce1091b70ce64a84b34e53 (diff) | |
Readme update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -42,13 +42,20 @@ cd Hyprland-Dots chmod +x copy.sh ./copy.sh ``` -### 🐌 Manual installation +### 🐌 Manual installation (no recommended for newbies) - Backup your existing folders in ~/.config (advisable) - copy all contents of configs into ~/.config, overwriting all -- copy contents of wallpapers into ~/Pictures/wallpapers (create wallpapers folder if required) +- copy contents of wallpapers into ~/Pictures/wallpapers/ (create wallpapers folder if required) - make the Hyprland scripts executable ```bash -chmod +x ~/.config/hypr/scripts/* +chmod +x $HOME/.config/hypr/scripts/* +``` +- Make sure to execute initial symlinks else dunst, wofi and waybar will fail to launch +```bash +ln -sf "$HOME/.config/waybar/configs/config-default" "$HOME/.config/waybar/config" +ln -sf "$HOME/.config/waybar/style/style-dark.css" "$HOME/.config/waybar/style.css" +ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" +ln -sf "$HOME/.config/wofi/styles/style-dark.css" "$HOME/.config/wofi/style.css" ``` ### ⚠️⚠️⚠️ A MUST! after copying these dots |
