added packages
This commit is contained in:
parent
565429ebd7
commit
2e7fca7147
4 changed files with 14 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
[Autologin]
|
||||
Relogin=false
|
||||
User=liveuser
|
||||
Session=plasma
|
||||
Session=mate
|
||||
|
||||
[Theme]
|
||||
Current=breeze-dark
|
||||
Current=
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
timeout 15
|
||||
default 01-archiso-x86_64-linux.conf
|
||||
beep on
|
||||
beep off
|
||||
|
|
|
@ -139,15 +139,18 @@ networkmanager
|
|||
android-file-transfer
|
||||
|
||||
#Desktop
|
||||
mate
|
||||
mate-extra
|
||||
sddm
|
||||
|
||||
#systemutils
|
||||
btop
|
||||
xdg-user-dirs
|
||||
packagekit-qt5
|
||||
neofetch-git
|
||||
ttf-ms-fonts
|
||||
parch-firefox-config
|
||||
ttf-dejavu
|
||||
firefox
|
||||
parch-grub
|
||||
|
||||
#parchlinuxstuff
|
||||
calamares
|
||||
|
@ -157,3 +160,7 @@ paru
|
|||
parch-emoji-ios
|
||||
parch-branding
|
||||
parch-pacman
|
||||
parch-welcome
|
||||
fira-code-font
|
||||
fira-code-mono
|
||||
vazirmatn-fonts
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="Parchlinux"
|
||||
iso_label="PARCH_$(date +%Y%m)"
|
||||
iso_name="Parchlinux Mate"
|
||||
iso_label="PARCH_LINUX_MATE_$(date +%Y%m)"
|
||||
iso_publisher="Parch Linux <https://parchlinux.ir>"
|
||||
iso_application="Parch Linux Live/Rescue CD"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
|
|
Loading…
Add table
Reference in a new issue