Compare commits

...

6 commits

5 changed files with 30 additions and 12 deletions

View file

@ -9,8 +9,11 @@ env:
api_key: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.repository.name }}
release_name: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
container:
image: archlinux:latest
@ -18,11 +21,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Packages via Pacman
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub reflector
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip
- name: Change Arch docker mirror
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
- name: Build image
run: mkarchiso -v iso/
- name: Upload iso to the release
run: python tools/upload_asset.py
run: |
cd ./out
mkdir iso_parts
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
md5sum iso_parts/* > iso_parts/md5sums.txt
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}

View file

@ -1,7 +1,5 @@
[Autologin]
Relogin=false
User=liveuser
Session=plasma
Session=budgie
[Theme]
Current=breeze-dark

View file

@ -0,0 +1,3 @@
[Theme]
# Current theme name
Current= parch

View file

@ -10,7 +10,14 @@ brltty
broadcom-wl-dkms
btrfs-progs
clonezilla
pipewire
pipewire-pulse
wireplumber
bluez
bluez-utils
gnome-bluetooth
cloud-init
parch-bluetooth
cryptsetup
darkhttpd
ddrescue
@ -149,7 +156,8 @@ papirus-icon-theme
nemo
gnome-terminal
catppuccin-gtk-theme-mocha
parch-budgie-config
parch-budgie
#Desktop Parts
eom
@ -157,8 +165,6 @@ xed
mpv
xreader
warpinator
transmission-gtk
timeshift
amberol
geary
bearings-bin
@ -166,7 +172,7 @@ webapp-manager
sticky
#archive
engrampa
nemo-fileroller
unzip
unrar
p7zip
@ -175,9 +181,7 @@ p7zip
#systemutils
btop
xdg-user-dirs
packagekit-qt5
neofetch-git
ttf-dejavu
firefox
noto-fonts
vazirmatn-fonts
@ -196,3 +200,7 @@ parch-branding
parch-pacman
parch-wallpapers
parch-gnome-backgrounds
parch-sddm-theme
parch-plymouth
plymouth
boost

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB

After

Width:  |  Height:  |  Size: 181 KiB