Skip to content

Commit f4c90cc

Browse files
committed
Zipped some things, began work on changing up the post script
1 parent 76e9add commit f4c90cc

File tree

11 files changed

+3
-466
lines changed

11 files changed

+3
-466
lines changed

lightdm.zip

5.36 KB
Binary file not shown.

lightdm/Xsession

Lines changed: 0 additions & 64 deletions
This file was deleted.

lightdm/keys.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

lightdm/lightdm-gtk-greeter.conf

Lines changed: 0 additions & 65 deletions
This file was deleted.

lightdm/lightdm.conf

Lines changed: 0 additions & 163 deletions
This file was deleted.

lightdm/slick-greeter.conf

Lines changed: 0 additions & 7 deletions
This file was deleted.

lightdm/users.conf

Lines changed: 0 additions & 14 deletions
This file was deleted.

post.sh

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Installing desktop environment
4-
sudo sed -i "s/#greeter-session=example-gtk-gnome/greeter-session=lightdm-slick-greeter/g" /etc/lightdm/lightdm.conf
4+
# This line below is now stupid because I'm too lazy to write a sed script to replace every single thing on the lightdm config
5+
#sudo sed -i "s/#greeter-session=example-gtk-gnome/greeter-session=lightdm-slick-greeter/g" /etc/lightdm/lightdm.conf
56

67
# Installing yay
78
git clone https://aur.archlinux.org/yay.git /home/windowsagent/yay
@@ -15,11 +16,6 @@ rm -rf /home/windowsagent/yay
1516

1617
yay -Sy lightdm-slick-greeter
1718

18-
# Update DE config, theme and icons
19-
wget https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/Xfce4-stuff.zip -P /home/windowsagent/
20-
sudo unzip Xfce4-stuff.zip
21-
sudo rm -rf Xfce4-stuff.zip
22-
2319
# Install alsa and pavucontrol
2420
sudo pacman -S --noconfirm --needed pulseaudio-alsa pavucontrol pulseaudio alsa-firmware
2521

@@ -31,18 +27,5 @@ sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols
3127
wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/ocs-url-3.1.0-1-x86_64.pkg.tar.xz -P /home/windowsagent
3228
sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz
3329

34-
# Install plymouth
35-
yay -S --noconfirm plymouth
36-
37-
# Install xarchiver
38-
sudo pacman -S --noconfirm xarchiver thunar-archive-plugin
39-
40-
# Install list of useful and important apps
41-
42-
sudo pacman -S --noconfirm vlc ffmpeg mpv blender firefox
43-
44-
# Reboot
45-
46-
sudo reboot
30+
# Place lightdm config + xsessions cause again, I'm too lazy to write several sed commands even though it'd probably be easier than tampering with permissions and those stuffs
4731

48-
# wow. This code is filled with comments! I sure do look like a beginner...

xsessions.zip

3.79 KB
Binary file not shown.

xsessions/dwm.desktop

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)