@@ -15,6 +15,7 @@
|
|||||||
- xf86-video-ati
|
- xf86-video-ati
|
||||||
- xf86-video-fbdev
|
- xf86-video-fbdev
|
||||||
- xf86-video-intel
|
- xf86-video-intel
|
||||||
|
- xorg-server
|
||||||
- xdg-utils
|
- xdg-utils
|
||||||
- xdg-user-dirs
|
- xdg-user-dirs
|
||||||
- gvfs
|
- gvfs
|
||||||
@@ -146,7 +147,7 @@
|
|||||||
- name: "sway tiling on wayland"
|
- name: "sway tiling on wayland"
|
||||||
description: "Sway is a tiling Wayland compositor and a drop-in replacement for the i3 window manager."
|
description: "Sway is a tiling Wayland compositor and a drop-in replacement for the i3 window manager."
|
||||||
hidden: false
|
hidden: false
|
||||||
selected: false
|
selected: true
|
||||||
critical: false
|
critical: false
|
||||||
packages:
|
packages:
|
||||||
- sway
|
- sway
|
||||||
|
|||||||
6
setup.sh
6
setup.sh
@@ -7,8 +7,8 @@ else
|
|||||||
NEW_USER=$(cat /tmp/$chroot_path/etc/passwd | grep "/home" |cut -d: -f1 |head -1)
|
NEW_USER=$(cat /tmp/$chroot_path/etc/passwd | grep "/home" |cut -d: -f1 |head -1)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone https://github.com/killajoe/SwayEOS.git
|
git clone https://github.com/OdiousImp2604/Sway-EndeavourOS.git
|
||||||
cd SwayEOS
|
cd Sway-EndeavourOS
|
||||||
cp -R .config /home/$NEW_USER/
|
cp -R .config /home/$NEW_USER/
|
||||||
chmod -R +x /home/$NEW_USER/.config/sway/scripts
|
chmod -R +x /home/$NEW_USER/.config/sway/scripts
|
||||||
chmod +x /home/$NEW_USER/.config/waybar/scripts/weather.sh
|
chmod +x /home/$NEW_USER/.config/waybar/scripts/weather.sh
|
||||||
@@ -16,4 +16,4 @@ cp .profile /home/$NEW_USER/
|
|||||||
chown -R $NEW_USER:$NEW_USER /home/$NEW_USER/.config
|
chown -R $NEW_USER:$NEW_USER /home/$NEW_USER/.config
|
||||||
chown $NEW_USER:$NEW_USER /home/$NEW_USER/.profile
|
chown $NEW_USER:$NEW_USER /home/$NEW_USER/.profile
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf SwayEOS
|
rm -rf Sway-EndeavourOS
|
||||||
|
|||||||
Reference in New Issue
Block a user