File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ SRC=src
66all : clean install
77
88prepare :
9- mkdir -p $(PREFIX ) /share/hyde /sddm
9+ mkdir -p $(PREFIX ) /share/hypr /sddm
1010 mkdir -p /etc/sddm.conf.d/
1111
1212install : clean prepare
13- @install -D $(SRC ) /hyprland.conf $(PREFIX ) /share/hyde /sddm/hyprland.conf && echo " [Installed] $( PREFIX) /share/hyde /sddm/hyprland.conf"
13+ @install -D $(SRC ) /hyprland.conf $(PREFIX ) /share/hypr /sddm/hyprland.conf && echo " [Installed] $( PREFIX) /share/hypr /sddm/hyprland.conf"
1414 @install -D $(SRC ) /sddm-hyprland.conf /etc/sddm.conf.d/sddm-hyprland.conf && echo " [Installed] /etc/sddm.conf.d/sddm-hyprland.conf"
15- @sed -i ' s|CompositorCommand=.*|CompositorCommand=Hyprland -c $(PREFIX)/share/hyde /sddm/hyprland.conf|' /etc/sddm.conf.d/sddm-hyprland.conf && echo " [default sddm conf] $( PREFIX) /share/hyde /sddm/hyprland.conf"
15+ @sed -i ' s|CompositorCommand=.*|CompositorCommand=Hyprland -c $(PREFIX)/share/hypr /sddm/hyprland.conf|' /etc/sddm.conf.d/sddm-hyprland.conf && echo " [default sddm conf] $( PREFIX) /share/hypr /sddm/hyprland.conf"
1616
1717
1818clean :
19+ @rm -rf $(PREFIX ) /share/hypr/sddm && echo " [cleaned] $( PREFIX) /share/hypr/sddm"
1920 @rm -rf $(PREFIX ) /share/hyde/sddm && echo " [cleaned] $( PREFIX) /share/hyde/sddm"
2021 @rm -rf /etc/sddm.conf.d/sddm-hyprland.conf && echo " [cleaned] /etc/sddm.conf.d/sddm-hyprland.conf"
2122
You can’t perform that action at this time.
0 commit comments