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