This commit is contained in:
adi1090x 2021-06-19 11:24:14 +05:30
parent b792b0a862
commit cd39da50c7
3 changed files with 8 additions and 16 deletions

View File

@ -72,17 +72,6 @@ done
## -------------------------------------------------------------- ##
## Modify Calamares Desktop File
calamares='/usr/share/applications/calamares.desktop'
sed -i -e 's#Exec=sh.*#Exec=sh -c "/etc/calamares/launch.sh"#g' "$calamares"
sed -i -e 's#Name=.*#Name=Install Archcraft#g' "$calamares"
sed -i -e 's#GenericName=.*#GenericName=System Installer#g' "$calamares"
sed -i -e 's#Icon=.*#Icon=archcraft#g' "$calamares"
sed -i -e 's#Comment=.*#Comment=Archcraft System Installer#g' "$calamares"
## -------------------------------------------------------------- ##
## Remove thunar wallpaper plugin
rm -rf /usr/lib/thunarx-3/thunar-wallpaper-plugin.so

View File

@ -128,6 +128,9 @@ xorg-xkill
xorg-xrandr
xorg-xrdb
xorg-xset
xdotool
xorg-xmodmap
xorg-xev
##-------- Touchpad and Mouse ----------------##
xorg-xinput

View File

@ -74,6 +74,11 @@ LocalFileSigLevel = Optional
#[testing]
#Include = /etc/pacman.d/mirrorlist
## Archcraft Repository
[archcraft]
SigLevel = Optional TrustAll
Server = https://archcraft.io/archcraft-pkgs/$arch
[core]
Include = /etc/pacman.d/mirrorlist
@ -100,8 +105,3 @@ Include = /etc/pacman.d/mirrorlist
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
## Archcraft Repository
[archcraft]
SigLevel = Optional TrustAll
Server = https://archcraft.io/archcraft-pkgs/$arch