File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,10 @@ sudo rm -rf Xfce4-stuff.zip
2323# Install alsa and pavucontrol
2424sudo pacman -S --noconfirm --needed pulseaudio-alsa pavucontrol pulseaudio alsa-firmware
2525
26- # Install theme
27- cd /usr/share/
28- sudo wget https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/share.zip -P /usr/share/
29- sudo unzip share.zip
30-
31- sudo cp -R /usr/share/themes/IndigoMagic /home/windowsagent/.themes/
32- sudo cp -R /usr/share/icons/sgi-elementary-xfce /home/windowsagent/.icons/
33-
26+ # Fix weird vblank issue
3427xfconf-query -c xfwm4 -p /general/vblank_mode -s off
28+
29+ # Install ocs-url (for themes)
30+ sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols
31+ 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
32+ sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz
You can’t perform that action at this time.
0 commit comments