aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-10-22 18:27:48 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-10-22 18:27:48 +0900
commit13b79b8084a1adc35015ce64bcdfc54461b5e2a5 (patch)
tree3441674158ecf8684a842f822083860a85d22468 /README.md
parent51d8e8e740be522ebfce1091b70ce64a84b34e53 (diff)
Readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5cf10f11..24adb502 100644
--- a/README.md
+++ b/README.md
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage