diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2568fbd..8e8e80d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,24 +47,14 @@ jobs:
name: Antergos-NeXT-ISO
path: out/
- - name: Upload to Internet Archive
+ - name: Upload to SourceForge
if: github.ref == 'refs/heads/master'
env:
- IA_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
- IA_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
+ SF_SSH_KEY: ${{ secrets.SF_SSH_KEY }}
run: |
- pip install --break-system-packages internetarchive
- mkdir -p ~/.config/internetarchive
- printf '[s3]\naccess = %s\nsecret = %s\n' "$IA_ACCESS_KEY" "$IA_SECRET_KEY" > ~/.config/internetarchive/ia.ini
- chmod 600 ~/.config/internetarchive/ia.ini
+ mkdir -p ~/.ssh
+ printf '%s' "$SF_SSH_KEY" > ~/.ssh/id_ed25519
+ chmod 600 ~/.ssh/id_ed25519
+ ssh-keyscan frs.sourceforge.net >> ~/.ssh/known_hosts 2>/dev/null
ISO=$(ls out/*.iso | head -1)
- ia upload antergos-next "$ISO" \
- --metadata="title:Antergos NeXT Live ISO" \
- --metadata="creator:Antergos NeXT" \
- --metadata="date:$(date +%Y-%m-%d)" \
- --metadata="year:$(date +%Y)" \
- --metadata="description:Antergos NeXT live installation ISO based on Arch Linux. Note: early releases may have incomplete DE package lists; check https://github.com/Antergos-NeXT/Cnchi/issues for known issues." \
- --metadata="subject:Antergos NeXT; Arch Linux; live ISO; Linux distribution" \
- --metadata="language:eng" \
- --metadata="mediatype:software" \
- --metadata="collection:software"
+ rsync -avP "$ISO" "antergos-txen@frs.sourceforge.net:/home/frs/project/antergos-next/"
diff --git a/.gitignore b/.gitignore
index 8770592..7025c37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,2 @@
-work/
-out/
-airootfs/root/antergos-skel-liveuser/*.pkg.tar.zst
-airootfs/root/antergos-skel-liveuser/pkg/
-airootfs/root/packages/
-airootfs/root/livewall-original.png
-airootfs/etc/pacman.d/
-*.log
+Cnchi/
+antergos-pkgs/
diff --git a/airootfs/etc/polkit-1/rules.d/99-nopasswd.rules b/airootfs/etc/polkit-1/rules.d/99-nopasswd.rules
new file mode 100644
index 0000000..c010968
--- /dev/null
+++ b/airootfs/etc/polkit-1/rules.d/99-nopasswd.rules
@@ -0,0 +1,7 @@
+// Allow any user in the nopasswdlogin group to run pkexec without a password
+polkit.addRule(function(action, subject) {
+ if (action.id == "org.freedesktop.policykit.exec" &&
+ subject.isInGroup("nopasswdlogin")) {
+ return polkit.Result.YES;
+ }
+});
diff --git a/airootfs/root/antergos-skel-liveuser/PKGBUILD b/airootfs/root/antergos-skel-liveuser/PKGBUILD
index d072a86..e130468 100755
--- a/airootfs/root/antergos-skel-liveuser/PKGBUILD
+++ b/airootfs/root/antergos-skel-liveuser/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='antergos-skel-liveuser'
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Liveuser specific skel setup for KDE Antergos NeXT'
arch=('any')
url='https://github.com/antergos/antergos-iso-next'
diff --git a/airootfs/root/antergos-skel-liveuser/antergos-skel-liveuser-1.0-2-any.pkg.tar.zst b/airootfs/root/antergos-skel-liveuser/antergos-skel-liveuser-1.0-2-any.pkg.tar.zst
new file mode 100644
index 0000000..a2cbd1d
Binary files /dev/null and b/airootfs/root/antergos-skel-liveuser/antergos-skel-liveuser-1.0-2-any.pkg.tar.zst differ
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.BUILDINFO b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.BUILDINFO
new file mode 100644
index 0000000..09b77bb
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.BUILDINFO
@@ -0,0 +1,1322 @@
+format = 2
+pkgname = antergos-skel-liveuser
+pkgbase = antergos-skel-liveuser
+pkgver = 1.0-2
+pkgarch = any
+pkgbuild_sha256sum = db219d6e9c8408f8496f140ab788572742e9a2693ab2d4e0b76ff110ee00b959
+packager = Unknown Packager
+builddate = 1781279692
+builddir = /home/xalatath/Antergos-NeXT-ISO/airootfs/root/antergos-skel-liveuser
+startdir = /home/xalatath/Antergos-NeXT-ISO/airootfs/root/antergos-skel-liveuser
+buildtool = makepkg
+buildtoolver = 7.1.0
+buildenv = !distcc
+buildenv = color
+buildenv = !ccache
+buildenv = check
+buildenv = !sign
+options = strip
+options = docs
+options = !libtool
+options = !staticlibs
+options = emptydirs
+options = zipman
+options = purge
+options = !debug
+options = !lto
+options = !autodeps
+installed = a52dec-0.8.0-3-x86_64
+installed = aalib-1.4rc5-19-x86_64
+installed = abseil-cpp-20260107.1-1-x86_64
+installed = accountsservice-26.13.3-1-x86_64
+installed = acl-2.3.2-2-x86_64
+installed = adwaita-cursors-50.0-1-any
+installed = adwaita-fonts-50.0-1-any
+installed = adwaita-icon-theme-50.0-1-any
+installed = adwaita-icon-theme-legacy-46.2-3-any
+installed = aha-0.5.1-3-x86_64
+installed = alsa-card-profiles-1:1.6.6-1-x86_64
+installed = alsa-firmware-1.2.4-4-any
+installed = alsa-lib-1.2.16-1-x86_64
+installed = alsa-plugins-1:1.2.12-5-x86_64
+installed = alsa-topology-conf-1.2.5.1-4-any
+installed = alsa-ucm-conf-1.2.16-2-any
+installed = alsa-utils-1.2.16-1-x86_64
+installed = amd-ucode-20260519-1-any
+installed = aom-3.14.1-1-x86_64
+installed = appstream-1.1.2-1-x86_64
+installed = appstream-qt-1.1.2-1-x86_64
+installed = arch-install-scripts-31-1-any
+installed = archiso-88-1-any
+installed = archlinux-keyring-20260420-1-any
+installed = ark-26.04.2-1-x86_64
+installed = aspell-0.60.8.2-2-x86_64
+installed = aspell-pl-20251101-1-any
+installed = at-spi2-core-2.60.4-1-x86_64
+installed = attica-6.26.0-1-x86_64
+installed = attr-2.5.2-2-x86_64
+installed = audit-4.1.4-2-x86_64
+installed = aurorae-6.6.5-1-x86_64
+installed = autoconf-2.73-1-any
+installed = automake-1.18.1-1-any
+installed = avahi-1:0.9rc4-1-x86_64
+installed = ayatana-ido-0.10.4-1-x86_64
+installed = b43-fwcutter-019-6-x86_64
+installed = baloo-6.26.0-1-x86_64
+installed = baloo-widgets-26.04.2-1-x86_64
+installed = base-3-3-any
+installed = base-devel-1-2-any
+installed = bash-5.3.12-1-x86_64
+installed = bash-completion-2.17.0-3-any
+installed = bind-9.20.23-1-x86_64
+installed = binutils-2.46+r70+g155188ea10a7-1-x86_64
+installed = bison-3.8.2-8-x86_64
+installed = blas-3.12.1-2-x86_64
+installed = bluedevil-1:6.6.5-1-x86_64
+installed = bluez-5.86-6-x86_64
+installed = bluez-libs-5.86-6-x86_64
+installed = bluez-qt-6.26.0-1-x86_64
+installed = bluez-utils-5.86-6-x86_64
+installed = boost-libs-1.91.0-1-x86_64
+installed = breeze-6.6.5-1-x86_64
+installed = breeze-cursors-6.6.5-1-x86_64
+installed = breeze-gtk-6.6.5-1-any
+installed = breeze-icons-6.26.0-1-x86_64
+installed = brotli-1.2.0-1-x86_64
+installed = btrfs-progs-7.0-1-x86_64
+installed = bubblewrap-0.11.2-1-x86_64
+installed = bzip2-1.0.8-6-x86_64
+installed = ca-certificates-20240618-1-any
+installed = ca-certificates-mozilla-3.124-1-x86_64
+installed = ca-certificates-utils-20240618-1-any
+installed = cairo-1.18.4-1-x86_64
+installed = cairomm-1.16-1.18.1-1-x86_64
+installed = calamares-26.03.2.3-1-any
+installed = cantarell-fonts-1:0.311-1-any
+installed = capstone-5.0.9-1-x86_64
+installed = cava-0.10.7-1-x86_64
+installed = cblas-3.12.1-2-x86_64
+installed = cdparanoia-10.2-9-x86_64
+installed = cdrtools-3.02a09-6-x86_64
+installed = cfitsio-1:4.6.4-1-x86_64
+installed = chromaprint-1.6.0-3-x86_64
+installed = cifs-utils-7.5-1-x86_64
+installed = ckbcomp-1.245-1-any
+installed = clang-22.1.6-1-x86_64
+installed = clinfo-3.0.25.02.14-1-x86_64
+installed = compiler-rt-22.1.6-1-x86_64
+installed = composefs-1.0.8-1-x86_64
+installed = confuse-3.3-5-x86_64
+installed = convertlit-1.8-13-x86_64
+installed = coreutils-9.11-1-x86_64
+installed = cpio-2.15-3-x86_64
+installed = cracklib-2.10.3-1-x86_64
+installed = cryptsetup-2.8.6-1-x86_64
+installed = cups-2:2.4.19-1-x86_64
+installed = cups-browsed-2.1.1-1-x86_64
+installed = cups-filters-2.0.1-2-x86_64
+installed = cups-pdf-3.0.3-1-x86_64
+installed = curl-8.20.0-7-x86_64
+installed = dav1d-1.5.3-1-x86_64
+installed = db5.3-5.3.28-7-x86_64
+installed = dbus-1.16.2-1-x86_64
+installed = dbus-broker-37-3-x86_64
+installed = dbus-broker-units-37-3-x86_64
+installed = dbus-units-37-3-x86_64
+installed = dconf-0.49.0-1-x86_64
+installed = ddcutil-2.2.7-1-x86_64
+installed = debugedit-5.3-1-x86_64
+installed = default-cursors-3-1-any
+installed = desktop-file-utils-0.28-1-x86_64
+installed = device-mapper-2.03.41-1-x86_64
+installed = dialog-1:1.3_20260107-1-x86_64
+installed = diffutils-3.12-2-x86_64
+installed = ding-libs-0.7.0-1-x86_64
+installed = discount-3.0.1.2-1-x86_64
+installed = djvulibre-3.5.30-1-x86_64
+installed = dmidecode-3.7-1-x86_64
+installed = dmraid-1.0.0.rc16.3-15-x86_64
+installed = dnsmasq-2.93-1-x86_64
+installed = dnssec-anchors-20250524-1-any
+installed = dolphin-26.04.2-1-x86_64
+installed = dolphin-plugins-26.04.2-1-x86_64
+installed = dosfstools-4.2-5-x86_64
+installed = double-conversion-3.4.0-1-x86_64
+installed = downgrade-12.0.2-1-any
+installed = doxygen-1.16.1-3-x86_64
+installed = dracut-111_eos-1-x86_64
+installed = dtc-1:1.7.2-1-x86_64
+installed = duf-0.9.1-1-x86_64
+installed = duktape-2.7.0-7-x86_64
+installed = e2fsprogs-1.47.4-1-x86_64
+installed = ebook-tools-0.2.2-9-x86_64
+installed = editorconfig-core-c-0.12.11-1-x86_64
+installed = edk2-ovmf-202605-1-any
+installed = efibootmgr-18-4-x86_64
+installed = efitools-1.9.2-7-x86_64
+installed = efivar-39-2-x86_64
+installed = egl-gbm-1.1.3-1-x86_64
+installed = egl-wayland-4:1.1.21-1-x86_64
+installed = egl-wayland2-1.0.1-1-x86_64
+installed = egl-x11-1.0.5-1-x86_64
+installed = eglexternalplatform-1.2.1-1-any
+installed = elfutils-0.195-1-x86_64
+installed = ell-0.83-1-x86_64
+installed = enchant-2.8.15-2-x86_64
+installed = endeavouros-branding-26.03.1.1-1-any
+installed = endeavouros-keyring-20231222-1-any
+installed = endeavouros-konsole-colors-1-2-any
+installed = endeavouros-mirrorlist-26.4-1-any
+installed = eos-apps-info-26-1-any
+installed = eos-bash-shared-26.5.3.2-1-any
+installed = eos-hooks-1.16.2-1-any
+installed = eos-hwtool-1.8-1-any
+installed = eos-log-tool-25.10-1-any
+installed = eos-packagelist-2.3.1-2-any
+installed = eos-qogir-icons-2025.02.15-3-any
+installed = eos-quickstart-1.4.1-1-x86_64
+installed = eos-rankmirrors-26-1-any
+installed = eos-settings-plasma-2.1-1-any
+installed = eos-translations-26.5-1-any
+installed = eos-update-26.6-1-any
+installed = erofs-utils-1.9.1-1-x86_64
+installed = ethtool-1:7.0-1-x86_64
+installed = ex-vi-compat-2-1-any
+installed = exfatprogs-1.4.1-1-x86_64
+installed = exiv2-0.28.8-2-x86_64
+installed = expac-10-12-x86_64
+installed = expat-2.8.1-1-x86_64
+installed = f2fs-tools-1.16.0-3-x86_64
+installed = faac-1.50-1-x86_64
+installed = faad2-2.11.2-1-x86_64
+installed = fakeroot-1.38.1-1-x86_64
+installed = fastfetch-2.64.2-2-x86_64
+installed = fd-10.4.2-2-x86_64
+installed = ffmpeg-2:8.1.1-2-x86_64
+installed = ffmpegthumbs-26.04.2-1-x86_64
+installed = fftw-3.3.11-1-x86_64
+installed = file-5.47-3-x86_64
+installed = filesystem-2025.10.12-1-any
+installed = findutils-4.10.0-3-x86_64
+installed = firefox-151.0.3-1-x86_64
+installed = firefox-i18n-pl-151.0.3-1-any
+installed = firewall-applet-2.4.1-1-any
+installed = firewall-config-2.4.1-1-any
+installed = firewalld-2.4.1-1-any
+installed = flac-1.5.0-1-x86_64
+installed = flashrom-1.7.0-1-x86_64
+installed = flatpak-1:1.16.6-1-x86_64
+installed = flex-2.6.4-6-x86_64
+installed = fluidsynth-2.5.4-1-x86_64
+installed = fmt-12.1.0-2-x86_64
+installed = fontconfig-2:2.18.1-1-x86_64
+installed = foomatic-db-3:20260209-1-any
+installed = foomatic-db-engine-5:20200131-2-x86_64
+installed = foomatic-db-gutenprint-ppds-5.3.5-1-x86_64
+installed = foomatic-db-nonfree-3:20260209-1-any
+installed = foomatic-db-nonfree-ppds-3:20260209-1-any
+installed = foomatic-db-ppds-3:20260209-1-any
+installed = frameworkintegration-6.26.0-1-x86_64
+installed = freeglut-3.8.0-1-x86_64
+installed = freetype2-2.14.3-1-x86_64
+installed = fribidi-1.0.16-2-x86_64
+installed = fuse-common-3.18.2-1-x86_64
+installed = fuse2-2.9.9-5-x86_64
+installed = fuse3-3.18.2-1-x86_64
+installed = fwupd-2.1.4-2-x86_64
+installed = fwupd-efi-1.8-2-any
+installed = fzf-0.72.0-1-x86_64
+installed = gawk-5.4.0-1-x86_64
+installed = gc-8.2.12-1-x86_64
+installed = gcc-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = gcc-libs-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = gcr-3.41.2-2-x86_64
+installed = gcr-4-4.4.0.1-1-x86_64
+installed = gd-2.3.3-9-x86_64
+installed = gdb-17.2-1-x86_64
+installed = gdb-common-17.2-1-x86_64
+installed = gdbm-1.26-2-x86_64
+installed = gdk-pixbuf2-2.44.6-2-x86_64
+installed = gettext-1.0-2-x86_64
+installed = gfxstream-0.1.2-2-x86_64
+installed = ghostscript-10.07.1-1-x86_64
+installed = giflib-6.1.3-1-x86_64
+installed = git-2.54.0-1-x86_64
+installed = github-cli-2.93.0-1-x86_64
+installed = glances-4.5.4-1-any
+installed = glib-networking-1:2.80.1-1-x86_64
+installed = glib2-2.88.1-1-x86_64
+installed = glibc-2.43+r22+g8362e8ce10b2-2-x86_64
+installed = glibmm-2.68-2.88.0-2-x86_64
+installed = glm-1.0.3-1-x86_64
+installed = glslang-1:1.4.350.0-1-x86_64
+installed = glu-9.0.3-3-x86_64
+installed = glycin-2.1.1-1-x86_64
+installed = gmp-6.3.0-3-x86_64
+installed = gnome-boxes-50.0-1-x86_64
+installed = gnulib-l10n-20241231-1-any
+installed = gnupg-2.4.9-1-x86_64
+installed = gnutls-3.8.13-2-x86_64
+installed = gobject-introspection-runtime-1.86.0-2-x86_64
+installed = gocryptfs-2.6.1-1-x86_64
+installed = gperftools-2.18.1-1-x86_64
+installed = gpgme-2.1.0-1-x86_64
+installed = gpgmepp-2.1.0-1-x86_64
+installed = gpm-1.20.7.r38.ge82d1a6-6-x86_64
+installed = gptfdisk-1.0.10-2-x86_64
+installed = graphene-1.10.8-2-x86_64
+installed = graphite-1:1.3.15-1-x86_64
+installed = grep-3.12-2-x86_64
+installed = grml-zsh-config-0.19.28-1-any
+installed = groff-1.24.1-1-x86_64
+installed = grub-2:2.14-1-x86_64
+installed = gsettings-desktop-schemas-50.1-1-any
+installed = gsettings-system-schemas-50.1-1-any
+installed = gsfonts-20200910-6-any
+installed = gsm-1.0.24-1-x86_64
+installed = gspell-1.14.3-1-x86_64
+installed = gssdp-1.6.5-1-x86_64
+installed = gssproxy-0.9.2-3-x86_64
+installed = gst-libav-1.28.3-1-x86_64
+installed = gst-plugin-pipewire-1:1.6.6-1-x86_64
+installed = gst-plugin-va-1.28.3-1-x86_64
+installed = gst-plugins-bad-1.28.3-1-x86_64
+installed = gst-plugins-bad-libs-1.28.3-1-x86_64
+installed = gst-plugins-base-1.28.3-1-x86_64
+installed = gst-plugins-base-libs-1.28.3-1-x86_64
+installed = gst-plugins-good-1.28.3-1-x86_64
+installed = gst-plugins-ugly-1.28.3-1-x86_64
+installed = gstreamer-1.28.3-1-x86_64
+installed = gtest-1.17.0-2-x86_64
+installed = gtk-update-icon-cache-1:4.22.4-1-x86_64
+installed = gtk3-1:3.24.52-1-x86_64
+installed = gtk4-1:4.22.4-1-x86_64
+installed = gtkmm-4.0-4.22.0-2-x86_64
+installed = gtksourceview3-1:3.24.11+r30+gd880929f-1-x86_64
+installed = gtksourceview4-4.8.4-2-x86_64
+installed = guile-3.0.11-1-x86_64
+installed = gupnp-1:1.6.10-1-x86_64
+installed = gupnp-igd-1.6.0-2-x86_64
+installed = gutenprint-5.3.5-1-x86_64
+installed = gwenview-26.04.2-1-x86_64
+installed = gzip-1.14-2-x86_64
+installed = harfbuzz-14.2.1-1-x86_64
+installed = harfbuzz-icu-14.2.1-1-x86_64
+installed = haruna-1.8.1-1-x86_64
+installed = haveged-1.9.22-1-x86_64
+installed = hdparm-9.65-3-x86_64
+installed = hicolor-icon-theme-0.18-1-any
+installed = hidapi-0.15.0-1-x86_64
+installed = highway-1.4.0-1-x86_64
+installed = hplip-1:3.26.4-1-x86_64
+installed = hunspell-1.7.3-1-x86_64
+installed = hwdata-0.408-1-any
+installed = hwdetect-2025.08.16.1333-1-any
+installed = hwinfo-25.2-1-x86_64
+installed = hwloc-2.13.0-1-x86_64
+installed = hyphen-2.8.9-1-x86_64
+installed = i2c-tools-4.4-4-x86_64
+installed = iana-etc-20260530-1-any
+installed = icu-78.3-1-x86_64
+installed = iio-sensor-proxy-3.9-1-x86_64
+installed = ijs-0.35-7-x86_64
+installed = imagemagick-7.1.2.25-1-x86_64
+installed = imath-3.2.2-6-x86_64
+installed = imlib2-1.12.6-1-x86_64
+installed = inetutils-2.8-1-x86_64
+installed = iniparser-4.2.6-2-x86_64
+installed = inxi-3.3.40.1-1-any
+installed = iproute2-7.0.0-1-x86_64
+installed = iptables-1:1.8.13-1-x86_64
+installed = iputils-20250605-1-x86_64
+installed = iso-codes-4.20.1-1-any
+installed = iw-6.17-1-x86_64
+installed = iwd-3.12-1-x86_64
+installed = jansson-2.15.0-1-x86_64
+installed = jasper-4.2.9-1-x86_64
+installed = jbig2dec-0.20-2-x86_64
+installed = jbigkit-2.1-8-x86_64
+installed = jemalloc-1:5.3.1-2-x86_64
+installed = jfsutils-1.1.15-9-x86_64
+installed = json-c-0.18-2-x86_64
+installed = json-glib-1.10.8-1-x86_64
+installed = jsoncpp-1.9.6-3-x86_64
+installed = kaccounts-integration-26.04.2-1-x86_64
+installed = kactivitymanagerd-6.6.5-1-x86_64
+installed = karchive-6.26.0-1-x86_64
+installed = kate-26.04.2-1-x86_64
+installed = kauth-6.26.0-1-x86_64
+installed = kbd-2.10.0-1-x86_64
+installed = kbookmarks-6.26.0-1-x86_64
+installed = kcalc-26.04.2-1-x86_64
+installed = kcmutils-6.26.0-1-x86_64
+installed = kcodecs-6.26.0-1-x86_64
+installed = kcolorpicker-0.3.1-6-x86_64
+installed = kcolorscheme-6.26.0-2-x86_64
+installed = kcompletion-6.26.0-1-x86_64
+installed = kconfig-6.26.0-1-x86_64
+installed = kconfigwidgets-6.26.0-1-x86_64
+installed = kcontacts-1:6.26.0-1-x86_64
+installed = kcoreaddons-6.26.0-1-x86_64
+installed = kcrash-6.26.0-1-x86_64
+installed = kdbusaddons-6.26.0-1-x86_64
+installed = kde-cli-tools-6.6.5-1-x86_64
+installed = kde-gtk-config-6.6.5-1-x86_64
+installed = kdeclarative-6.26.0-1-x86_64
+installed = kdeconnect-26.04.2-1-x86_64
+installed = kdecoration-6.6.5-1-x86_64
+installed = kded-6.26.0-1-x86_64
+installed = kdegraphics-mobipocket-26.04.2-1-x86_64
+installed = kdegraphics-thumbnailers-26.04.2-1-x86_64
+installed = kdenetwork-filesharing-26.04.2-1-x86_64
+installed = kdeplasma-addons-6.6.5-1-x86_64
+installed = kdesu-6.26.0-1-x86_64
+installed = kdnssd-6.26.0-1-x86_64
+installed = kdsingleapplication-1.2.1-1-x86_64
+installed = kdsoap-2.3.0-1-x86_64
+installed = kdsoap-ws-discovery-client-0.4.0-3-x86_64
+installed = kernel-install-for-dracut-1.14.2-1-any
+installed = keyutils-1.6.3-4-x86_64
+installed = kfilemetadata-6.26.0-1-x86_64
+installed = kgamma-6.6.5-1-x86_64
+installed = kglobalaccel-6.26.0-1-x86_64
+installed = kglobalacceld-6.6.5-1-x86_64
+installed = kguiaddons-6.26.0-2-x86_64
+installed = kholidays-1:6.26.0-1-x86_64
+installed = ki18n-6.26.0-1-x86_64
+installed = kiconthemes-6.26.0-1-x86_64
+installed = kidletime-6.26.0-2-x86_64
+installed = kimageannotator-0.7.2-2-x86_64
+installed = kimageformats-6.26.0-1-x86_64
+installed = kinfocenter-6.6.5-1-x86_64
+installed = kio-6.26.0-1-x86_64
+installed = kio-admin-26.04.2-1-x86_64
+installed = kio-extras-26.04.2-1-x86_64
+installed = kio-fuse-5.1.1-2-x86_64
+installed = kirigami-6.26.0-2-x86_64
+installed = kirigami-addons-1.12.1-1-x86_64
+installed = kitemmodels-6.26.0-1-x86_64
+installed = kitemviews-6.26.0-1-x86_64
+installed = kjobwidgets-6.26.0-1-x86_64
+installed = kmenuedit-6.6.5-1-x86_64
+installed = kmod-34.2-1-x86_64
+installed = knewstuff-6.26.0-1-x86_64
+installed = knighttime-6.6.5-1-x86_64
+installed = knotifications-6.26.0-1-x86_64
+installed = knotifyconfig-6.26.0-1-x86_64
+installed = konsole-26.04.2-1-x86_64
+installed = kpackage-6.26.0-1-x86_64
+installed = kparts-6.26.0-1-x86_64
+installed = kpeople-6.26.0-1-x86_64
+installed = kpipewire-6.6.5-1-x86_64
+installed = kpmcore-26.04.2-1-x86_64
+installed = kpty-6.26.0-1-x86_64
+installed = kquickcharts-6.26.0-2-x86_64
+installed = kquickimageeditor-0.6.1-2-x86_64
+installed = krb5-1.22.2-1-x86_64
+installed = krunner-6.26.0-1-x86_64
+installed = kscreen-6.6.5-1-x86_64
+installed = kscreenlocker-6.6.5-1-x86_64
+installed = kservice-6.26.0-1-x86_64
+installed = kstatusnotifieritem-6.26.0-2-x86_64
+installed = ksvg-6.26.0-2-x86_64
+installed = ksystemstats-6.6.5-2-x86_64
+installed = ktexteditor-6.26.0-1-x86_64
+installed = ktextwidgets-6.26.0-1-x86_64
+installed = kunitconversion-6.26.0-1-x86_64
+installed = kuserfeedback-6.26.0-2-x86_64
+installed = kwallet-6.26.0-1-x86_64
+installed = kwallet-pam-6.6.5-1-x86_64
+installed = kwayland-6.6.5-1-x86_64
+installed = kwayland-integration-6.6.5-1-x86_64
+installed = kwayland5-5.116.0-2-x86_64
+installed = kwidgetsaddons-6.26.0-1-x86_64
+installed = kwin-6.6.5-4-x86_64
+installed = kwin-x11-6.6.5-2-x86_64
+installed = kwindowsystem-6.26.0-2-x86_64
+installed = kwindowsystem5-5.116.0-2-x86_64
+installed = kxmlgui-6.26.0-1-x86_64
+installed = l-smash-2.14.5-4-x86_64
+installed = lame-3.101.r6531-1-x86_64
+installed = lapack-3.12.1-2-x86_64
+installed = layer-shell-qt-6.6.5-2-x86_64
+installed = lcms2-2.19.1-1-x86_64
+installed = ldb-2:4.24.3-1-x86_64
+installed = leancrypto-1.7.2-1-x86_64
+installed = less-1:704-1-x86_64
+installed = libaccounts-glib-1.27-3-x86_64
+installed = libaccounts-qt-1.17-2-x86_64
+installed = libaemu-0.1.2-5-x86_64
+installed = libaio-0.3.113-4-x86_64
+installed = libappindicator-12.10.1-1-x86_64
+installed = libarchive-3.8.7-1-x86_64
+installed = libasan-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libass-0.17.4-2-x86_64
+installed = libassuan-3.0.0-1-x86_64
+installed = libasyncns-1:0.8+r3+g68cd5af-3-x86_64
+installed = libatasmart-0.19-8-x86_64
+installed = libatomic-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libavc1394-0.5.4-7-x86_64
+installed = libavif-1.4.2-1-x86_64
+installed = libavtp-0.2.0-3-x86_64
+installed = libayatana-appindicator-0.5.94-1-x86_64
+installed = libayatana-indicator-0.9.4-2-x86_64
+installed = libb2-0.98.1-3-x86_64
+installed = libblockdev-3.5.0-2-x86_64
+installed = libblockdev-crypto-3.5.0-2-x86_64
+installed = libblockdev-fs-3.5.0-2-x86_64
+installed = libblockdev-loop-3.5.0-2-x86_64
+installed = libblockdev-mdraid-3.5.0-2-x86_64
+installed = libblockdev-nvme-3.5.0-2-x86_64
+installed = libblockdev-part-3.5.0-2-x86_64
+installed = libblockdev-smart-3.5.0-2-x86_64
+installed = libblockdev-swap-3.5.0-2-x86_64
+installed = libbluray-1.4.1-1-x86_64
+installed = libbpf-1.7.0-1-x86_64
+installed = libbs2b-3.1.0-10-x86_64
+installed = libbsd-0.12.2-2-x86_64
+installed = libburn-1.5.8-1-x86_64
+installed = libbytesize-2.12-3-x86_64
+installed = libcaca-0.99.beta20-7-x86_64
+installed = libcacard-2.8.1-1-x86_64
+installed = libcanberra-1:0.30+r2+gc0620e4-6-x86_64
+installed = libcap-2.78-1-x86_64
+installed = libcap-ng-0.9.3-1-x86_64
+installed = libcbor-0.14.0-1-x86_64
+installed = libcdio-2.3.0-1-x86_64
+installed = libcdio-paranoia-10.2+2.0.2-2-x86_64
+installed = libcloudproviders-0.4.0-1-x86_64
+installed = libcolord-1.4.8-1-x86_64
+installed = libcups-2:2.4.19-1-x86_64
+installed = libcupsfilters-2.1.1-4-x86_64
+installed = libcurl-gnutls-8.20.0-7-x86_64
+installed = libdaemon-0.14-6-x86_64
+installed = libdatrie-0.2.14-1-x86_64
+installed = libdbusmenu-glib-18.10.20180917-1-x86_64
+installed = libdbusmenu-gtk3-18.10.20180917-1-x86_64
+installed = libdc1394-2.2.7-2-x86_64
+installed = libdca-0.0.7-3-x86_64
+installed = libde265-1.1.1-1-x86_64
+installed = libdecor-0.2.5-1-x86_64
+installed = libdeflate-1.25-1-x86_64
+installed = libdisplay-info-0.3.0-1-x86_64
+installed = libdmtx-0.7.8-1-x86_64
+installed = libdovi-3.3.2-1-x86_64
+installed = libdrm-2.4.134-1-x86_64
+installed = libdv-1.0.0-12-x86_64
+installed = libdvdcss-1.5.0-1-x86_64
+installed = libdvdnav-7.0.0-1-x86_64
+installed = libdvdread-7.0.1-1-x86_64
+installed = libebml-1.4.5-2-x86_64
+installed = libebur128-1.2.6-2-x86_64
+installed = libedit-20260512_3.1-1-x86_64
+installed = libei-1.6.0-1-x86_64
+installed = libelf-0.195-1-x86_64
+installed = libepoxy-1.5.10-3-x86_64
+installed = libevdev-1.13.6-1-x86_64
+installed = libevent-2.1.12-5-x86_64
+installed = libexif-0.6.26-1-x86_64
+installed = libfakekey-0.3-4-x86_64
+installed = libfdk-aac-2.0.3-2-x86_64
+installed = libffi-3.5.2-1-x86_64
+installed = libfontenc-1.1.9-1-x86_64
+installed = libfreeaptx-0.2.2-1-x86_64
+installed = libftdi-1.5-10-x86_64
+installed = libfyaml-0.9.6-2-x86_64
+installed = libgcc-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libgcrypt-1.12.2-1-x86_64
+installed = libgfortran-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libgirepository-1.86.0-2-x86_64
+installed = libglvnd-1.7.0-3-x86_64
+installed = libgme-0.6.5-1-x86_64
+installed = libgomp-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libgpg-error-1.61-1-x86_64
+installed = libgphoto2-2.5.34-1-x86_64
+installed = libgsf-1.14.58-1-x86_64
+installed = libgudev-238-3-x86_64
+installed = libhandy-1.8.3-2-x86_64
+installed = libheif-1.23.0-1-x86_64
+installed = libice-1.1.2-1-x86_64
+installed = libidn-1.43-1-x86_64
+installed = libidn2-2.3.8-1-x86_64
+installed = libiec61883-1.2.0-9-x86_64
+installed = libieee1284-0.2.11-19-x86_64
+installed = libimagequant-4.4.1-2-x86_64
+installed = libimobiledevice-1.4.0-2-x86_64
+installed = libimobiledevice-glue-1.3.2-1-x86_64
+installed = libinih-62-2-x86_64
+installed = libinput-1.31.3-1-x86_64
+installed = libisl-0.27-1-x86_64
+installed = libisoburn-1.5.8.2-1-x86_64
+installed = libisofs-1.5.8.2-1-x86_64
+installed = libjcat-0.2.6-1-x86_64
+installed = libjpeg-turbo-3.1.4.1-1-x86_64
+installed = libjxl-0.11.2-2-x86_64
+installed = libkdcraw-26.04.2-1-x86_64
+installed = libkexiv2-26.04.2-1-x86_64
+installed = libksba-1.8.0-1-x86_64
+installed = libkscreen-6.6.5-1-x86_64
+installed = libksysguard-6.6.5-2-x86_64
+installed = liblc3-1.1.3-2-x86_64
+installed = libldac-2.0.2.3-3-x86_64
+installed = libldap-2.6.13-1-x86_64
+installed = liblqr-0.4.3-1-x86_64
+installed = liblrdf-0.6.1-5-x86_64
+installed = liblsan-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libltc-1.3.2-2-x86_64
+installed = libmakepkg-dropins-20-1-any
+installed = libmalcontent-0.14.0-4-x86_64
+installed = libmanette-0.2.13-2-x86_64
+installed = libmatroska-1.7.1-2-x86_64
+installed = libmaxminddb-1.13.3-1-x86_64
+installed = libmbim-1.34.0-1-x86_64
+installed = libmd-1.2.0-1-x86_64
+installed = libmicrodns-0.2.0-2-x86_64
+installed = libmm-glib-1.24.2-1-x86_64
+installed = libmng-2.0.3-4-x86_64
+installed = libmnl-1.0.5-2-x86_64
+installed = libmodplug-0.8.9.0-7-x86_64
+installed = libmpc-1.4.1-1-x86_64
+installed = libmpcdec-1:0.1+r475-6-x86_64
+installed = libmpeg2-0.5.1-11-x86_64
+installed = libmtp-1.1.23-1-x86_64
+installed = libmysofa-1.3.4-1-x86_64
+installed = libnbd-1.24.2-2-x86_64
+installed = libndp-1.9-1-x86_64
+installed = libnetfilter_conntrack-1.1.1-1-x86_64
+installed = libnewt-0.52.25-2-x86_64
+installed = libnfnetlink-1.0.2-2-x86_64
+installed = libnfs-6.0.2-5-x86_64
+installed = libnftnl-1.3.1-1-x86_64
+installed = libnghttp2-1.69.0-1-x86_64
+installed = libnghttp3-1.16.0-1-x86_64
+installed = libngtcp2-1.23.0-1-x86_64
+installed = libnice-0.1.23-1-x86_64
+installed = libnl-3.12.0-1-x86_64
+installed = libnm-1.56.1-1-x86_64
+installed = libnma-1.10.6-3-x86_64
+installed = libnma-common-1.10.6-3-x86_64
+installed = libnma-gtk4-1.10.6-3-x86_64
+installed = libnotify-0.8.8-1-x86_64
+installed = libnsl-2.0.1-2-x86_64
+installed = libntfs-3g-2026.2.25-1-x86_64
+installed = libnvme-1.16.1-3-x86_64
+installed = libobjc-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libogg-1.3.6-1-x86_64
+installed = libopenmpt-0.8.7-1-x86_64
+installed = libopenraw-0.3.7-2-x86_64
+installed = libosinfo-1.12.0-3-x86_64
+installed = libp11-kit-0.26.2-1-x86_64
+installed = libpaper-2.2.8-1-x86_64
+installed = libpcap-1.10.6-1-x86_64
+installed = libpciaccess-0.19-1-x86_64
+installed = libpgm-5.3.128-4-x86_64
+installed = libpipeline-1.5.8-1-x86_64
+installed = libpipewire-1:1.6.6-1-x86_64
+installed = libplacebo-7.360.1-2-x86_64
+installed = libplasma-6.6.5-1-x86_64
+installed = libplist-2.7.0-3-x86_64
+installed = libpng-1.6.58-1-x86_64
+installed = libportal-0.9.1-3-x86_64
+installed = libportal-gtk3-0.9.1-3-x86_64
+installed = libppd-2.1.1-2-x86_64
+installed = libproxy-0.5.12-1-x86_64
+installed = libpsl-0.21.5-2-x86_64
+installed = libpulse-17.0+r98+gb096704c0-1-x86_64
+installed = libpwquality-1.4.5-7-x86_64
+installed = libqaccessibilityclient-qt6-0.6.0-4-x86_64
+installed = libqalculate-5.11.0-1-x86_64
+installed = libqmi-1.38.0-1-x86_64
+installed = libqrtr-glib-1.4.0-1-x86_64
+installed = libquadmath-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libraqm-0.10.5-1-x86_64
+installed = libraw-0.22.1-1-x86_64
+installed = libraw1394-2.1.2-4-x86_64
+installed = librsvg-2:2.62.3-1-x86_64
+installed = libsamplerate-0.2.2-3-x86_64
+installed = libsasl-2.1.28-5-x86_64
+installed = libseccomp-2.6.0-1-x86_64
+installed = libsecret-0.21.7-1-x86_64
+installed = libshout-1:2.4.6-5-x86_64
+installed = libsigc++-3.0-3.8.1-1-x86_64
+installed = libsixel-1.10.5-1-x86_64
+installed = libslirp-4.9.3-1-x86_64
+installed = libsm-1.2.6-1-x86_64
+installed = libsndfile-1.2.2-4-x86_64
+installed = libsodium-1.0.22-1-x86_64
+installed = libsoup3-3.6.6-2-x86_64
+installed = libsoxr-0.1.3-4-x86_64
+installed = libspectre-0.2.12-2-x86_64
+installed = libsrtp-1:2.8.0-1-x86_64
+installed = libssc-0.4.3-1-x86_64
+installed = libssh-0.12.0-1-x86_64
+installed = libssh2-1.11.1-1-x86_64
+installed = libstdc++-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libstemmer-3.1.1-1-x86_64
+installed = libsysprof-capture-50.0-2-x86_64
+installed = libtasn1-4.21.0-1-x86_64
+installed = libtatsu-1.0.5-1-x86_64
+installed = libteam-1.32-3-x86_64
+installed = libthai-0.1.30-1-x86_64
+installed = libtheora-1.2.0-1-x86_64
+installed = libtiff-4.7.1-2-x86_64
+installed = libtirpc-1.3.7-1-x86_64
+installed = libtommath-1.3.0-2-x86_64
+installed = libtool-2.6.1-1-x86_64
+installed = libtraceevent-1:1.9.0-1-x86_64
+installed = libtracefs-1.8.3-1-x86_64
+installed = libtsan-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libubsan-16.1.1+r12+g301eb08fa2c5-1-x86_64
+installed = libunibreak-7.0-1-x86_64
+installed = libunistring-1.4.2-1-x86_64
+installed = libunwind-1.8.2-1-x86_64
+installed = liburcu-0.15.6-1-x86_64
+installed = liburing-2.14-1-x86_64
+installed = libusb-1.0.30-1-x86_64
+installed = libusbmuxd-2.1.1-2-x86_64
+installed = libutempter-1.2.3-1-x86_64
+installed = libuv-1.52.1-1-x86_64
+installed = libva-2.23.0-1-x86_64
+installed = libva-nvidia-driver-0.0.17-1-x86_64
+installed = libvdpau-1.5-4-x86_64
+installed = libverto-0.3.2-6-x86_64
+installed = libvirt-1:12.4.0-1-x86_64
+installed = libvirt-glib-5.0.0-3-x86_64
+installed = libvlc-3.0.23_2-6-x86_64
+installed = libvorbis-1.3.7-4-x86_64
+installed = libvpl-2.16.0-2-x86_64
+installed = libvpx-1.16.0-3-x86_64
+installed = libwacom-2.19.0-1-x86_64
+installed = libwbclient-2:4.24.3-1-x86_64
+installed = libwebp-1.6.0-2-x86_64
+installed = libwireplumber-0.5.14-1-x86_64
+installed = libx11-1.8.13-1-x86_64
+installed = libx86emu-3.7-2-x86_64
+installed = libxau-1.0.12-1-x86_64
+installed = libxaw-1.0.16-2-x86_64
+installed = libxcb-1.17.0-1-x86_64
+installed = libxcomposite-0.4.7-1-x86_64
+installed = libxcrypt-4.5.2-1-x86_64
+installed = libxcursor-1.2.3-1-x86_64
+installed = libxcvt-0.1.3-1-x86_64
+installed = libxdamage-1.1.7-1-x86_64
+installed = libxdmcp-1.1.5-2-x86_64
+installed = libxdp-1.6.3-1-x86_64
+installed = libxext-1.3.7-1-x86_64
+installed = libxfixes-6.0.2-1-x86_64
+installed = libxfont2-2.0.7-1-x86_64
+installed = libxft-2.3.9-1-x86_64
+installed = libxi-1.8.3-1-x86_64
+installed = libxinerama-1.1.6-1-x86_64
+installed = libxkbcommon-1.13.2-1-x86_64
+installed = libxkbcommon-x11-1.13.2-1-x86_64
+installed = libxkbfile-1.2.0-1-x86_64
+installed = libxml2-2.15.3-1-x86_64
+installed = libxmlb-0.3.27-1-x86_64
+installed = libxmu-1.3.1-1-x86_64
+installed = libxnvctrl-610.43.02-1-x86_64
+installed = libxpm-3.5.19-1-x86_64
+installed = libxpresent-1.0.2-1-x86_64
+installed = libxrandr-1.5.5-1-x86_64
+installed = libxrender-0.9.12-1-x86_64
+installed = libxshmfence-1.3.3-1-x86_64
+installed = libxslt-1.1.45-2-x86_64
+installed = libxss-1.2.5-1-x86_64
+installed = libxt-1.3.1-1-x86_64
+installed = libxtst-1.2.5-1-x86_64
+installed = libxv-1.0.13-1-x86_64
+installed = libxxf86vm-1.1.7-1-x86_64
+installed = libyaml-0.2.5-3-x86_64
+installed = libyuv-r2426+464c51a03-1-x86_64
+installed = libzip-1.11.4-1-x86_64
+installed = licenses-20240728-1-any
+installed = lilv-0.26.4-1-x86_64
+installed = linux-7.0.11.arch1-1-x86_64
+installed = linux-api-headers-7.0-1-x86_64
+installed = linux-firmware-20260519-1-any
+installed = linux-firmware-amdgpu-20260519-1-any
+installed = linux-firmware-atheros-20260519-1-any
+installed = linux-firmware-broadcom-20260519-1-any
+installed = linux-firmware-cirrus-20260519-1-any
+installed = linux-firmware-intel-20260519-1-any
+installed = linux-firmware-mediatek-20260519-1-any
+installed = linux-firmware-nvidia-20260519-1-any
+installed = linux-firmware-other-20260519-1-any
+installed = linux-firmware-radeon-20260519-1-any
+installed = linux-firmware-realtek-20260519-1-any
+installed = linux-firmware-whence-20260519-1-any
+installed = linux-headers-7.0.11.arch1-1-x86_64
+installed = llhttp-9.3.1-1-x86_64
+installed = llvm-libs-22.1.6-1-x86_64
+installed = lm_sensors-1:3.6.2-1-x86_64
+installed = lmdb-0.9.35-1-x86_64
+installed = logrotate-3.22.0-1-x86_64
+installed = lsb-release-2.0.r55.a25a4fc-1-any
+installed = lsscsi-0.32-2-x86_64
+installed = lua-5.5.0-2-x86_64
+installed = lua54-5.4.8-6-x86_64
+installed = luajit-2.1.1780076327+b925b3e-1-x86_64
+installed = lv2-1.18.10-2-x86_64
+installed = lvm2-2.03.41-1-x86_64
+installed = lz4-1:1.10.0-2-x86_64
+installed = lzo-2.10-5-x86_64
+installed = m4-1.4.21-2-x86_64
+installed = mailcap-2.1.54-2-any
+installed = make-4.4.1-3-x86_64
+installed = man-db-2.13.1-1-x86_64
+installed = man-pages-6.18-1-any
+installed = md4c-0.5.3-1-x86_64
+installed = mdadm-4.6-2-x86_64
+installed = media-player-info-26-1-any
+installed = meld-3.22.3-2-any
+installed = mesa-1:26.1.2-1-x86_64
+installed = mesa-utils-9.0.0-7-x86_64
+installed = milou-6.6.5-1-x86_64
+installed = minizip-1:1.3.2-3-x86_64
+installed = mjpegtools-2.2.1-4-x86_64
+installed = mobile-broadband-provider-info-20251101-1-any
+installed = modemmanager-1.24.2-1-x86_64
+installed = modemmanager-qt-6.26.0-1-x86_64
+installed = mpdecimal-4.0.1-3-x86_64
+installed = mpfr-4.2.2-1-x86_64
+installed = mpg123-1.33.5-1-x86_64
+installed = mpv-1:0.41.0-3-x86_64
+installed = mpvqt-1.2.0-1-x86_64
+installed = mtdev-1.1.7-1-x86_64
+installed = mtools-1:4.0.49-1-x86_64
+installed = mujs-1.3.9-1-x86_64
+installed = nano-9.0-1-x86_64
+installed = nano-syntax-highlighting-2025.07.01.r0.g256995b-2-any
+installed = ncurses-6.6-2-x86_64
+installed = ndctl-84-1-x86_64
+installed = neon-0.37.1-1-x86_64
+installed = net-snmp-5.9.5.2-1-x86_64
+installed = netctl-1.29-2-any
+installed = nettle-4.0-1-x86_64
+installed = networkmanager-1.56.1-1-x86_64
+installed = networkmanager-openconnect-1.2.10-4-x86_64
+installed = networkmanager-openvpn-1.12.5-1-x86_64
+installed = networkmanager-qt-6.26.0-1-x86_64
+installed = networkmanager-vpn-plugin-openconnect-1.2.10-4-x86_64
+installed = networkmanager-vpn-plugin-openvpn-1.12.5-1-x86_64
+installed = nfs-utils-2.9.1-1-x86_64
+installed = nfsidmap-2.9.1-1-x86_64
+installed = nftables-1:1.1.6-3-x86_64
+installed = nilfs-utils-2.3.0-1-x86_64
+installed = noto-fonts-1:2026.06.01-1-any
+installed = noto-fonts-cjk-20240730-1-any
+installed = noto-fonts-emoji-1:2.051-1-any
+installed = noto-fonts-extra-1:2026.06.01-1-any
+installed = npth-1.8-1-x86_64
+installed = nspr-4.39-1-x86_64
+installed = nss-3.124-1-x86_64
+installed = nss-mdns-0.15.1-2-x86_64
+installed = ntfs-3g-2026.2.25-1-x86_64
+installed = ntp-4.2.8.p18-6-x86_64
+installed = numactl-2.0.19-1-x86_64
+installed = nvidia-open-610.43.02-2-x86_64
+installed = nvidia-settings-610.43.02-1-x86_64
+installed = nvidia-utils-610.43.02-2-x86_64
+installed = oath-toolkit-2.6.14-3-x86_64
+installed = ocean-sound-theme-6.6.5-1-any
+installed = ocl-icd-2.3.4-1-x86_64
+installed = okular-26.04.2-1-x86_64
+installed = onetbb-2023.0.0-1-x86_64
+installed = openal-1.25.2-1-x86_64
+installed = opencl-nvidia-610.43.02-2-x86_64
+installed = opencode-1.16.2-1-x86_64
+installed = openconnect-1:9.12-5-x86_64
+installed = opencore-amr-0.1.6-2-x86_64
+installed = opencv-4.13.0-9-x86_64
+installed = openexr-3.4.12-1-x86_64
+installed = openh264-2.6.0-2-x86_64
+installed = openjpeg2-2.5.4-1-x86_64
+installed = openjph-0.27.4-1-x86_64
+installed = openssh-10.3p1-1-x86_64
+installed = openssl-3.6.2-2-x86_64
+installed = openvpn-2.7.4-1-x86_64
+installed = openxr-1.1.60-1-x86_64
+installed = opus-1.6.1-1-x86_64
+installed = orc-0.4.42-1-x86_64
+installed = osinfo-db-20251212-1-any
+installed = ostree-2025.7-3-x86_64
+installed = p11-kit-0.26.2-1-x86_64
+installed = pacman-7.1.0.r9.g54d9411-2-x86_64
+installed = pacman-contrib-1.13.1-1-x86_64
+installed = pacman-mirrorlist-20260406-1-any
+installed = pacutils-0.15.0-2-x86_64
+installed = pahole-1:1.31-2-x86_64
+installed = pam-1.7.2-2-x86_64
+installed = pambase-20250719-1-any
+installed = pango-1:1.57.1-1-x86_64
+installed = pangomm-2.48-2.56.1-2-x86_64
+installed = parallel-20260522-1-any
+installed = parted-3.7-1-x86_64
+installed = partitionmanager-26.04.2-1-x86_64
+installed = passim-0.1.11-1-x86_64
+installed = patch-2.8-1-x86_64
+installed = pavucontrol-1:6.2-1-x86_64
+installed = pciutils-3.15.0-1-x86_64
+installed = pcre-8.45-4-x86_64
+installed = pcre2-10.47-1-x86_64
+installed = pcsclite-2.5.0-1-x86_64
+installed = perl-5.42.2-1-x86_64
+installed = perl-alien-build-2.84-4-any
+installed = perl-alien-libxml2-0.20-5-any
+installed = perl-capture-tiny-0.50-4-any
+installed = perl-class-inspector-1.36-10-any
+installed = perl-clone-0.50-1-x86_64
+installed = perl-dbi-1.647-2-x86_64
+installed = perl-encode-locale-1.05-15-any
+installed = perl-error-0.17030-3-any
+installed = perl-ffi-checklib-0.31-8-any
+installed = perl-file-chdir-0.1011-6-any
+installed = perl-file-listing-6.16-6-any
+installed = perl-file-sharedir-1.118-8-any
+installed = perl-file-which-1.27-8-any
+installed = perl-html-parser-3.85-1-x86_64
+installed = perl-html-tagset-3.24-4-any
+installed = perl-http-cookiejar-0.014-5-any
+installed = perl-http-cookies-6.11-4-any
+installed = perl-http-daemon-6.17-1-any
+installed = perl-http-date-6.06-5-any
+installed = perl-http-message-7.02-1-any
+installed = perl-http-negotiate-6.01-16-any
+installed = perl-io-html-1.004-8-any
+installed = perl-libwww-6.83-1-any
+installed = perl-lwp-mediatypes-6.04-8-any
+installed = perl-mailtools-2.22-3-any
+installed = perl-net-http-6.24-2-any
+installed = perl-path-tiny-0.150-2-any
+installed = perl-timedate-2.35-1-any
+installed = perl-try-tiny-0.32-4-any
+installed = perl-uri-5.34-2-any
+installed = perl-www-robotrules-6.03-1-any
+installed = perl-xml-libxml-2.0213-1-x86_64
+installed = perl-xml-namespacesupport-1.12-6-any
+installed = perl-xml-parser-2.59-1-x86_64
+installed = perl-xml-sax-1.02-2-any
+installed = perl-xml-sax-base-1.09-6-any
+installed = perl-xml-writer-0.900-6-any
+installed = phodav-3.0-4-x86_64
+installed = phonon-qt6-4.12.0-6-x86_64
+installed = phonon-qt6-vlc-0.12.0-6-x86_64
+installed = pinentry-1.3.2-2-x86_64
+installed = pipewire-1:1.6.6-1-x86_64
+installed = pipewire-alsa-1:1.6.6-1-x86_64
+installed = pipewire-audio-1:1.6.6-1-x86_64
+installed = pipewire-jack-1:1.6.6-1-x86_64
+installed = pipewire-pulse-1:1.6.6-1-x86_64
+installed = pixman-0.46.4-1-x86_64
+installed = pkcs11-helper-1.31.0-1-x86_64
+installed = pkgconf-2.5.1-1-x86_64
+installed = pkgfile-25-2-x86_64
+installed = plasma-activities-6.6.5-1-x86_64
+installed = plasma-activities-stats-6.6.5-1-x86_64
+installed = plasma-browser-integration-6.6.5-1-x86_64
+installed = plasma-desktop-6.6.5-1-x86_64
+installed = plasma-disks-6.6.5-1-x86_64
+installed = plasma-integration-6.6.5-2-x86_64
+installed = plasma-keyboard-6.6.5-1-x86_64
+installed = plasma-login-manager-6.6.5-1-x86_64
+installed = plasma-nm-6.6.5-1-x86_64
+installed = plasma-pa-6.6.5-1-x86_64
+installed = plasma-systemmonitor-6.6.5-1-x86_64
+installed = plasma-workspace-6.6.5-2-x86_64
+installed = plasma-x11-session-6.6.5-2-x86_64
+installed = plasma5support-6.6.5-1-x86_64
+installed = plocate-1.1.24-1-x86_64
+installed = polkit-127-3-x86_64
+installed = polkit-kde-agent-6.6.5-1-x86_64
+installed = polkit-qt6-0.201.1-1-x86_64
+installed = poppler-26.05.0-1-x86_64
+installed = poppler-data-0.4.12-2-any
+installed = poppler-glib-26.05.0-1-x86_64
+installed = poppler-qt6-26.05.0-1-x86_64
+installed = popt-1.19-2-x86_64
+installed = portaudio-1:19.7.0-4-x86_64
+installed = power-profiles-daemon-0.30-1-x86_64
+installed = powerdevil-6.6.5-1-x86_64
+installed = ppp-2.5.2-1-x86_64
+installed = print-manager-1:6.6.5-1-x86_64
+installed = prison-6.26.0-1-x86_64
+installed = procps-ng-4.0.6-1-x86_64
+installed = protobuf-35.0-1-x86_64
+installed = protobuf-c-1.5.2-10-x86_64
+installed = psmisc-23.7-2-x86_64
+installed = pulseaudio-qt-1.8.1-1-x86_64
+installed = purpose-6.26.0-2-x86_64
+installed = pyalpm-0.11.1-1-x86_64
+installed = pybind11-3.0.4-1-any
+installed = python-3.14.5-1-x86_64
+installed = python-aiohappyeyeballs-2.6.1-4-any
+installed = python-aiohttp-3.13.5-1-x86_64
+installed = python-aiosignal-1.4.0-3-any
+installed = python-annotated-types-0.7.0-3-any
+installed = python-argcomplete-3.6.3-1-any
+installed = python-attrs-26.1.0-1-any
+installed = python-autocommand-2.2.2-9-any
+installed = python-cairo-1.29.0-2-x86_64
+installed = python-capng-0.9.3-1-x86_64
+installed = python-certifi-2026.05.20-1-any
+installed = python-cffi-2.0.0-2-x86_64
+installed = python-chardet-6.0.0.post1-1-any
+installed = python-charset-normalizer-3.4.7-1-x86_64
+installed = python-click-8.3.3-1-any
+installed = python-colorama-0.4.6-6-any
+installed = python-cryptography-48.0.0-1-x86_64
+installed = python-dbus-1.4.0-2-x86_64
+installed = python-defusedxml-0.7.1-8-any
+installed = python-distro-1.9.0-4-any
+installed = python-feedparser-6.0.12-2-any
+installed = python-filelock-3.29.0-1-any
+installed = python-firewall-2.4.1-1-any
+installed = python-frozenlist-1.8.0-2-x86_64
+installed = python-geoip2-5.2.0-1-any
+installed = python-gobject-3.56.3-1-x86_64
+installed = python-idna-3.18-1-any
+installed = python-jaraco.collections-5.1.0-3-any
+installed = python-jaraco.context-6.1.2-1-any
+installed = python-jaraco.functools-4.1.0-3-any
+installed = python-jaraco.text-4.0.0-4-any
+installed = python-jinja-1:3.1.6-3-any
+installed = python-mako-1.3.11-1-any
+installed = python-markupsafe-3.0.3-1-x86_64
+installed = python-maxminddb-3.1.1-1-x86_64
+installed = python-more-itertools-11.1.0-1-any
+installed = python-multidict-6.7.1-1-x86_64
+installed = python-natsort-8.4.0-4-any
+installed = python-orjson-3.11.9-1-x86_64
+installed = python-packaging-26.2-1-any
+installed = python-passlib-1.7.4-11-any
+installed = python-pillow-12.2.0-1-x86_64
+installed = python-pip-26.1.2-1-any
+installed = python-pipx-1.14.0-1-any
+installed = python-pkg_resources-81.0.0-1-any
+installed = python-platformdirs-4.10.0-1-any
+installed = python-propcache-0.4.1-2-x86_64
+installed = python-psutil-7.2.2-1-x86_64
+installed = python-pyaml-26.2.1-1-any
+installed = python-pycparser-3.00-1-any
+installed = python-pycups-2.0.4-4-x86_64
+installed = python-pydantic-2.13.4-1-any
+installed = python-pydantic-core-3:2.46.4-1-x86_64
+installed = python-pynacl-1.6.2-1-x86_64
+installed = python-pyparted-3.13.0-6-x86_64
+installed = python-pyqt5-5.15.11-7-x86_64
+installed = python-pyqt5-sip-12.18.0-1-x86_64
+installed = python-pyqt6-6.11.0-2-x86_64
+installed = python-pyqt6-sip-13.11.1-1-x86_64
+installed = python-reportlab-4.4.10-2-any
+installed = python-requests-2.34.2-1-any
+installed = python-setuptools-1:82.0.1-1-any
+installed = python-sgmllib3k-1.0.0-8-any
+installed = python-shtab-1.8.0-2-any
+installed = python-termcolor-3.3.0-1-any
+installed = python-typing-inspection-0.4.2-2-any
+installed = python-typing_extensions-4.15.0-3-any
+installed = python-urllib3-2.7.0-1-any
+installed = python-userpath-1.9.2-4-any
+installed = python-wheel-0.47.0-1-any
+installed = python-yaml-6.0.3-2-x86_64
+installed = python-yarl-1.23.0-1-x86_64
+installed = qca-qt6-2.3.10-7-x86_64
+installed = qcoro-0.13.0-2-x86_64
+installed = qemu-audio-alsa-11.0.1-1-x86_64
+installed = qemu-audio-dbus-11.0.1-1-x86_64
+installed = qemu-audio-jack-11.0.1-1-x86_64
+installed = qemu-audio-oss-11.0.1-1-x86_64
+installed = qemu-audio-pa-11.0.1-1-x86_64
+installed = qemu-audio-pipewire-11.0.1-1-x86_64
+installed = qemu-audio-sdl-11.0.1-1-x86_64
+installed = qemu-audio-spice-11.0.1-1-x86_64
+installed = qemu-base-11.0.1-1-x86_64
+installed = qemu-block-curl-11.0.1-1-x86_64
+installed = qemu-block-dmg-11.0.1-1-x86_64
+installed = qemu-block-nfs-11.0.1-1-x86_64
+installed = qemu-block-ssh-11.0.1-1-x86_64
+installed = qemu-chardev-spice-11.0.1-1-x86_64
+installed = qemu-common-11.0.1-1-x86_64
+installed = qemu-desktop-11.0.1-1-x86_64
+installed = qemu-hw-display-qxl-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-gl-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-pci-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-pci-gl-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-pci-rutabaga-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-gpu-rutabaga-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-vga-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-vga-gl-11.0.1-1-x86_64
+installed = qemu-hw-display-virtio-vga-rutabaga-11.0.1-1-x86_64
+installed = qemu-hw-uefi-vars-11.0.1-1-x86_64
+installed = qemu-hw-usb-host-11.0.1-1-x86_64
+installed = qemu-hw-usb-redirect-11.0.1-1-x86_64
+installed = qemu-hw-usb-smartcard-11.0.1-1-x86_64
+installed = qemu-img-11.0.1-1-x86_64
+installed = qemu-system-x86-11.0.1-1-x86_64
+installed = qemu-system-x86-firmware-11.0.1-1-x86_64
+installed = qemu-ui-curses-11.0.1-1-x86_64
+installed = qemu-ui-dbus-11.0.1-1-x86_64
+installed = qemu-ui-egl-headless-11.0.1-1-x86_64
+installed = qemu-ui-gtk-11.0.1-1-x86_64
+installed = qemu-ui-opengl-11.0.1-1-x86_64
+installed = qemu-ui-sdl-11.0.1-1-x86_64
+installed = qemu-ui-spice-app-11.0.1-1-x86_64
+installed = qemu-ui-spice-core-11.0.1-1-x86_64
+installed = qemu-vhost-user-gpu-11.0.1-1-x86_64
+installed = qpdf-12.3.2-2-x86_64
+installed = qqc2-breeze-style-6.6.5-1-x86_64
+installed = qqc2-desktop-style-6.26.0-1-x86_64
+installed = qrencode-4.1.1-4-x86_64
+installed = qt5-base-5.15.19+kde+r96-1-x86_64
+installed = qt5-declarative-5.15.19+kde+r23-1-x86_64
+installed = qt5-translations-5.15.19-1-any
+installed = qt5-wayland-5.15.19+kde+r55-1-x86_64
+installed = qt5-x11extras-5.15.19-1-x86_64
+installed = qt6-5compat-6.11.1-1-x86_64
+installed = qt6-base-6.11.1-1-x86_64
+installed = qt6-connectivity-6.11.1-1-x86_64
+installed = qt6-declarative-6.11.1-3-x86_64
+installed = qt6-imageformats-6.11.1-1-x86_64
+installed = qt6-location-6.11.1-1-x86_64
+installed = qt6-multimedia-6.11.1-1-x86_64
+installed = qt6-multimedia-ffmpeg-6.11.1-1-x86_64
+installed = qt6-positioning-6.11.1-1-x86_64
+installed = qt6-quick3d-6.11.1-1-x86_64
+installed = qt6-quicktimeline-6.11.1-1-x86_64
+installed = qt6-sensors-6.11.1-1-x86_64
+installed = qt6-shadertools-6.11.1-1-x86_64
+installed = qt6-speech-6.11.1-1-x86_64
+installed = qt6-svg-6.11.1-1-x86_64
+installed = qt6-tools-6.11.1-1-x86_64
+installed = qt6-translations-6.11.1-1-any
+installed = qt6-virtualkeyboard-6.11.1-1-x86_64
+installed = qt6-webchannel-6.11.1-1-x86_64
+installed = qt6-webengine-6.11.1-3-x86_64
+installed = qt6-websockets-6.11.1-1-x86_64
+installed = raptor-2.0.16-9-x86_64
+installed = rav1e-0.8.1-2-x86_64
+installed = rdma-core-63.0-1-x86_64
+installed = re2-2:2025.11.05-4-x86_64
+installed = readline-8.3.003-1-x86_64
+installed = rebuild-detector-4.4.5-1-any
+installed = reflector-2023-5-any
+installed = reflector-simple-2026.1-1-any
+installed = ripgrep-15.1.0-3-x86_64
+installed = ripgrep-all-0.10.10-1-x86_64
+installed = rpcbind-1.2.9-1-x86_64
+installed = rsync-3.4.3-1-x86_64
+installed = rtkit-0.14-1-x86_64
+installed = rtmpdump-1:2.6-2-x86_64
+installed = rubberband-4.0.0-2-x86_64
+installed = rutabaga-ffi-0.1.75-1-x86_64
+installed = s-nail-14.9.25-1-x86_64
+installed = samba-2:4.24.3-1-x86_64
+installed = sane-1.4.0-4-x86_64
+installed = sbc-2.2-1-x86_64
+installed = sd-1.1.0-1-x86_64
+installed = sdl2-compat-2.32.70-1-x86_64
+installed = sdl2_image-2.8.12-1-x86_64
+installed = sdl3-3.4.10-1-x86_64
+installed = seabios-1.17.0-2-any
+installed = sed-4.10-1-x86_64
+installed = serd-0.32.8-1-x86_64
+installed = sg3_utils-1.48-1-x86_64
+installed = shaderc-2026.2-1-x86_64
+installed = shadow-4.18.0-1-x86_64
+installed = shared-mime-info-2.4-3-x86_64
+installed = signon-kwallet-extension-26.04.2-1-x86_64
+installed = signon-plugin-oauth2-0.25-4-x86_64
+installed = signon-ui-0.17+20231016-4-x86_64
+installed = signond-8.61-4-x86_64
+installed = slang-2.3.3-4-x86_64
+installed = smartmontools-7.5-1-x86_64
+installed = smbclient-2:4.24.3-1-x86_64
+installed = snappy-1.2.2-3-x86_64
+installed = sndio-1.10.0-1-x86_64
+installed = socat-1.8.1.1-1-x86_64
+installed = sof-firmware-2025.12.2-1-x86_64
+installed = solid-6.26.0-1-x86_64
+installed = sonnet-6.26.0-1-x86_64
+installed = sord-0.16.22-1-x86_64
+installed = sound-theme-freedesktop-0.8-6-any
+installed = soundtouch-2.4.1-1-x86_64
+installed = source-highlight-3.1.9-18-x86_64
+installed = spandsp-0.0.6-7-x86_64
+installed = spdlog-1.17.0-2-x86_64
+installed = spectacle-1:6.6.5-1-x86_64
+installed = speex-1.2.1-2-x86_64
+installed = speexdsp-1.2.1-2-x86_64
+installed = spice-0.16.0-2-x86_64
+installed = spice-gtk-0.42-5-x86_64
+installed = spice-protocol-0.14.5-1-any
+installed = spicetify-cli-2.43.2-1-x86_64
+installed = spirv-tools-1:1.4.350.0-1-x86_64
+installed = spotify-1:1.2.90.451-1-x86_64
+installed = sqlite-3.53.2-1-x86_64
+installed = squashfs-tools-4.7.5-1-x86_64
+installed = sratom-0.6.22-1-x86_64
+installed = srt-1.5.5-1-x86_64
+installed = stoken-0.92-6-x86_64
+installed = sudo-1.9.17.p2-2-x86_64
+installed = svt-av1-4.1.0-1-x86_64
+installed = svt-hevc-1.5.1-4-x86_64
+installed = syndication-6.26.0-1-x86_64
+installed = syntax-highlighting-6.26.0-1-x86_64
+installed = sysfsutils-2.1.1-2-x86_64
+installed = system-config-printer-1.5.18-6-x86_64
+installed = systemd-260.2-2-x86_64
+installed = systemd-libs-260.2-2-x86_64
+installed = systemd-resolvconf-260.2-2-x86_64
+installed = systemd-sysvcompat-260.2-2-x86_64
+installed = systemsettings-6.6.5-1-x86_64
+installed = taglib-2.3-1-x86_64
+installed = talloc-2.4.4-1-x86_64
+installed = tar-1.35-2-x86_64
+installed = tcl-8.6.16-1-x86_64
+installed = tdb-1.4.15-1-x86_64
+installed = tevent-1:0.17.1-2-x86_64
+installed = texinfo-7.3-1-x86_64
+installed = thin-provisioning-tools-1.3.2-1-x86_64
+installed = threadweaver-6.26.0-1-x86_64
+installed = tinysparql-3.11.1-1-x86_64
+installed = tldr-3.4.4-1-any
+installed = tpm2-tss-4.1.3-1-x86_64
+installed = tslib-1.24-1-x86_64
+installed = ttf-bitstream-vera-1.10-16-any
+installed = ttf-dejavu-2.37+18+g9b5d1b2f-8-any
+installed = ttf-hack-3.003-7-any
+installed = ttf-liberation-2.1.5-2-any
+installed = ttf-opensans-3.003-1-any
+installed = twolame-0.4.0-4-x86_64
+installed = tzdata-2026b-1-x86_64
+installed = uchardet-0.0.8-4-x86_64
+installed = udisks2-2.11.1-2-x86_64
+installed = unrar-1:7.2.6-1-x86_64
+installed = unzip-6.0-23-x86_64
+installed = upower-1.91.2-1-x86_64
+installed = usb_modeswitch-2.6.2.20251207-1-x86_64
+installed = usbredir-0.15.0-1-x86_64
+installed = usbutils-019-1-x86_64
+installed = util-linux-2.42.1-1-x86_64
+installed = util-linux-libs-2.42.1-1-x86_64
+installed = v4l-utils-1.32.0-2-x86_64
+installed = vapoursynth-76-1-x86_64
+installed = vde2-2.3.3-8-x86_64
+installed = verdict-1.4.5-2-x86_64
+installed = vid.stab-1.1.1-2-x86_64
+installed = vim-9.2.0600-1-x86_64
+installed = vim-runtime-9.2.0600-1-x86_64
+installed = virglrenderer-1.3.0-2-x86_64
+installed = virtiofsd-1.13.3-1-x86_64
+installed = vlc-plugin-a52dec-3.0.23_2-6-x86_64
+installed = vlc-plugin-alsa-3.0.23_2-6-x86_64
+installed = vlc-plugin-archive-3.0.23_2-6-x86_64
+installed = vlc-plugin-dav1d-3.0.23_2-6-x86_64
+installed = vlc-plugin-dbus-3.0.23_2-6-x86_64
+installed = vlc-plugin-dbus-screensaver-3.0.23_2-6-x86_64
+installed = vlc-plugin-faad2-3.0.23_2-6-x86_64
+installed = vlc-plugin-flac-3.0.23_2-6-x86_64
+installed = vlc-plugin-gnutls-3.0.23_2-6-x86_64
+installed = vlc-plugin-inflate-3.0.23_2-6-x86_64
+installed = vlc-plugin-journal-3.0.23_2-6-x86_64
+installed = vlc-plugin-jpeg-3.0.23_2-6-x86_64
+installed = vlc-plugin-matroska-3.0.23_2-6-x86_64
+installed = vlc-plugin-mpg123-3.0.23_2-6-x86_64
+installed = vlc-plugin-ogg-3.0.23_2-6-x86_64
+installed = vlc-plugin-opus-3.0.23_2-6-x86_64
+installed = vlc-plugin-png-3.0.23_2-6-x86_64
+installed = vlc-plugin-shout-3.0.23_2-6-x86_64
+installed = vlc-plugin-speex-3.0.23_2-6-x86_64
+installed = vlc-plugin-tag-3.0.23_2-6-x86_64
+installed = vlc-plugin-theora-3.0.23_2-6-x86_64
+installed = vlc-plugin-twolame-3.0.23_2-6-x86_64
+installed = vlc-plugin-vorbis-3.0.23_2-6-x86_64
+installed = vlc-plugin-vpx-3.0.23_2-6-x86_64
+installed = vlc-plugin-xml-3.0.23_2-6-x86_64
+installed = vlc-plugins-base-3.0.23_2-6-x86_64
+installed = vmaf-3.1.0-1-x86_64
+installed = volume_key-0.3.12-12-x86_64
+installed = vpnc-1:0.5.3.r557.r241-1-x86_64
+installed = vte-common-0.84.0-1-x86_64
+installed = vte3-0.84.0-1-x86_64
+installed = vulkan-icd-loader-1.4.350.0-1-x86_64
+installed = vulkan-mesa-implicit-layers-1:26.1.2-1-x86_64
+installed = vulkan-radeon-1:26.1.2-1-x86_64
+installed = vulkan-tools-1.4.350.0-1-x86_64
+installed = wavpack-5.9.0-1-x86_64
+installed = wayland-1.25.0-1-x86_64
+installed = wayland-utils-1.3.0-1-x86_64
+installed = webkit2gtk-4.1-2.52.4-1-x86_64
+installed = webrtc-audio-processing-1-1.3-5-x86_64
+installed = welcome-26.5-1-any
+installed = wget-1.25.0-5-x86_64
+installed = which-2.25-1-x86_64
+installed = whois-5.6.6-1-x86_64
+installed = wildmidi-0.4.6-1-x86_64
+installed = wireless-regdb-2026.05.30-1-any
+installed = wireplumber-0.5.14-1-x86_64
+installed = woff2-1.0.2-6-x86_64
+installed = wolfssl-5.9.1-1-x86_64
+installed = wpa_supplicant-2:2.11-5-x86_64
+installed = x264-3:0.165.r3222.b35605a-2-x86_64
+installed = x265-4.1-1-x86_64
+installed = xcb-proto-1.17.0-4-any
+installed = xcb-util-0.4.1-2-x86_64
+installed = xcb-util-cursor-0.1.6-1-x86_64
+installed = xcb-util-image-0.4.1-3-x86_64
+installed = xcb-util-keysyms-0.4.1-5-x86_64
+installed = xcb-util-renderutil-0.3.10-2-x86_64
+installed = xcb-util-wm-0.4.2-2-x86_64
+installed = xdg-dbus-proxy-0.1.7-1-x86_64
+installed = xdg-desktop-portal-1.20.4-1-x86_64
+installed = xdg-desktop-portal-gtk-1.15.3-1-x86_64
+installed = xdg-desktop-portal-kde-6.6.5-1-x86_64
+installed = xdg-user-dirs-0.20-1-x86_64
+installed = xdg-utils-1.2.1-2-any
+installed = xf86-input-libinput-1.5.0-1-x86_64
+installed = xfsprogs-7.0.1-1-x86_64
+installed = xkeyboard-config-2.47-1-any
+installed = xl2tpd-1.3.20-1-x86_64
+installed = xmlsec-1.3.11-1-x86_64
+installed = xorg-fonts-encodings-1.1.0-2-any
+installed = xorg-server-21.1.23-1-x86_64
+installed = xorg-server-common-21.1.23-1-x86_64
+installed = xorg-setxkbmap-1.3.5-1-x86_64
+installed = xorg-xauth-1.1.5-1-x86_64
+installed = xorg-xdpyinfo-1.4.0-1-x86_64
+installed = xorg-xinit-1.4.4-1-x86_64
+installed = xorg-xinput-1.6.4-2-x86_64
+installed = xorg-xkbcomp-1.5.0-1-x86_64
+installed = xorg-xkill-1.0.7-1-x86_64
+installed = xorg-xmessage-1.0.7-2-x86_64
+installed = xorg-xmodmap-1.0.11-2-x86_64
+installed = xorg-xprop-1.2.8-1-x86_64
+installed = xorg-xrandr-1.5.4-1-x86_64
+installed = xorg-xrdb-1.2.2-2-x86_64
+installed = xorg-xwayland-24.1.12-1-x86_64
+installed = xorgproto-2025.1-1-any
+installed = xsettingsd-1.0.2-3-x86_64
+installed = xterm-410-1-x86_64
+installed = xvidcore-1.3.7-3-x86_64
+installed = xxhash-0.8.3-1-x86_64
+installed = xz-5.8.3-1-x86_64
+installed = yad-14.2-1-x86_64
+installed = yaml-cpp-0.9.0-1-x86_64
+installed = yay-12.6.0-1-x86_64
+installed = yyjson-0.12.0-1-x86_64
+installed = zbar-0.23.93-5-x86_64
+installed = zeromq-4.3.5-3-x86_64
+installed = zimg-3.0.6-1-x86_64
+installed = zint-2.16.0-2-x86_64
+installed = zix-0.8.0-1-x86_64
+installed = zlib-1:1.3.2-3-x86_64
+installed = zlib-ng-2.3.3-1-x86_64
+installed = zsh-5.9.1-1-x86_64
+installed = zsh-autosuggestions-0.7.1-1-any
+installed = zsh-completions-0.36.0-1-any
+installed = zsh-history-substring-search-1.1.0-2-any
+installed = zsh-syntax-highlighting-0.8.0-2-any
+installed = zstd-1.5.7-3-x86_64
+installed = zvbi-0.2.44-1-x86_64
+installed = zxing-cpp-3.0.2-1-x86_64
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.MTREE b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.MTREE
new file mode 100644
index 0000000..d19e240
Binary files /dev/null and b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.MTREE differ
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.PKGINFO b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.PKGINFO
new file mode 100644
index 0000000..82ff929
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/.PKGINFO
@@ -0,0 +1,13 @@
+# Generated by makepkg 7.1.0
+# using fakeroot version 1.38.1
+pkgname = antergos-skel-liveuser
+pkgbase = antergos-skel-liveuser
+xdata = pkgtype=pkg
+pkgver = 1.0-2
+pkgdesc = Liveuser specific skel setup for KDE Antergos NeXT
+url = https://github.com/antergos/antergos-iso-next
+builddate = 1781279692
+packager = Unknown Packager
+size = 716837
+arch = any
+license = GPL3
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.Xauthority b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.Xauthority
new file mode 100644
index 0000000..8d1c8b6
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.Xauthority
@@ -0,0 +1 @@
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bash_profile b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bash_profile
new file mode 100755
index 0000000..83087b9
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bash_profile
@@ -0,0 +1,10 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
+ exec startx
+fi
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bashrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bashrc
new file mode 100755
index 0000000..f731d60
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.bashrc
@@ -0,0 +1,87 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+[[ -f ~/.welcome_screen ]] && . ~/.welcome_screen
+
+_set_antergos_PS1() {
+ PS1='[\u@\h \W]\$ '
+ if [ "$(whoami)" = "antergos" ] ; then
+ local iso_version="$(grep ^VERSION= /usr/lib/antergos-release 2>/dev/null | cut -d '=' -f 2)"
+ if [ -n "$iso_version" ] ; then
+ local prefix="antergos-"
+ local iso_info="$prefix$iso_version"
+ PS1="[\u@$iso_info \W]\$ "
+ fi
+ fi
+}
+_set_antergos_PS1
+unset -f _set_antergos_PS1
+
+ShowInstallerIsoInfo() {
+ local file=/usr/lib/antergos-release
+ if [ -r $file ] ; then
+ cat $file
+ else
+ echo "Sorry, installer ISO info is not available." >&2
+ fi
+}
+
+
+alias ls='ls --color=auto'
+alias ll='ls -lav --ignore=..' # show long listing of all except ".."
+alias l='ls -lav --ignore=.?*' # show long listing but no hidden dotfiles except "."
+
+[[ "$(whoami)" = "root" ]] && return
+
+[[ -z "$FUNCNEST" ]] && export FUNCNEST=100 # limits recursive functions, see 'man bash'
+
+## Use the up and down arrow keys for finding a command in history
+## (you can write some initial letters of the command first).
+bind '"\e[A":history-search-backward'
+bind '"\e[B":history-search-forward'
+
+################################################################################
+## Some generally useful functions.
+## Consider uncommenting aliases below to start using these functions.
+##
+## October 2021: removed many obsolete functions. If you still need them, please look at
+## https://github.com/Antergos-archive/Antergos-archiso/raw/master/airootfs/etc/skel/.bashrc
+
+_open_files_for_editing() {
+ # Open any given document file(s) for editing (or just viewing).
+ # Note1:
+ # - Do not use for executable files!
+ # Note2:
+ # - Uses 'mime' bindings, so you may need to use
+ # e.g. a file manager to make proper file bindings.
+
+ if [ -x /usr/bin/exo-open ] ; then
+ echo "exo-open $@" >&2
+ setsid exo-open "$@" >& /dev/null
+ return
+ fi
+ if [ -x /usr/bin/xdg-open ] ; then
+ for file in "$@" ; do
+ echo "xdg-open $file" >&2
+ setsid xdg-open "$file" >& /dev/null
+ done
+ return
+ fi
+
+ echo "$FUNCNAME: package 'xdg-utils' or 'exo' is required." >&2
+}
+
+#------------------------------------------------------------
+
+## Aliases for the functions above.
+## Uncomment an alias if you want to use it.
+##
+
+# alias ef='_open_files_for_editing' # 'ef' opens given file(s) for editing
+# alias pacdiff=antergos-pacdiff
+################################################################################
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/autostart/broadcom-wl.desktop b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/autostart/broadcom-wl.desktop
new file mode 100755
index 0000000..2bcb43e
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/autostart/broadcom-wl.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Comment[en_US]=
+Comment=
+Exec='/usr/bin/broadcom-wl_detect.sh'
+GenericName[en_US]=
+GenericName=
+Icon=application-x-shellscript
+MimeType=
+Name[en_US]=broadcom-wl
+Name=broadcom-wl
+Path=
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+X-KDE-AutostartScript=true
+X-KDE-SubstituteUID=false
+X-KDE-Username=
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofileinformationrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofileinformationrc
new file mode 100644
index 0000000..6d1c1d4
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofileinformationrc
@@ -0,0 +1,34 @@
+[Misc]
+version=13
+
+[Show]
+channels=false
+comment=false
+contentCreated=false
+contentSize=false
+created=false
+depends=false
+embeddedRating=false
+fileName=false
+fileSize=false
+height=false
+kfileitem#group=false
+kfileitem#owner=false
+kfileitem#permissions=false
+lastModified=false
+lyrics=false
+mimeType=false
+photoGpsLatitude=false
+photoGpsLongitude=false
+photoMeteringMode=false
+photoPixelXDimension=false
+photoPixelYDimension=false
+photoSaturation=false
+photoSharpness=false
+photoWhiteBalance=false
+replayGainAlbumGain=false
+replayGainAlbumPeak=false
+replayGainTrackGain=false
+replayGainTrackPeak=false
+url=false
+width=false
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofilerc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofilerc
new file mode 100644
index 0000000..8ef1f13
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/baloofilerc
@@ -0,0 +1,7 @@
+[Basic Settings]
+Indexing-Enabled=false
+
+[General]
+dbVersion=2
+exclude filters=*~,*.part,*.o,*.la,*.lo,*.loT,*.moc,moc_*.cpp,qrc_*.cpp,ui_*.h,cmake_install.cmake,CMakeCache.txt,CTestTestfile.cmake,libtool,config.status,confdefs.h,autom4te,conftest,confstat,Makefile.am,*.gcode,.ninja_deps,.ninja_log,build.ninja,*.csproj,*.m4,*.rej,*.gmo,*.pc,*.omf,*.aux,*.tmp,*.po,*.vm*,*.nvram,*.rcore,*.swp,*.swap,lzo,litmain.sh,*.orig,.histfile.*,.xsession-errors*,*.map,*.so,*.a,*.db,*.qrc,*.ini,*.init,*.img,*.vdi,*.vbox*,vbox.log,*.qcow2,*.vmdk,*.vhd,*.vhdx,*.sql,*.sql.gz,*.ytdl,*.tfstate*,*.class,*.pyc,*.pyo,*.elc,*.qmlc,*.jsc,*.fastq,*.fq,*.gb,*.fasta,*.fna,*.gbff,*.faa,po,CVS,.svn,.git,_darcs,.bzr,.hg,CMakeFiles,CMakeTmp,CMakeTmpQmake,.moc,.obj,.pch,.uic,.npm,.yarn,.yarn-cache,__pycache__,node_modules,node_packages,nbproject,.terraform,.venv,venv,core-dumps,lost+found
+exclude filters version=9
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-active.svg
new file mode 100755
index 0000000..37fe71e
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-active.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-active.svg
new file mode 100755
index 0000000..834d46f
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-active.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-hover.svg
new file mode 100755
index 0000000..89cb048
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-hover.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-normal.svg
new file mode 100755
index 0000000..211fa64
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-backdrop-normal.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-hover.svg
new file mode 100755
index 0000000..9f41eed
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-hover.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-normal.svg
new file mode 100755
index 0000000..020e1cc
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/close-normal.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-active.svg
new file mode 100755
index 0000000..74f85de
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-active.svg
new file mode 100755
index 0000000..f23d00a
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-hover.svg
new file mode 100755
index 0000000..b9f8da5
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-normal.svg
new file mode 100755
index 0000000..d90a986
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-hover.svg
new file mode 100755
index 0000000..4629fb9
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-normal.svg
new file mode 100755
index 0000000..257cc45
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximize-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-active.svg
new file mode 100755
index 0000000..2fbc917
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-active.svg
new file mode 100755
index 0000000..aecf98b
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-hover.svg
new file mode 100755
index 0000000..1a88e16
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-normal.svg
new file mode 100755
index 0000000..d83c822
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-hover.svg
new file mode 100755
index 0000000..748d4a7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-normal.svg
new file mode 100755
index 0000000..c466d87
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/maximized-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-active.svg
new file mode 100755
index 0000000..63d4583
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-active.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-active.svg
new file mode 100755
index 0000000..9a7bc8d
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-hover.svg
new file mode 100755
index 0000000..762e041
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-normal.svg
new file mode 100755
index 0000000..e73dea6
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-hover.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-hover.svg
new file mode 100755
index 0000000..7422652
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-normal.svg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-normal.svg
new file mode 100755
index 0000000..24529ed
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/assets/minimize-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/colors.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/colors.css
new file mode 100755
index 0000000..ae3d158
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/colors.css
@@ -0,0 +1,84 @@
+@define-color borders_breeze #5f6265;
+@define-color content_view_bg_breeze #1b1e20;
+@define-color error_color_backdrop_breeze #da4453;
+@define-color error_color_breeze #da4453;
+@define-color error_color_insensitive_backdrop_breeze #592930;
+@define-color error_color_insensitive_breeze #592930;
+@define-color insensitive_base_color_breeze #1a1d1f;
+@define-color insensitive_base_fg_color_breeze #656768;
+@define-color insensitive_bg_color_breeze #282c30;
+@define-color insensitive_borders_breeze #3a3d41;
+@define-color insensitive_fg_color_breeze #6e7173;
+@define-color insensitive_selected_bg_color_breeze #282c30;
+@define-color insensitive_selected_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_selected_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_selected_fg_color_breeze #6e7173;
+@define-color link_color_breeze #926ee4;
+@define-color link_visited_color_breeze #9b59b6;
+@define-color success_color_backdrop_breeze #27ae60;
+@define-color success_color_breeze #27ae60;
+@define-color success_color_insensitive_backdrop_breeze #1e4d34;
+@define-color success_color_insensitive_breeze #1e4d34;
+@define-color theme_base_color_breeze #1b1e20;
+@define-color theme_bg_color_breeze #2a2e32;
+@define-color theme_button_background_backdrop_breeze #31363b;
+@define-color theme_button_background_backdrop_insensitive_breeze #2f3338;
+@define-color theme_button_background_insensitive_breeze #2f3338;
+@define-color theme_button_background_normal_breeze #31363b;
+@define-color theme_button_decoration_focus_backdrop_breeze #926ee4;
+@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_focus_breeze #926ee4;
+@define-color theme_button_decoration_focus_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_hover_backdrop_breeze #926ee4;
+@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_hover_breeze #926ee4;
+@define-color theme_button_decoration_hover_insensitive_breeze #4f4671;
+@define-color theme_button_foreground_active_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_active_backdrop_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_active_breeze #ffffff;
+@define-color theme_button_foreground_active_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_backdrop_insensitive_breeze #727679;
+@define-color theme_button_foreground_insensitive_breeze #727679;
+@define-color theme_button_foreground_normal_breeze #fcfcfc;
+@define-color theme_fg_color_breeze #fcfcfc;
+@define-color theme_header_background_backdrop_breeze #2a2e32;
+@define-color theme_header_background_breeze #31363b;
+@define-color theme_header_background_light_breeze #2a2e32;
+@define-color theme_header_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_hovering_selected_bg_color_breeze #926ee4;
+@define-color theme_selected_bg_color_breeze #6e56a9;
+@define-color theme_selected_fg_color_breeze #ffffff;
+@define-color theme_text_color_breeze #fcfcfc;
+@define-color theme_titlebar_background_backdrop_breeze #2a2e32;
+@define-color theme_titlebar_background_breeze #31363b;
+@define-color theme_titlebar_background_light_breeze #2a2e32;
+@define-color theme_titlebar_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_unfocused_base_color_breeze #1b1e20;
+@define-color theme_unfocused_bg_color_breeze #2a2e32;
+@define-color theme_unfocused_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_selected_bg_color_alt_breeze #3e345c;
+@define-color theme_unfocused_selected_bg_color_breeze #3e345c;
+@define-color theme_unfocused_selected_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_text_color_breeze #fcfcfc;
+@define-color theme_unfocused_view_bg_color_breeze #1a1d1f;
+@define-color theme_unfocused_view_text_color_breeze #656768;
+@define-color theme_view_active_decoration_color_breeze #926ee4;
+@define-color theme_view_hover_decoration_color_breeze #926ee4;
+@define-color tooltip_background_breeze #31363b;
+@define-color tooltip_border_breeze #64686b;
+@define-color tooltip_text_breeze #fcfcfc;
+@define-color unfocused_borders_breeze #5f6265;
+@define-color unfocused_insensitive_borders_breeze #3a3d41;
+@define-color warning_color_backdrop_breeze #f67400;
+@define-color warning_color_breeze #f67400;
+@define-color warning_color_insensitive_backdrop_breeze #633914;
+@define-color warning_color_insensitive_breeze #633914;
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/gtk.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/gtk.css
new file mode 100755
index 0000000..c9763f7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/gtk.css
@@ -0,0 +1 @@
+@import 'colors.css';
\ No newline at end of file
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/settings.ini b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/settings.ini
new file mode 100755
index 0000000..c3e47d2
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/settings.ini
@@ -0,0 +1,16 @@
+[Settings]
+gtk-application-prefer-dark-theme=true
+gtk-button-images=true
+gtk-cursor-theme-name=Breeze_Light
+gtk-cursor-theme-size=24
+gtk-decoration-layout=icon:minimize,maximize,close
+gtk-enable-animations=true
+gtk-font-name=Noto Sans, 10
+gtk-icon-theme-name=breeze-dark
+gtk-menu-images=true
+gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
+gtk-primary-button-warps-slider=true
+gtk-sound-theme-name=ocean
+gtk-theme-name=Breeze
+gtk-toolbar-style=3
+gtk-xft-dpi=98304
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/window_decorations.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/window_decorations.css
new file mode 100755
index 0000000..ca70a8a
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-3.0/window_decorations.css
@@ -0,0 +1,71 @@
+headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
+ background-image: url("assets/close-normal.svg"); }
+
+headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
+ background-image: url("assets/close-hover.svg"); }
+
+headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
+ background-image: url("assets/close-active.svg"); }
+
+headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
+ background-image: url("assets/close-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
+ background-image: url("assets/close-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
+ background-image: url("assets/close-backdrop-active.svg"); }
+
+headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximize-normal.svg"); }
+
+headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximize-hover.svg"); }
+
+headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximize-active.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximize-backdrop-active.svg"); }
+
+headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
+ background-image: url("assets/minimize-normal.svg"); }
+
+headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
+ background-image: url("assets/minimize-hover.svg"); }
+
+headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
+ background-image: url("assets/minimize-active.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
+ background-image: url("assets/minimize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
+ background-image: url("assets/minimize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
+ background-image: url("assets/minimize-backdrop-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximized-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximized-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximized-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximized-backdrop-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximized-backdrop-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximized-backdrop-active.svg"); }
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/colors.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/colors.css
new file mode 100755
index 0000000..ae3d158
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/colors.css
@@ -0,0 +1,84 @@
+@define-color borders_breeze #5f6265;
+@define-color content_view_bg_breeze #1b1e20;
+@define-color error_color_backdrop_breeze #da4453;
+@define-color error_color_breeze #da4453;
+@define-color error_color_insensitive_backdrop_breeze #592930;
+@define-color error_color_insensitive_breeze #592930;
+@define-color insensitive_base_color_breeze #1a1d1f;
+@define-color insensitive_base_fg_color_breeze #656768;
+@define-color insensitive_bg_color_breeze #282c30;
+@define-color insensitive_borders_breeze #3a3d41;
+@define-color insensitive_fg_color_breeze #6e7173;
+@define-color insensitive_selected_bg_color_breeze #282c30;
+@define-color insensitive_selected_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_selected_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_selected_fg_color_breeze #6e7173;
+@define-color link_color_breeze #926ee4;
+@define-color link_visited_color_breeze #9b59b6;
+@define-color success_color_backdrop_breeze #27ae60;
+@define-color success_color_breeze #27ae60;
+@define-color success_color_insensitive_backdrop_breeze #1e4d34;
+@define-color success_color_insensitive_breeze #1e4d34;
+@define-color theme_base_color_breeze #1b1e20;
+@define-color theme_bg_color_breeze #2a2e32;
+@define-color theme_button_background_backdrop_breeze #31363b;
+@define-color theme_button_background_backdrop_insensitive_breeze #2f3338;
+@define-color theme_button_background_insensitive_breeze #2f3338;
+@define-color theme_button_background_normal_breeze #31363b;
+@define-color theme_button_decoration_focus_backdrop_breeze #926ee4;
+@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_focus_breeze #926ee4;
+@define-color theme_button_decoration_focus_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_hover_backdrop_breeze #926ee4;
+@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #4f4671;
+@define-color theme_button_decoration_hover_breeze #926ee4;
+@define-color theme_button_decoration_hover_insensitive_breeze #4f4671;
+@define-color theme_button_foreground_active_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_active_backdrop_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_active_breeze #ffffff;
+@define-color theme_button_foreground_active_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_backdrop_insensitive_breeze #727679;
+@define-color theme_button_foreground_insensitive_breeze #727679;
+@define-color theme_button_foreground_normal_breeze #fcfcfc;
+@define-color theme_fg_color_breeze #fcfcfc;
+@define-color theme_header_background_backdrop_breeze #2a2e32;
+@define-color theme_header_background_breeze #31363b;
+@define-color theme_header_background_light_breeze #2a2e32;
+@define-color theme_header_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_hovering_selected_bg_color_breeze #926ee4;
+@define-color theme_selected_bg_color_breeze #6e56a9;
+@define-color theme_selected_fg_color_breeze #ffffff;
+@define-color theme_text_color_breeze #fcfcfc;
+@define-color theme_titlebar_background_backdrop_breeze #2a2e32;
+@define-color theme_titlebar_background_breeze #31363b;
+@define-color theme_titlebar_background_light_breeze #2a2e32;
+@define-color theme_titlebar_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_unfocused_base_color_breeze #1b1e20;
+@define-color theme_unfocused_bg_color_breeze #2a2e32;
+@define-color theme_unfocused_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_selected_bg_color_alt_breeze #3e345c;
+@define-color theme_unfocused_selected_bg_color_breeze #3e345c;
+@define-color theme_unfocused_selected_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_text_color_breeze #fcfcfc;
+@define-color theme_unfocused_view_bg_color_breeze #1a1d1f;
+@define-color theme_unfocused_view_text_color_breeze #656768;
+@define-color theme_view_active_decoration_color_breeze #926ee4;
+@define-color theme_view_hover_decoration_color_breeze #926ee4;
+@define-color tooltip_background_breeze #31363b;
+@define-color tooltip_border_breeze #64686b;
+@define-color tooltip_text_breeze #fcfcfc;
+@define-color unfocused_borders_breeze #5f6265;
+@define-color unfocused_insensitive_borders_breeze #3a3d41;
+@define-color warning_color_backdrop_breeze #f67400;
+@define-color warning_color_breeze #f67400;
+@define-color warning_color_insensitive_backdrop_breeze #633914;
+@define-color warning_color_insensitive_breeze #633914;
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/gtk.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/gtk.css
new file mode 100755
index 0000000..c9763f7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/gtk.css
@@ -0,0 +1 @@
+@import 'colors.css';
\ No newline at end of file
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/settings.ini b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/settings.ini
new file mode 100755
index 0000000..31504f8
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/settings.ini
@@ -0,0 +1,13 @@
+[Settings]
+gtk-application-prefer-dark-theme=true
+gtk-cursor-theme-name=Breeze_Light
+gtk-cursor-theme-size=24
+gtk-decoration-layout=icon:minimize,maximize,close
+gtk-enable-animations=true
+gtk-font-name=Noto Sans, 10
+gtk-icon-theme-name=breeze-dark
+gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
+gtk-primary-button-warps-slider=true
+gtk-sound-theme-name=ocean
+gtk-theme-name=Breeze
+gtk-xft-dpi=98304
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/window_decorations.css b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/window_decorations.css
new file mode 100755
index 0000000..ca70a8a
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtk-4.0/window_decorations.css
@@ -0,0 +1,71 @@
+headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
+ background-image: url("assets/close-normal.svg"); }
+
+headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
+ background-image: url("assets/close-hover.svg"); }
+
+headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
+ background-image: url("assets/close-active.svg"); }
+
+headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
+ background-image: url("assets/close-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
+ background-image: url("assets/close-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
+ background-image: url("assets/close-backdrop-active.svg"); }
+
+headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximize-normal.svg"); }
+
+headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximize-hover.svg"); }
+
+headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximize-active.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximize-backdrop-active.svg"); }
+
+headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
+ background-image: url("assets/minimize-normal.svg"); }
+
+headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
+ background-image: url("assets/minimize-hover.svg"); }
+
+headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
+ background-image: url("assets/minimize-active.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
+ background-image: url("assets/minimize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
+ background-image: url("assets/minimize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
+ background-image: url("assets/minimize-backdrop-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximized-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximized-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximized-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximized-backdrop-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximized-backdrop-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximized-backdrop-active.svg"); }
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc
new file mode 100755
index 0000000..3a621d5
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc
@@ -0,0 +1,2 @@
+# created by KDE Plasma, Mon Feb 26 18:49:27 2024
+#
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc-2.0 b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc-2.0
new file mode 100755
index 0000000..137e34a
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/gtkrc-2.0
@@ -0,0 +1,5 @@
+# created by KDE Plasma, Mon Feb 26 18:49:27 2024
+#
+
+gtk-alternative-button-order = 1
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/intel-kwinrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/intel-kwinrc
new file mode 100644
index 0000000..7e68998
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/intel-kwinrc
@@ -0,0 +1,4 @@
+[Compositing]
+Enabled=false
+HiddenPreviews=4
+LatencyPolicy=ExtremelyLow
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kcminputrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kcminputrc
new file mode 100755
index 0000000..f83ee31
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kcminputrc
@@ -0,0 +1,3 @@
+[Mouse]
+X11LibInputXAccelProfileFlat=true
+cursorTheme=Breeze_Light
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kdesurc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kdesurc
new file mode 100644
index 0000000..b68354c
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kdesurc
@@ -0,0 +1,2 @@
+[super-user-command]
+super-user-command=sudo
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/konsolerc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/konsolerc
new file mode 100644
index 0000000..a4703a7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/konsolerc
@@ -0,0 +1,16 @@
+[Desktop Entry]
+DefaultProfile=Antergos.profile
+
+[General]
+ConfigVersion=1
+
+[KonsoleWindow]
+RememberWindowSize=false
+
+[MainWindow]
+MenuBar=Disabled
+State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAXwBAAAD+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABFQEAAAMAAAN6AAAB/AAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIAAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAAAAAPL/////AAAAAAAAAAA=
+ToolBarsMovable=Disabled
+
+[UiSettings]
+ColorScheme=antergos-live
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kscreenlockerrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kscreenlockerrc
new file mode 100644
index 0000000..8f80b26
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kscreenlockerrc
@@ -0,0 +1,7 @@
+[$Version]
+update_info=kscreenlocker.upd:0.1-autolock
+
+[Daemon]
+Autolock=false
+LockGrace=300
+LockOnResume=false
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksmserverrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksmserverrc
new file mode 100644
index 0000000..571bddd
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksmserverrc
@@ -0,0 +1,3 @@
+[General]
+confirmLogout=false
+loginMode=emptySession
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksplashrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksplashrc
new file mode 100644
index 0000000..c252676
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/ksplashrc
@@ -0,0 +1,3 @@
+[KSplash]
+Engine=none
+Theme=None
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kwalletrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kwalletrc
new file mode 100644
index 0000000..03b8a5b
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/kwalletrc
@@ -0,0 +1,3 @@
+[Wallet]
+Enabled=false
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powerdevilrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powerdevilrc
new file mode 100644
index 0000000..7e9ae27
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powerdevilrc
@@ -0,0 +1,2 @@
+[AC][Display]
+TurnOffDisplayWhenIdle=false
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powermanagementprofilesrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powermanagementprofilesrc
new file mode 100644
index 0000000..5dfaada
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/powermanagementprofilesrc
@@ -0,0 +1,70 @@
+[AC]
+icon=battery-charging
+
+[AC][DimDisplay]
+idleTime=300000
+
+[AC][HandleButtonEvents]
+lidAction=1
+powerButtonAction=0
+powerDownAction=16
+
+[AC][WirelessPowerSaving]
+btOption=2
+wifiOption=2
+wwanOption=1
+
+[Activities]
+mode=SpecialBehavior
+
+[Activities][SpecialBehavior]
+noScreenManagement=true
+noSuspend=true
+performAction=false
+
+[Activities][SpecialBehavior][ActionConfig]
+idleTime=60000
+suspendType=1
+
+[Battery]
+icon=battery-060
+
+[Battery][DPMSControl]
+idleTime=300
+lockBeforeTurnOff=0
+
+[Battery][DimDisplay]
+idleTime=120000
+
+[Battery][HandleButtonEvents]
+lidAction=1
+powerButtonAction=16
+powerDownAction=16
+
+[Battery][SuspendSession]
+idleTime=600000
+suspendThenHibernate=false
+suspendType=1
+
+[LowBattery]
+icon=battery-low
+
+[LowBattery][BrightnessControl]
+value=30
+
+[LowBattery][DPMSControl]
+idleTime=120
+lockBeforeTurnOff=0
+
+[LowBattery][DimDisplay]
+idleTime=60000
+
+[LowBattery][HandleButtonEvents]
+lidAction=1
+powerButtonAction=16
+powerDownAction=16
+
+[LowBattery][SuspendSession]
+idleTime=300000
+suspendThenHibernate=false
+suspendType=1
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/systemsettingsrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/systemsettingsrc
new file mode 100755
index 0000000..b1cc639
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.config/systemsettingsrc
@@ -0,0 +1,3 @@
+[MainWindow]
+MenuBar=Disabled
+ToolBarsMovable=Disabled
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.gtkrc-2.0 b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.gtkrc-2.0
new file mode 100755
index 0000000..d406ee7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.gtkrc-2.0
@@ -0,0 +1,11 @@
+gtk-enable-animations=1
+gtk-theme-name="Breeze-Dark"
+gtk-primary-button-warps-slider=1
+gtk-toolbar-style=3
+gtk-menu-images=1
+gtk-button-images=1
+gtk-cursor-theme-size=24
+gtk-cursor-theme-name="Breeze_Light"
+gtk-sound-theme-name="ocean"
+gtk-icon-theme-name="breeze-dark"
+gtk-font-name="Noto Sans, 10"
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/etc/xdg/kdeglobals b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/etc/xdg/kdeglobals
new file mode 100644
index 0000000..5093796
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/etc/xdg/kdeglobals
@@ -0,0 +1,7 @@
+[KDE]
+LookAndFeelPackage=com.antergos.breezedark.desktop
+
+[General]
+AccentColor=146,110,228
+LastUsedCustomAccentColor=146,110,228
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/antergos-log-tool.desktop b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/antergos-log-tool.desktop
new file mode 100755
index 0000000..79dc3a7
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/antergos-log-tool.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Antergos log tool
+Comment=Log tool to send selected system logs to the internet
+Comment[de]=Log-Tool zum Teilen ausgewählter Systemprotokolle über das Internet
+Comment[es]=Herramienta de registro para enviar registros del sistema seleccionados a Internet
+Comment[fi]=Jaa valitsemasi järjestelmälokit internetiin muiden nähtäväksi
+Comment[fr]=Outil de journalisation pour envoyer les journaux système sélectionnés à Internet
+Comment[it]=Strumento di registro per inviare i registri di sistema selezionati a Internet
+Comment[jp]=選択したシステムログをインターネットに送信するログツール
+Comment[ko]=선택한 시스템 로그를 인터넷으로 전송하는 로그 도구
+Comment[pt_BR]=O instrumento de log para enviar sistema selecionado registra em log à Internet
+Comment[ru]=Инструмент для отправки выбранных системных журналов в Интернет
+Comment[sv]=Loggverktyg för att skicka valda systemloggar till Internet
+Comment[tr]=İnternete seçilen sistem günlüklerini göndermek için günlük aracı
+Comment[zh_CN]=用于将选定的系统日志发送到互联网的日志工具
+Exec=/usr/bin/antergos-log-tool
+Icon=utilities-log-viewer.svg
+Hidden=false
+X-GNOME-Autostart-enabled=true
+X-KDE-autostart-after=panel
+Categories=System
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/cnchi.desktop b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/cnchi.desktop
new file mode 100644
index 0000000..6f6f868
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/cnchi.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Install Antergos
+GenericName=System Installer
+Comment=Cnchi — Antergos System Installer
+Keywords=cnchi;system;installer;
+TryExec=cnchi
+Exec=pkexec cnchi
+Categories=Qt;System;
+Icon=cnchi
+Terminal=false
+SingleMainWindow=true
+StartupNotify=true
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/firefox.desktop b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/firefox.desktop
new file mode 100644
index 0000000..59a22df
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/applications/firefox.desktop
@@ -0,0 +1,902 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=/usr/lib/firefox/firefox --new-window https://antergos.com/
+Terminal=false
+X-MultipleArgs=false
+Icon=firefox
+StartupWMClass=firefox
+DBusActivatable=false
+Categories=GNOME;GTK;Network;WebBrowser;
+MimeType=application/json;application/pdf;application/rdf+xml;application/rss+xml;application/x-xpinstall;application/xhtml+xml;application/xml;audio/flac;audio/ogg;audio/webm;image/avif;image/gif;image/jpeg;image/png;image/svg+xml;image/webp;text/html;text/xml;video/ogg;video/webm;x-scheme-handler/chrome;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/mailto;
+StartupNotify=true
+Actions=new-window;new-private-window;open-profile-manager;
+Name=Firefox
+Name[ach]=Firefox
+Name[af]=Firefox
+Name[an]=Firefox
+Name[ar]=Firefox
+Name[ast]=Firefox
+Name[az]=Firefox
+Name[be]=Firefox
+Name[bg]=Firefox
+Name[bn]=Firefox
+Name[br]=Firefox
+Name[brx]=Firefox
+Name[bs]=Firefox
+Name[ca]=Firefox
+Name[ca_valencia]=Firefox
+Name[cak]=Firefox
+Name[ckb]=Firefox
+Name[cs]=Firefox
+Name[cy]=Firefox
+Name[da]=Firefox
+Name[de]=Firefox
+Name[dsb]=Firefox
+Name[el]=Firefox
+Name[en_CA]=Firefox
+Name[en_GB]=Firefox
+Name[eo]=Firefox
+Name[es_AR]=Firefox
+Name[es_CL]=Firefox
+Name[es_ES]=Firefox
+Name[es_MX]=Firefox
+Name[et]=Firefox
+Name[eu]=Firefox
+Name[fa]=Firefox
+Name[ff]=Firefox
+Name[fi]=Firefox
+Name[fr]=Firefox
+Name[fur]=Firefox
+Name[fy_NL]=Firefox
+Name[ga_IE]=Firefox
+Name[gd]=Firefox
+Name[gl]=Firefox
+Name[gn]=Firefox
+Name[gu_IN]=Firefox
+Name[he]=Firefox
+Name[hi_IN]=Firefox
+Name[hr]=Firefox
+Name[hsb]=Firefox
+Name[hu]=Firefox
+Name[hy_AM]=Firefox
+Name[hye]=Firefox
+Name[ia]=Firefox
+Name[id]=Firefox
+Name[is]=Firefox
+Name[it]=Firefox
+Name[ja]=Firefox
+Name[ka]=Firefox
+Name[kab]=Firefox
+Name[kk]=Firefox
+Name[km]=Firefox
+Name[kn]=Firefox
+Name[ko]=Firefox
+Name[lij]=Firefox
+Name[lo]=Firefox
+Name[lt]=Firefox
+Name[ltg]=Firefox
+Name[lv]=Firefox
+Name[meh]=Firefox
+Name[mk]=Firefox
+Name[mr]=Firefox
+Name[ms]=Firefox
+Name[my]=Firefox
+Name[nb_NO]=Firefox
+Name[ne_NP]=Firefox
+Name[nl]=Firefox
+Name[nn_NO]=Firefox
+Name[oc]=Firefox
+Name[pa_IN]=Firefox
+Name[pl]=Firefox
+Name[pt_BR]=Firefox
+Name[pt_PT]=Firefox
+Name[rm]=Firefox
+Name[ro]=Firefox
+Name[ru]=Firefox
+Name[sat]=Firefox
+Name[sc]=Firefox
+Name[sco]=Firefox
+Name[si]=Firefox
+Name[sk]=Firefox
+Name[skr]=Firefox
+Name[sl]=Firefox
+Name[son]=Firefox
+Name[sq]=Firefox
+Name[sr]=Firefox
+Name[sv_SE]=Firefox
+Name[szl]=Firefox
+Name[ta]=Firefox
+Name[te]=Firefox
+Name[tg]=Firefox
+Name[th]=Firefox
+Name[tl]=Firefox
+Name[tr]=Firefox
+Name[trs]=Firefox
+Name[uk]=Firefox
+Name[ur]=Firefox
+Name[uz]=Firefox
+Name[vi]=Firefox
+Name[wo]=Firefox
+Name[xh]=Firefox
+Name[zh_CN]=Firefox
+Name[zh_TW]=Firefox
+Comment=Browse the World Wide Web
+Comment[ach]=Browse the World Wide Web
+Comment[af]=Browse the World Wide Web
+Comment[an]=Browse the World Wide Web
+Comment[ar]=تصفح شبكة الوِب العالمية
+Comment[ast]=Browse the World Wide Web
+Comment[az]=Browse the World Wide Web
+Comment[be]=Аглядайце Сеціва
+Comment[bg]=Разгледайте световната мрежа
+Comment[bn]=Browse the World Wide Web
+Comment[br]=Ergerzhout ar World Wide Web
+Comment[brx]=Browse the World Wide Web
+Comment[bs]=Pretražujte World Wide Web
+Comment[ca]=Navegeu pel Web
+Comment[ca_valencia]=Browse the World Wide Web
+Comment[cak]=Tok chupam Word Wide Web
+Comment[ckb]=Browse the World Wide Web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[cy]=Pori'r We Fyd Eang
+Comment[da]=Brug internettet
+Comment[de]=Im Internet surfen
+Comment[dsb]=Pśeglědajśo World Wide Web
+Comment[el]=Περιηγηθείτε στον παγκόσμιο ιστό
+Comment[en_CA]=Browse the World Wide Web
+Comment[en_GB]=Browse the World Wide Web
+Comment[eo]=Retumi en la reto
+Comment[es_AR]=Navegar la World Wide Web
+Comment[es_CL]=Navegar por la World Wide Web
+Comment[es_ES]=Navegar por la web
+Comment[es_MX]=Navegar por la web
+Comment[et]=Browse the World Wide Web
+Comment[eu]=Arakatu World Wide Web-a
+Comment[fa]=Browse the World Wide Web
+Comment[ff]=Browse the World Wide Web
+Comment[fi]=Selaa Internetiä
+Comment[fr]=Naviguer sur le Web
+Comment[fur]=Navighe sul Web
+Comment[fy_NL]=Navigearje op it wrâldwide web
+Comment[ga_IE]=Browse the World Wide Web
+Comment[gd]=Rùraich lìon na cruinne
+Comment[gl]=Navegar pola World Wide Web
+Comment[gn]=Eikundaha World Wide Web rupi
+Comment[gu_IN]=Browse the World Wide Web
+Comment[he]=גלישה באינטרנט
+Comment[hi_IN]=Browse the World Wide Web
+Comment[hr]=Pregledaj World Wide Web
+Comment[hsb]=Přehladajće World Wide Web
+Comment[hu]=Böngésszen a világhálón
+Comment[hy_AM]=Զննի՛ր համաշխարհային սարդոստայնը
+Comment[hye]=Browse the World Wide Web
+Comment[ia]=Navigar sur le Web
+Comment[id]=Jelajahi World Wide Web
+Comment[is]=Vafraðu um veraldarvefinn
+Comment[it]=Naviga sul Web
+Comment[ja]=World Wide Web をブラウジング
+Comment[ka]=მსოფლიო ქსელთან წვდომა
+Comment[kab]=Inig deg Web
+Comment[kk]=Ғаламторды шолу
+Comment[km]=Browse the World Wide Web
+Comment[kn]=Browse the World Wide Web
+Comment[ko]=월드 와이드 웹 탐색
+Comment[lij]=Browse the World Wide Web
+Comment[lo]=ທ່ອງເວັບທົ່ວໂລກ
+Comment[lt]=Browse the World Wide Web
+Comment[ltg]=Browse the World Wide Web
+Comment[lv]=Pārlūkojiet globālo tīmekli
+Comment[meh]=Browse the World Wide Web
+Comment[mk]=Browse the World Wide Web
+Comment[mr]=Browse the World Wide Web
+Comment[ms]=Browse the World Wide Web
+Comment[my]=Browse the World Wide Web
+Comment[nb_NO]=Surf på nettet
+Comment[ne_NP]=Browse the World Wide Web
+Comment[nl]=Navigeren op het wereldwijde web
+Comment[nn_NO]=Surf på nettet
+Comment[oc]=Navegar pel Web
+Comment[pa_IN]=ਵਰਲਡ ਵਾਈਡ ਵੈੱਬ ਬਰਾਊਜ਼ਰ ਕਰੋ
+Comment[pl]=Przeglądaj Internet
+Comment[pt_BR]=Navegue na World Wide Web
+Comment[pt_PT]=Navegar na Internet
+Comment[rm]=Navigar en il web
+Comment[ro]=Browse the World Wide Web
+Comment[ru]=Доступ в Интернет
+Comment[sat]=World Wide Web ᱠᱷᱩᱞᱟᱹᱭ ᱢᱮ
+Comment[sc]=Nàviga su Web
+Comment[sco]=Browse the World Wide Web
+Comment[si]=ලෝක ව්යාප්ත වියමන පිරික්සන්න
+Comment[sk]=Prehľadávať web (www)
+Comment[skr]=ورلڈ وائیڈ ویب براؤز کرو
+Comment[sl]=Brskanje po svetovnem spletu
+Comment[son]=Browse the World Wide Web
+Comment[sq]=Shfletoni në World Wide Web
+Comment[sr]=Истражите интернет
+Comment[sv_SE]=Surfa på webben
+Comment[szl]=Browse the World Wide Web
+Comment[ta]=Browse the World Wide Web
+Comment[te]=Browse the World Wide Web
+Comment[tg]=Ба шабакаи ҷаҳонии Интернет дастрасӣ пайдо намоед
+Comment[th]=เรียกดูเวิลด์ไวด์เว็บ
+Comment[tl]=Browse the World Wide Web
+Comment[tr]=Web’de gezin
+Comment[trs]=Gāchē nu ngà World Wide Web
+Comment[uk]=Переглядайте всесвітню мережу
+Comment[ur]=Browse the World Wide Web
+Comment[uz]=Browse the World Wide Web
+Comment[vi]=Duyệt web trên toàn thế giới
+Comment[wo]=Browse the World Wide Web
+Comment[xh]=Browse the World Wide Web
+Comment[zh_CN]=浏览万维网
+Comment[zh_TW]=瀏覽全球資訊網
+GenericName=Web Browser
+GenericName[ach]=Web Browser
+GenericName[af]=Web Browser
+GenericName[an]=Web Browser
+GenericName[ar]=متصفح الإنترنت
+GenericName[ast]=Web Browser
+GenericName[az]=Web Browser
+GenericName[be]=Вэб-браўзер
+GenericName[bg]=Уеб браузър
+GenericName[bn]=Web Browser
+GenericName[br]=Merdeer Web
+GenericName[brx]=Web Browser
+GenericName[bs]=Web pretraživač
+GenericName[ca]=Navegador web
+GenericName[ca_valencia]=Web Browser
+GenericName[cak]=Web Okik'amaya'l
+GenericName[ckb]=Web Browser
+GenericName[cs]=Webový prohlížeč
+GenericName[cy]=Porwr Gwe
+GenericName[da]=Webbrowser
+GenericName[de]=Internet-Browser
+GenericName[dsb]=Webwobglědowak
+GenericName[el]=Πρόγραμμα περιήγησης
+GenericName[en_CA]=Web Browser
+GenericName[en_GB]=Web Browser
+GenericName[eo]=Retumilo
+GenericName[es_AR]=Navegador web
+GenericName[es_CL]=Navegador Web
+GenericName[es_ES]=Navegador web
+GenericName[es_MX]=Navegador Web
+GenericName[et]=Web Browser
+GenericName[eu]=Web nabigatzailea
+GenericName[fa]=Web Browser
+GenericName[ff]=Web Browser
+GenericName[fi]=Verkkoselain
+GenericName[fr]=Navigateur web
+GenericName[fur]=Navigadôr Web
+GenericName[fy_NL]=Webbrowser
+GenericName[ga_IE]=Web Browser
+GenericName[gd]=Brabhsair-lìn
+GenericName[gl]=Navegador web
+GenericName[gn]=Ñanduti Kundahára
+GenericName[gu_IN]=Web Browser
+GenericName[he]=דפדפן אינטרנט
+GenericName[hi_IN]=Web Browser
+GenericName[hr]=Web preglednik
+GenericName[hsb]=Webwobhladowak
+GenericName[hu]=Webböngésző
+GenericName[hy_AM]=Վեբ դիտարկիչ
+GenericName[hye]=Web Browser
+GenericName[ia]=Navigator web
+GenericName[id]=Peramban Web
+GenericName[is]=Vafri
+GenericName[it]=Browser web
+GenericName[ja]=ウェブブラウザー
+GenericName[ka]=ბრაუზერი
+GenericName[kab]=Iminig web
+GenericName[kk]=Веб-браузері
+GenericName[km]=Web Browser
+GenericName[kn]=Web Browser
+GenericName[ko]=웹 브라우저
+GenericName[lij]=Navegatô Web
+GenericName[lo]=ຕົວທ່ອງເວັບເວັບໄຊຕ໌
+GenericName[lt]=Web Browser
+GenericName[ltg]=Web Browser
+GenericName[lv]=Tīmekļa pārlūks
+GenericName[meh]=Web Browser
+GenericName[mk]=Web Browser
+GenericName[mr]=Web Browser
+GenericName[ms]=Web Browser
+GenericName[my]=Web Browser
+GenericName[nb_NO]=Nettleser
+GenericName[ne_NP]=Web Browser
+GenericName[nl]=Webbrowser
+GenericName[nn_NO]=Nettlesar
+GenericName[oc]=Navegador Web
+GenericName[pa_IN]=ਵੈੱਬ ਬਰਾਊਜ਼ਰ
+GenericName[pl]=Przeglądarka internetowa
+GenericName[pt_BR]=Navegador web
+GenericName[pt_PT]=Navegador Web
+GenericName[rm]=Navigatur web
+GenericName[ro]=Web Browser
+GenericName[ru]=Веб-браузер
+GenericName[sat]=ᱣᱮᱵᱽ ᱵᱽᱨᱟᱣᱡᱚᱨ
+GenericName[sc]=Navigadore web
+GenericName[sco]=Web Browser
+GenericName[si]=වියමන අතිරික්සුව
+GenericName[sk]=Webový prehliadač
+GenericName[skr]=ویب براؤزر
+GenericName[sl]=Spletni brskalnik
+GenericName[son]=Web Browser
+GenericName[sq]=Shfletues
+GenericName[sr]=Веб прегледач
+GenericName[sv_SE]=Webbläsare
+GenericName[szl]=Web Browser
+GenericName[ta]=Web Browser
+GenericName[te]=Web Browser
+GenericName[tg]=Браузери веб
+GenericName[th]=เว็บเบราว์เซอร์
+GenericName[tl]=Web Browser
+GenericName[tr]=Web Tarayıcısı
+GenericName[trs]=Web riña gāchē nu’
+GenericName[uk]=Браузер
+GenericName[ur]=Web Browser
+GenericName[uz]=Web Browser
+GenericName[vi]=Trình duyệt web
+GenericName[wo]=Web Browser
+GenericName[xh]=Web Browser
+GenericName[zh_CN]=Web 浏览器
+GenericName[zh_TW]=網頁瀏覽器
+Keywords=Internet;WWW;Browser;Web;Explorer;
+Keywords[ach]=Internet;WWW;Browser;Web;Explorer;
+Keywords[af]=Internet;WWW;Browser;Web;Explorer;
+Keywords[an]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ar]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ast]=Internet;WWW;Browser;Web;Explorer;
+Keywords[az]=Internet;WWW;Browser;Web;Explorer;
+Keywords[be]=Internet;WWW;Browser;Web;Explorer;
+Keywords[bg]=Internet;WWW;Browser;Web;Explorer;
+Keywords[bn]=Internet;WWW;Browser;Web;Explorer;
+Keywords[br]=Internet;WWW;Merdeer;Web;Ergerzhout;
+Keywords[brx]=Internet;WWW;Browser;Web;Explorer;
+Keywords[bs]=Internet;WWW;Pretraživač;Web;Istraživač;
+Keywords[ca]=Internet;WWW;Browser;Web;Explorador;Navegador;
+Keywords[ca_valencia]=Internet;WWW;Browser;Web;Explorer;
+Keywords[cak]=K'amaya'l;WWW;Okik'amaya'l;Kanob'äl;
+Keywords[ckb]=Internet;WWW;Browser;Web;Explorer;
+Keywords[cs]=internet;WWW;prohlížeč;web;
+Keywords[cy]=Rhyngrwyd;WWW;Porwr;Gwe;Archwiliwr;
+Keywords[da]=Internet;WWW;Browser;Nettet;Explorer;
+Keywords[de]=Internet;WWW;Browser;Web;Explorer;
+Keywords[dsb]=Internet;WWW;wobglědowak;Web;Explorer;
+Keywords[el]=Internet;WWW;Browser;Web;Explorer;Διαδίκτυο;Ιστός;Ίντερνετ;
+Keywords[en_CA]=Internet;WWW;Browser;Web;Explorer;
+Keywords[en_GB]=Internet;WWW;Browser;Web;Explorer;
+Keywords[eo]=Interreto;Retumilo;TTT;Teksaĵo;Reto;Internet;WWW;Browser;Web;Explorer;
+Keywords[es_AR]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[es_CL]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[es_ES]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[es_MX]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[et]=Internet;WWW;Browser;Web;Explorer;
+Keywords[eu]=Internet;WWW;Nabigatzailea;Web;Arakatzailea;
+Keywords[fa]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ff]=Internet;WWW;Browser;Web;Explorer;
+Keywords[fi]=Internet;WWW;Browser;Web;Explorer;netti;webbi;selain;
+Keywords[fr]=Internet;WWW;Navigateur;Web;Explorer;
+Keywords[fur]=Internet;WWW;Browser;Navigadôr;Web;Esploradôr;Explorer;
+Keywords[fy_NL]=Ynternet;WWW;Browser;Web;Ferkenner;
+Keywords[ga_IE]=Internet;WWW;Browser;Web;Explorer;
+Keywords[gd]=Internet;WWW;Browser;Web;Explorer;eadar-lìon;brabhsair;brobhsair;lìon;taisgealaiche;
+Keywords[gl]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[gn]=Internet;WWW;Browser;Web;Explorer;
+Keywords[gu_IN]=Internet;WWW;Browser;Web;Explorer;
+Keywords[he]=אינטרנט;WWW;דפדפן;רשת;סייר;מרשתת;
+Keywords[hi_IN]=Internet;WWW;Browser;Web;Explorer;
+Keywords[hr]=Internet;WWW;Preglednik;Web;Istraživač;
+Keywords[hsb]=Internet;WWW;wobhladowak;Web;Explorer;
+Keywords[hu]=Internet;WWW;Böngésző;Web;Világháló;
+Keywords[hy_AM]=Համացանց,WWW,Զննիչ,Վեբ,Ցանցախույզ:
+Keywords[hye]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ia]=Internet;WWW;Navigator;Web;Explorator;
+Keywords[id]=Internet;WWW;Browser;Web;Explorer;
+Keywords[is]=Internet;WWW; Vafri; Vefur; Explorer;
+Keywords[it]=Internet;WWW;Browser;Web;Explorer;Navigatore;
+Keywords[ja]=Internet;WWW;Browser;Web;Explorer;インターネット;ブラウザー;ウェブ;
+Keywords[ka]=ინტერნეტი;WWW;ბრაუზერი;ქსელი;ქსელთან წვდომა;
+Keywords[kab]=Internet;WWW;Browser;Web;Explorer;
+Keywords[kk]=Internet;WWW;Browser;Web;Explorer;Интернет;Ғаламтор;Браузер;Желі;Шолғыш;
+Keywords[km]=Internet;WWW;Browser;Web;Explorer;
+Keywords[kn]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ko]=인터넷;브라우저;웹;탐색기;Internet;WWW;Browser;Web;Explorer;
+Keywords[lij]=Internet;WWW;Browser;Web;Explorer;Navegatô;
+Keywords[lo]=Internet;WWW;Browser;Web;Explorer;
+Keywords[lt]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ltg]=Internet;WWW;Browser;Web;Explorer;
+Keywords[lv]=Internets;WWW;Pārlūkprogramma;Tīmeklis;
+Keywords[meh]=Internet;WWW;Browser;Web;Explorer;
+Keywords[mk]=Internet;WWW;Browser;Web;Explorer;
+Keywords[mr]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ms]=Internet;WWW;Browser;Web;Explorer;
+Keywords[my]=Internet;WWW;Browser;Web;Explorer;
+Keywords[nb_NO]=Internett;WWW;Nettleser;Web;Utforsker;
+Keywords[ne_NP]=Internet;WWW;Browser;Web;Explorer;
+Keywords[nl]=Internet;WWW;Browser;Web;Verkenner;
+Keywords[nn_NO]=Internett;WWW;Nettlesar;Web;Utforskar;
+Keywords[oc]=Internet;WWW;Navegador;Navigador;Navegator;Navigator;Web;Explorer;
+Keywords[pa_IN]=ਇੰਟਰਨੈੱਟ;WWW;ਬਰਾਊਜ਼ਰ;ਵੈੱਬ;ਐਕਸਪਲਰੋਰ;ਵੈਬ;ਇੰਟਰਨੈਟ;
+Keywords[pl]=Internet;WWW;Przeglądarka;Browser;Wyszukiwarka;Web;Sieć;Explorer;Eksplorer;Strony;Witryny;internetowe;
+Keywords[pt_BR]=Internet;WWW;Browser;Web;Explorer;Navegador;
+Keywords[pt_PT]=Internet;WWW;Navegador;Web;Explorador;
+Keywords[rm]=Internet;WWW;Browser;Web;Explorer;navigatur;
+Keywords[ro]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ru]=Сеть;Интернет;Браузер;Доступ в Интернет;
+Keywords[sat]=Internet;WWW;Browser;Web;Explorer;
+Keywords[sc]=Internet;WWW;Navigadore;Web;Explorer;
+Keywords[sco]=Internet;WWW;Browser;Web;Explorer;
+Keywords[si]=අන්තර්ජාලය;අතිරික්සුව;පිරික්සන්න;ගවේශකය;Internet;WWW;Browser;Web;Explorer;
+Keywords[sk]=Internet;WWW;Prehliadač;Web;Prieskumník;
+Keywords[skr]=Internet;WWW;Browser;Web;Explorer;
+Keywords[sl]=internet;www;brskalnik;splet;
+Keywords[son]=Internet;WWW;Browser;Web;Explorer;
+Keywords[sq]=Internet;WWW;Shfletues;Web;Eksplorues;
+Keywords[sr]=Internet;WWW;Browser;Web;Explorer;
+Keywords[sv_SE]=Internet;WWW;Webbläsare;Webb;Utforskare;
+Keywords[szl]=Internet;WWW;Browser;Web;Explorer;
+Keywords[ta]=Internet;WWW;Browser;Web;Explorer;
+Keywords[te]=Internet;WWW;Browser;Web;Explorer;
+Keywords[tg]=Интернет;WWW;Браузер;Сомона;Ҷустуҷӯгар;
+Keywords[th]=อินเทอร์เน็ต;เบราว์เซอร์;เว็บ;Internet;WWW;Browser;Web;Explorer;
+Keywords[tl]=Internet;WWW;Browser;Web;Explorer;
+Keywords[tr]=Internet;WWW;Browser;Web;Explorer;İnternet;Tarayıcı;
+Keywords[trs]=Internet;WWW;Browser;Web;Explorer;
+Keywords[uk]=Інтернет;WWW;Браузер;Веб;Переглядач;
+Keywords[ur]=Internet;WWW;Browser;Web;Explorer;
+Keywords[uz]=Internet;WWW;Browser;Web;Explorer;
+Keywords[vi]=Internet;WWW;Trình duyệt;Web;Duyệt web;
+Keywords[wo]=Internet;WWW;Browser;Web;Explorer;
+Keywords[xh]=Internet;WWW;Browser;Web;Explorer;
+Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;
+Keywords[zh_TW]=網際網路;網路;瀏覽器;網頁;上網;Internet;WWW;Browser;Web;Explorer;
+X-GNOME-FullName=Firefox Web Browser
+X-GNOME-FullName[ach]=Firefox Web Browser
+X-GNOME-FullName[af]=Firefox Web Browser
+X-GNOME-FullName[an]=Firefox Web Browser
+X-GNOME-FullName[ar]=متصفح Firefox
+X-GNOME-FullName[ast]=Firefox Web Browser
+X-GNOME-FullName[az]=Firefox Web Browser
+X-GNOME-FullName[be]=Вэб-браўзер Firefox
+X-GNOME-FullName[bg]=Firefox Уеб браузър
+X-GNOME-FullName[bn]=Firefox Web Browser
+X-GNOME-FullName[br]=Merdeer Web Firefox
+X-GNOME-FullName[brx]=Firefox Web Browser
+X-GNOME-FullName[bs]=Firefox web pretraživač
+X-GNOME-FullName[ca]=Navegador web Firefox
+X-GNOME-FullName[ca_valencia]=Firefox Web Browser
+X-GNOME-FullName[cak]=Firefox Web Browser
+X-GNOME-FullName[ckb]=Firefox Web Browser
+X-GNOME-FullName[cs]=Webový prohlížeč Firefox
+X-GNOME-FullName[cy]=Porwr Gwe Firefox
+X-GNOME-FullName[da]=Firefox-browser
+X-GNOME-FullName[de]=Firefox-Web-Browser
+X-GNOME-FullName[dsb]=Webwobglědowak Firefox
+X-GNOME-FullName[el]=Πρόγραμμα περιήγησης Firefox
+X-GNOME-FullName[en_CA]=Firefox Web Browser
+X-GNOME-FullName[en_GB]=Firefox Web Browser
+X-GNOME-FullName[eo]=Retumilo Firefox
+X-GNOME-FullName[es_AR]=Navegador web Firefox
+X-GNOME-FullName[es_CL]=Navegador web Firefox
+X-GNOME-FullName[es_ES]=Navegador web Firefox
+X-GNOME-FullName[es_MX]=Navegador web Firefox
+X-GNOME-FullName[et]=Firefox Web Browser
+X-GNOME-FullName[eu]=Firefox web nabigatzailea
+X-GNOME-FullName[fa]=Firefox Web Browser
+X-GNOME-FullName[ff]=Firefox Web Browser
+X-GNOME-FullName[fi]=Firefox-verkkoselain
+X-GNOME-FullName[fr]=Navigateur web Firefox
+X-GNOME-FullName[fur]=Navigadôr web Firefox
+X-GNOME-FullName[fy_NL]=Firefox-webbrowser
+X-GNOME-FullName[ga_IE]=Firefox Web Browser
+X-GNOME-FullName[gd]=Brabhsair-lìn Firefox
+X-GNOME-FullName[gl]=Navegador web Firefox
+X-GNOME-FullName[gn]=Firefox Ñanduti Kundahára
+X-GNOME-FullName[gu_IN]=Firefox Web Browser
+X-GNOME-FullName[he]=דפדפן אינטרנט Firefox
+X-GNOME-FullName[hi_IN]=Firefox वेब ब्राउज़र
+X-GNOME-FullName[hr]=Firefox web preglednik
+X-GNOME-FullName[hsb]=Webwobhladowak Firefox
+X-GNOME-FullName[hu]=Firefox webböngésző
+X-GNOME-FullName[hy_AM]=Firefox վեբ դիտարկիչ
+X-GNOME-FullName[hye]=Firefox Web Browser
+X-GNOME-FullName[ia]=Navigator web Firefox
+X-GNOME-FullName[id]=Firefox Peramban Web
+X-GNOME-FullName[is]=Firefox-vafri
+X-GNOME-FullName[it]=Browser web Firefox
+X-GNOME-FullName[ja]=Firefox ウェブブラウザー
+X-GNOME-FullName[ka]=Firefox-ბრაუზერი
+X-GNOME-FullName[kab]=Iminig web Firefox
+X-GNOME-FullName[kk]=Firefox веб-браузері
+X-GNOME-FullName[km]=Firefox Web Browser
+X-GNOME-FullName[kn]=Firefox Web Browser
+X-GNOME-FullName[ko]=Firefox 웹 브라우저
+X-GNOME-FullName[lij]=Firefox Navegatô Web
+X-GNOME-FullName[lo]=Firefox ເວັບບຣາວເຊີ
+X-GNOME-FullName[lt]=Firefox Web Browser
+X-GNOME-FullName[ltg]=Firefox Web Browser
+X-GNOME-FullName[lv]=Firefox tīmekļa pārlūks
+X-GNOME-FullName[meh]=Firefox Web Browser
+X-GNOME-FullName[mk]=Firefox Web Browser
+X-GNOME-FullName[mr]=Firefox Web Browser
+X-GNOME-FullName[ms]=Firefox Web Browser
+X-GNOME-FullName[my]=Firefox Web Browser
+X-GNOME-FullName[nb_NO]=Firefox-nettleser
+X-GNOME-FullName[ne_NP]=Firefox Web Browser
+X-GNOME-FullName[nl]=Firefox-webbrowser
+X-GNOME-FullName[nn_NO]=Firefox-nettlesar
+X-GNOME-FullName[oc]=Navegador web Firefox
+X-GNOME-FullName[pa_IN]=Firefox ਵੈੱਬ ਬਰਾਊਜ਼ਰ
+X-GNOME-FullName[pl]=Przeglądarka Firefox
+X-GNOME-FullName[pt_BR]=Navegador web Firefox
+X-GNOME-FullName[pt_PT]=Navegador Web Firefox
+X-GNOME-FullName[rm]=Navigatur-web Firefox
+X-GNOME-FullName[ro]=Firefox Web Browser
+X-GNOME-FullName[ru]=Веб-браузер Firefox
+X-GNOME-FullName[sat]=Firefox ᱣᱮᱵᱽ ᱵᱽᱨᱟᱣᱡᱚᱨ
+X-GNOME-FullName[sc]=Navigadore web Firefox
+X-GNOME-FullName[sco]=Firefox Web Browser
+X-GNOME-FullName[si]=Firefox අතිරික්සුව
+X-GNOME-FullName[sk]=Webový prehliadač Firefox
+X-GNOME-FullName[skr]=Firefox ویب براؤزر
+X-GNOME-FullName[sl]=Spletni brskalnik Firefox
+X-GNOME-FullName[son]=Firefox Web Browser
+X-GNOME-FullName[sq]=Shfletuesi Firefox
+X-GNOME-FullName[sr]=Firefox веб прегледач
+X-GNOME-FullName[sv_SE]=Firefox webbläsare
+X-GNOME-FullName[szl]=Firefox Web Browser
+X-GNOME-FullName[ta]=Firefox Web Browser
+X-GNOME-FullName[te]=Firefox Web Browser
+X-GNOME-FullName[tg]=Браузери интернетии «Firefox»
+X-GNOME-FullName[th]=เว็บเบราว์เซอร์ Firefox
+X-GNOME-FullName[tl]=Firefox Web Browser
+X-GNOME-FullName[tr]=Firefox Web Tarayıcısı
+X-GNOME-FullName[trs]=Firefox Web riña gāchē nu’
+X-GNOME-FullName[uk]=Браузер Firefox
+X-GNOME-FullName[ur]=Firefox Web Browser
+X-GNOME-FullName[uz]=Firefox Web Browser
+X-GNOME-FullName[vi]=Trình duyệt Web Firefox
+X-GNOME-FullName[wo]=Firefox Web Browser
+X-GNOME-FullName[xh]=Firefox Web Browser
+X-GNOME-FullName[zh_CN]=Firefox 浏览器
+X-GNOME-FullName[zh_TW]=Firefox 網頁瀏覽器
+
+[Desktop Action new-window]
+Exec=/usr/lib/firefox/firefox --new-window https://antergos.com/
+Name=New Window
+Name[ach]=New Window
+Name[af]=New Window
+Name[an]=New Window
+Name[ar]=نافذة جديدة
+Name[ast]=New Window
+Name[az]=New Window
+Name[be]=Новае акно
+Name[bg]=Нов прозорец
+Name[bn]=New Window
+Name[br]=Prenestr nevez
+Name[brx]=New Window
+Name[bs]=Novi prozor
+Name[ca]=Finestra nova
+Name[ca_valencia]=New Window
+Name[cak]=K'ak'a' Tzuwäch
+Name[ckb]=New Window
+Name[cs]=Nové okno
+Name[cy]=Ffenestr Newydd
+Name[da]=Nyt vindue
+Name[de]=Neues Fenster
+Name[dsb]=Nowe wokno
+Name[el]=Νέο παράθυρο
+Name[en_CA]=New Window
+Name[en_GB]=New Window
+Name[eo]=Nova fenestro
+Name[es_AR]=Nueva ventana
+Name[es_CL]=Nueva ventana
+Name[es_ES]=Nueva ventana
+Name[es_MX]=Nueva ventana
+Name[et]=New Window
+Name[eu]=Leiho berria
+Name[fa]=New Window
+Name[ff]=New Window
+Name[fi]=Uusi ikkuna
+Name[fr]=Nouvelle fenêtre
+Name[fur]=Gnûf barcon
+Name[fy_NL]=Nij finster
+Name[ga_IE]=New Window
+Name[gd]=Uinneag ùr
+Name[gl]=Nova xanela
+Name[gn]=Ovetã pyahu
+Name[gu_IN]=New Window
+Name[he]=חלון חדש
+Name[hi_IN]=New Window
+Name[hr]=Novi prozor
+Name[hsb]=Nowe wokno
+Name[hu]=Új ablak
+Name[hy_AM]=Նոր պատուհան
+Name[hye]=New Window
+Name[ia]=Nove fenestra
+Name[id]=Jendela Baru
+Name[is]=Nýr gluggi
+Name[it]=Nuova finestra
+Name[ja]=新しいウィンドウ
+Name[ka]=ახალი ფანჯარა
+Name[kab]=Asfaylu amaynut
+Name[kk]=Жаңа терезе
+Name[km]=New Window
+Name[kn]=New Window
+Name[ko]=새 창
+Name[lij]=Neuvo Barcon
+Name[lo]=ວິນໂດໃໝ່
+Name[lt]=New Window
+Name[ltg]=New Window
+Name[lv]=Jauns logs
+Name[meh]=New Window
+Name[mk]=New Window
+Name[mr]=New Window
+Name[ms]=New Window
+Name[my]=New Window
+Name[nb_NO]=Nytt vindu
+Name[ne_NP]=New Window
+Name[nl]=Nieuw venster
+Name[nn_NO]=Nytt vindauge
+Name[oc]=Fenèstra novèla
+Name[pa_IN]=ਨਵੀਂ ਵਿੰਡੋ
+Name[pl]=Nowe okno
+Name[pt_BR]=Nova janela
+Name[pt_PT]=Nova janela
+Name[rm]=Nova fanestra
+Name[ro]=New Window
+Name[ru]=Новое окно
+Name[sat]=ᱱᱟᱶᱟ ᱣᱤᱱᱰᱳ
+Name[sc]=Ventana noa
+Name[sco]=New Window
+Name[si]=නව කවුළුව
+Name[sk]=Nové okno
+Name[skr]=نویں ونڈو
+Name[sl]=Novo okno
+Name[son]=New Window
+Name[sq]=Dritare e Re
+Name[sr]=Нови прозор
+Name[sv_SE]=Nytt fönster
+Name[szl]=New Window
+Name[ta]=New Window
+Name[te]=New Window
+Name[tg]=Равзанаи нав
+Name[th]=หน้าต่างใหม่
+Name[tl]=New Window
+Name[tr]=Yeni pencere
+Name[trs]=Bēntanâ nākàa
+Name[uk]=Нове вікно
+Name[ur]=New Window
+Name[uz]=New Window
+Name[vi]=Cửa sổ mới
+Name[wo]=New Window
+Name[xh]=New Window
+Name[zh_CN]=新建窗口
+Name[zh_TW]=開新視窗
+
+[Desktop Action new-private-window]
+Exec=/usr/lib/firefox/firefox --private-window %u
+Name=New Private Window
+Name[ach]=New Private Window
+Name[af]=New Private Window
+Name[an]=New Private Window
+Name[ar]=نافذة خاصة جديدة
+Name[ast]=New Private Window
+Name[az]=New Private Window
+Name[be]=Новае прыватнае акно
+Name[bg]=Нов личен прозорец
+Name[bn]=New Private Window
+Name[br]=Prenestr prevez nevez
+Name[brx]=New Private Window
+Name[bs]=Novi privatni prozor
+Name[ca]=Finestra privada nova
+Name[ca_valencia]=New Private Window
+Name[cak]=K'ak'a' Ichinan Tzuwäch
+Name[ckb]=New Private Window
+Name[cs]=Nové anonymní okno
+Name[cy]=Ffenestr Breifat Newydd
+Name[da]=Nyt privat vindue
+Name[de]=Neues privates Fenster
+Name[dsb]=Nowe priwatne wokno
+Name[el]=Νέο ιδιωτικό παράθυρο
+Name[en_CA]=New Private Window
+Name[en_GB]=New Private Window
+Name[eo]=Nova privata fenestro
+Name[es_AR]=Nueva ventana privada
+Name[es_CL]=Nueva ventana privada
+Name[es_ES]=Nueva ventana privada
+Name[es_MX]=Nueva ventana privada
+Name[et]=New Private Window
+Name[eu]=Leiho pribatu berria
+Name[fa]=New Private Window
+Name[ff]=New Private Window
+Name[fi]=Uusi yksityinen ikkuna
+Name[fr]=Nouvelle fenêtre privée
+Name[fur]=Gnûf barcon privât
+Name[fy_NL]=Nij priveefinster
+Name[ga_IE]=New Private Window
+Name[gd]=Uinneag phrìobhaideach ùr
+Name[gl]=Nova xanela privada
+Name[gn]=Ovetã ñemi pyahu
+Name[gu_IN]=New Private Window
+Name[he]=חלון פרטי חדש
+Name[hi_IN]=New Private Window
+Name[hr]=Novi privatni prozor
+Name[hsb]=Nowe priwatne wokno
+Name[hu]=Új privát ablak
+Name[hy_AM]=Նոր գաղտնի պատուհան
+Name[hye]=New Private Window
+Name[ia]=Nove fenestra private
+Name[id]=Jendela Mode Pribadi Baru
+Name[is]=Nýr huliðsgluggi
+Name[it]=Nuova finestra anonima
+Name[ja]=新しいプライベートウィンドウ
+Name[ka]=ახალი პირადი ფანჯარა
+Name[kab]=Asfaylu amaynut n tunigin tusligt
+Name[kk]=Жаңа жекелік терезе
+Name[km]=New Private Window
+Name[kn]=New Private Window
+Name[ko]=새 사생활 보호 창
+Name[lij]=Neuvo Barcon Privòu
+Name[lo]=ວິນໂດສ່ວນຕົວໃໝ່
+Name[lt]=New Private Window
+Name[ltg]=New Private Window
+Name[lv]=Jauns privātais logs
+Name[meh]=New Private Window
+Name[mk]=New Private Window
+Name[mr]=New Private Window
+Name[ms]=New Private Window
+Name[my]=New Private Window
+Name[nb_NO]=Nytt privat vindu
+Name[ne_NP]=New Private Window
+Name[nl]=Nieuw privévenster
+Name[nn_NO]=Nytt privat vindauge
+Name[oc]=Fenèstra privada novèla
+Name[pa_IN]=ਨਵੀਂ ਪ੍ਰਾਈਵੇਟ ਵਿੰਡੋ
+Name[pl]=Nowe okno prywatne
+Name[pt_BR]=Nova janela privativa
+Name[pt_PT]=Nova janela privada
+Name[rm]=Nova fanestra privata
+Name[ro]=New Private Window
+Name[ru]=Новое приватное окно
+Name[sat]=ᱱᱟᱶᱟ ᱱᱤᱡᱮᱨᱟᱜ ᱣᱤᱱᱰᱳ
+Name[sc]=Ventana privada noa
+Name[sco]=New Private Window
+Name[si]=නව පෞද්. කවුළුව
+Name[sk]=Nové súkromné okno
+Name[skr]=نویں نجی ونڈو
+Name[sl]=Novo zasebno okno
+Name[son]=New Private Window
+Name[sq]=Dritare e Re Private
+Name[sr]=Нови приватни прозор
+Name[sv_SE]=Nytt privat fönster
+Name[szl]=New Private Window
+Name[ta]=New Private Window
+Name[te]=New Private Window
+Name[tg]=Равзанаи хусусии нав
+Name[th]=หน้าต่างส่วนตัวใหม่
+Name[tl]=New Private Window
+Name[tr]=Yeni gizli pencere
+Name[trs]=Bēntanâ huì nākàa
+Name[uk]=Приватне вікно
+Name[ur]=New Private Window
+Name[uz]=New Private Window
+Name[vi]=Cửa sổ riêng tư mới
+Name[wo]=New Private Window
+Name[xh]=New Private Window
+Name[zh_CN]=新建隐私窗口
+Name[zh_TW]=開新隱私視窗
+
+[Desktop Action open-profile-manager]
+Exec=/usr/lib/firefox/firefox --ProfileManager
+Name=Open Profile Manager
+Name[ach]=Open Profile Manager
+Name[af]=Open Profile Manager
+Name[an]=Open Profile Manager
+Name[ar]=افتح مدير الملف الشخصي
+Name[ast]=Open Profile Manager
+Name[az]=Open Profile Manager
+Name[be]=Адкрыць менеджар профіляў
+Name[bg]=Отваряне на мениджъра на профили
+Name[bn]=Open Profile Manager
+Name[br]=Digeriñ an ardoer aeladoù
+Name[brx]=Open Profile Manager
+Name[bs]=Otvori Menadžera profila
+Name[ca]=Obre el gestor de perfils
+Name[ca_valencia]=Open Profile Manager
+Name[cak]=Open Profile Manager
+Name[ckb]=Open Profile Manager
+Name[cs]=Otevřete Správce profilů
+Name[cy]=Agorwch y Rheolwr Proffil
+Name[da]=Åbn profilhåndtering
+Name[de]=Profilverwaltung öffnen
+Name[dsb]=Profilowy zastojnik wócyniś
+Name[el]=Άνοιγμα Διαχείρισης προφίλ
+Name[en_CA]=Open Profile Manager
+Name[en_GB]=Open Profile Manager
+Name[eo]=Malfermi administranton de profiloj
+Name[es_AR]=Abrir administrador de perfiles
+Name[es_CL]=Abrir administrador de perfiles
+Name[es_ES]=Abrir administrador de perfiles
+Name[es_MX]=Abrir administrador de perfiles
+Name[et]=Open Profile Manager
+Name[eu]=Ireki profilen kudeatzailea
+Name[fa]=Open Profile Manager
+Name[ff]=Open Profile Manager
+Name[fi]=Avaa profiilien hallinta
+Name[fr]=Ouvrir le gestionnaire de profils
+Name[fur]=Vierç gjestôr profîi
+Name[fy_NL]=Profylbehearder iepenje
+Name[ga_IE]=Open Profile Manager
+Name[gd]=Fosgail manaidsear nam pròifilean
+Name[gl]=Abrir o xestor de perfís
+Name[gn]=Embojuruja mba’ete ñangarekoha
+Name[gu_IN]=Open Profile Manager
+Name[he]=פתיחת מנהל הפרופילים
+Name[hi_IN]=Open Profile Manager
+Name[hr]=Otvori upravljač profila
+Name[hsb]=Zrjadowak profilow wočinić
+Name[hu]=Profilkezelő megnyitása
+Name[hy_AM]=Բացեք պրոֆիլի կառավարիչը
+Name[hye]=Open Profile Manager
+Name[ia]=Aperir le gestor de profilo
+Name[id]=Buka Pengelola Profil
+Name[is]=Opna umsýslu notandasniða
+Name[it]=Apri gestore profili
+Name[ja]=プロファイルマネージャーを開く
+Name[ka]=პროფილის მმართველის გახსნა
+Name[kab]=Ldi amsefrak n umaɣnu
+Name[kk]=Профильдер бақарушысын ашу
+Name[km]=Open Profile Manager
+Name[kn]=Open Profile Manager
+Name[ko]=프로필 관리자 열기
+Name[lij]=Open Profile Manager
+Name[lo]=ເປີດຕົວຈັດການໂປຣໄຟລ໌
+Name[lt]=Open Profile Manager
+Name[ltg]=Open Profile Manager
+Name[lv]=Atvērt profilu pārvaldnieku
+Name[meh]=Open Profile Manager
+Name[mk]=Open Profile Manager
+Name[mr]=Open Profile Manager
+Name[ms]=Open Profile Manager
+Name[my]=Open Profile Manager
+Name[nb_NO]=Åpne profilbehandler
+Name[ne_NP]=Open Profile Manager
+Name[nl]=Profielbeheerder openen
+Name[nn_NO]=Opne profilhandsaming
+Name[oc]=Dobrir lo gestionari de perfils
+Name[pa_IN]=ਪਰੋਫ਼ਾਈਲ ਮੈਨੇਜਰ ਖੋਲ੍ਹੋ
+Name[pl]=Menedżer profili
+Name[pt_BR]=Abrir gerenciador de perfis
+Name[pt_PT]=Abrir o Gestor de Perfis
+Name[rm]=Avrir l'administraziun da profils
+Name[ro]=Open Profile Manager
+Name[ru]=Открыть менеджер профилей
+Name[sat]=ᱢᱮᱫᱦᱟᱸ ᱢᱮᱱᱮᱡᱚᱨ ᱠᱷᱩᱞᱟᱹᱭ ᱢᱮ
+Name[sc]=Aberi su gestore de profilos
+Name[sco]=Open Profile Manager
+Name[si]=පැතිකඩ කළමනාකරු අරින්න
+Name[sk]=Otvoriť Správcu profilov
+Name[skr]=پروفائل منیجر کھولو
+Name[sl]=Odpri upravitelja profilov
+Name[son]=Open Profile Manager
+Name[sq]=Hapni Përgjegjës Profilesh
+Name[sr]=Отворите управљач профила
+Name[sv_SE]=Öppna Profilhanteraren
+Name[szl]=Open Profile Manager
+Name[ta]=Open Profile Manager
+Name[te]=Open Profile Manager
+Name[tg]=Кушодани мудири профилҳо
+Name[th]=เปิดตัวจัดการโปรไฟล์
+Name[tl]=Open Profile Manager
+Name[tr]=Profil yöneticisini aç
+Name[trs]=Sa nīkāj ñu’ūnj nej perfî huā nì’nï̀nj ïn
+Name[uk]=Відкрити менеджер профілів
+Name[ur]=Open Profile Manager
+Name[uz]=Open Profile Manager
+Name[vi]=Mở trình quản lý hồ sơ
+Name[wo]=Open Profile Manager
+Name[xh]=Open Profile Manager
+Name[zh_CN]=打开配置文件管理器
+Name[zh_TW]=開啟設定檔管理員
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/Antergos.profile b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/Antergos.profile
new file mode 100644
index 0000000..7ade1b5
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/Antergos.profile
@@ -0,0 +1,10 @@
+[Appearance]
+ColorScheme=antergos-live
+
+[General]
+Name=Antergos
+Parent=FALLBACK/
+
+[Scrolling]
+HistoryMode=2
+ScrollBarPosition=1
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/antergos-live.colorscheme b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/antergos-live.colorscheme
new file mode 100644
index 0000000..0aa3def
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/konsole/antergos-live.colorscheme
@@ -0,0 +1,100 @@
+[Background]
+Color=8,5,43
+
+[BackgroundFaint]
+Color=0,0,0
+
+[BackgroundIntense]
+Color=0,0,0
+
+[Color0]
+Color=0,0,0
+
+[Color0Faint]
+Color=192,192,192
+
+[Color0Intense]
+Color=104,104,104
+
+[Color1]
+Color=250,0,0
+
+[Color1Faint]
+Color=250,0,0
+
+[Color1Intense]
+Color=75,93,255
+
+[Color2]
+Color=52,127,178
+
+[Color2Faint]
+Color=142,224,142
+
+[Color2Intense]
+Color=84,255,84
+
+[Color3]
+Color=178,104,24
+
+[Color3Faint]
+Color=224,224,142
+
+[Color3Intense]
+Color=255,255,84
+
+[Color4]
+Color=150,142,152
+
+[Color4Faint]
+Color=125,152,35
+
+[Color4Intense]
+Color=84,84,255
+
+[Color5]
+Color=225,30,225
+
+[Color5Faint]
+Color=175,29,175
+
+[Color5Intense]
+Color=255,84,255
+
+[Color6]
+Color=0,134,223
+
+[Color6Faint]
+Color=0,98,173
+
+[Color6Intense]
+Color=0,68,255
+
+[Color7]
+Color=255,255,255
+
+[Color7Faint]
+Color=200,200,200
+
+[Color7Intense]
+Color=50,50,50
+
+[Foreground]
+Color=255,255,255
+
+[ForegroundFaint]
+Color=0,90,195
+
+[ForegroundIntense]
+Color=23,74,240
+
+[General]
+Anchor=0.5,0.5
+Blur=false
+ColorRandomization=false
+Description=antergos-live
+FillStyle=Tile
+Opacity=0.88
+Wallpaper=
+WallpaperFlipType=NoFlip
+WallpaperOpacity=1
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults
new file mode 100644
index 0000000..700d621
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults
@@ -0,0 +1,30 @@
+[kcminputrc][Mouse]
+cursorTheme=breeze_cursors
+
+[kdeglobals][General]
+ColorScheme=BreezeDark
+
+[kdeglobals][KDE]
+widgetStyle=Breeze
+
+[kdeglobals][Icons]
+Theme=breeze-dark
+
+[kdeglobals][Mouse]
+cursorTheme=Breeze_Light
+
+[kwinrc][DesktopSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][WindowSwitcher]
+LayoutName=org.kde.breeze.desktop
+
+[kwinrc][org.kde.kdecoration2]
+library=org.kde.breeze
+theme=Breeze
+
+[plasmarc][Theme]
+name=default
+
+[Wallpaper]
+Image=Next
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js
new file mode 100644
index 0000000..4db0699
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js
@@ -0,0 +1,82 @@
+var panel = new Panel
+var panelScreen = panel.screen
+
+// No need to set panel.location as ShellCorona::addPanel will automatically pick one available edge
+
+// For an Icons-Only Task Manager on the bottom, *3 is too much, *2 is too little
+// Round down to next highest even number since the Panel size widget only displays
+// even numbers
+panel.height = 2 * Math.floor(gridUnit * 2.5 / 2)
+
+// Restrict horizontal panel to a maximum size of a 21:9 monitor
+const maximumAspectRatio = 21/9;
+if (panel.formFactor === "horizontal") {
+ const geo = screenGeometry(panelScreen);
+ const maximumWidth = Math.ceil(geo.height * maximumAspectRatio);
+
+ if (geo.width > maximumWidth) {
+ panel.alignment = "center";
+ panel.minimumLength = maximumWidth;
+ panel.maximumLength = maximumWidth;
+ }
+}
+
+var kickoff = panel.addWidget("org.kde.plasma.kickoff")
+kickoff.currentConfigGroup = ["Shortcuts"]
+kickoff.writeConfig("global", "Alt+F1")
+
+panel.addWidget("org.kde.plasma.pager")
+
+let taskBar = panel.addWidget("org.kde.plasma.icontasks")
+taskBar.currentConfigGroup = ["General"]
+taskBar.writeConfig("launchers",[,"preferred://browser","preferred://filemanager","applications:org.kde.konsole.desktop","applications:antergos-log-tool.desktop","applications:org.kde.spectacle.desktop","applications:cnchi.desktop"])
+
+panel.addWidget("org.kde.plasma.marginsseparator")
+
+/* Next up is determining whether to add the Input Method Panel
+ * widget to the panel or not. This is done based on whether
+ * the system locale's language id is a member of the following
+ * white list of languages which are known to pull in one of
+ * our supported IME backends when chosen during installation
+ * of common distributions. */
+
+var langIds = ["as", // Assamese
+ "bn", // Bengali
+ "bo", // Tibetan
+ "brx", // Bodo
+ "doi", // Dogri
+ "gu", // Gujarati
+ "hi", // Hindi
+ "ja", // Japanese
+ "kn", // Kannada
+ "ko", // Korean
+ "kok", // Konkani
+ "ks", // Kashmiri
+ "lep", // Lepcha
+ "mai", // Maithili
+ "ml", // Malayalam
+ "mni", // Manipuri
+ "mr", // Marathi
+ "ne", // Nepali
+ "or", // Odia
+ "pa", // Punjabi
+ "sa", // Sanskrit
+ "sat", // Santali
+ "sd", // Sindhi
+ "si", // Sinhala
+ "ta", // Tamil
+ "te", // Telugu
+ "th", // Thai
+ "ur", // Urdu
+ "vi", // Vietnamese
+ "zh_CN", // Simplified Chinese
+ "zh_TW"] // Traditional Chinese
+
+if (langIds.indexOf(languageId) != -1) {
+ panel.addWidget("org.kde.plasma.kimpanel");
+}
+
+panel.addWidget("org.kde.plasma.systemtray")
+panel.addWidget("org.kde.plasma.digitalclock")
+panel.addWidget("org.kde.plasma.showdesktop")
+
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/fullscreenpreview.jpg b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/fullscreenpreview.jpg
new file mode 100644
index 0000000..0c02bcd
Binary files /dev/null and b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/fullscreenpreview.jpg differ
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/preview.png b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/preview.png
new file mode 100644
index 0000000..766ea0e
Binary files /dev/null and b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/previews/preview.png differ
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/metadata.json b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/metadata.json
new file mode 100644
index 0000000..d6ba089
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/metadata.json
@@ -0,0 +1,11 @@
+{
+ "KPackageStructure": "Plasma/LookAndFeel",
+ "KPlugin": {
+ "Category": "",
+ "Description": "Antergos Dark",
+ "Id": "com.antergos.breezedark.desktop",
+ "License": "GPLv2+",
+ "Name": "Antergos Dark",
+ "Website": "https://www.kde.org"
+ }
+}
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.nanorc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.nanorc
new file mode 100755
index 0000000..0108a07
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.nanorc
@@ -0,0 +1,2 @@
+include /usr/share/nano/*.nanorc
+include /usr/share/nano-syntax-highlighting/*.nanorc
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.xinitrc b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.xinitrc
new file mode 100755
index 0000000..805efbd
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/.xinitrc
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Force EGL and Qt to X11/XCB
+export EGL_PLATFORM=x11
+export QT_QPA_PLATFORM=xcb
+
+# Essential for KDE to identify the session correctly
+export XDG_SESSION_TYPE=x11
+export XDG_CURRENT_DESKTOP=KDE
+export KDE_FULL_SESSION=true
+
+# Start Plasma session on X11
+exec startplasma-x11
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/LICENSE b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/LICENSE
new file mode 100755
index 0000000..f288702
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user-commands-before.bash b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user-commands-before.bash
new file mode 100755
index 0000000..c341d2b
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user-commands-before.bash
@@ -0,0 +1,44 @@
+#!/bin/bash
+#
+# This file can contain commands that will be executed (as root) before
+# calamares is started. So here you may configure various settings of calamares.
+#
+# NOTE! This is an advanced feature, so you need to know *exactly* what
+# you are doing. Otherwise bad things can happen...
+# Sound knowledge of calamares, bash language, and linux commands is required
+# for a meaningful customization.
+#
+# If you add commands to this file, start the whole install process fresh
+# with terminal command 'antergos-welcome' after saving this file.
+#
+# Tip: save your customized commands into a file on an internet server
+# and fetch that file with command:
+#
+# wget -O ~/user-commands-before.bash "URL-referring-the-file"
+#
+# Note: this file is supported in ISOs *after* Galileo Neo!
+#
+#----------------------------------------------------------------------------------
+#
+# Now *you* can add your commands into function _IsoConfig below.
+#
+#----------------------------------------------------------------------------------
+
+_IsoConfig() {
+ ## Add your ISO configurations here.
+ ## This is executed as root before calamares is started.
+
+ local -r install_mode="$1" # 'online' or 'offline'
+
+ ## Now your commands. Some examples:
+ #
+ # Set KDE-Desktop as default:
+ # printf "\ndefault: KDE-Desktop\n" >> /etc/calamares/modules/packagechooser.conf
+ # ...
+}
+
+## Execute the commands if the parameter list is valid:
+
+case "$1" in
+ offline | online) _IsoConfig "$1" ;;
+esac
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_commands.bash b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_commands.bash
new file mode 100755
index 0000000..85f424d
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_commands.bash
@@ -0,0 +1,73 @@
+#!/bin/bash
+#
+# This file can contain commands that will be executed (as root) at the end of
+# Antergos install (in online mode only) on the target system.
+#
+# NOTE! This is an advanced feature, so you need to know exactly
+# what you are doing. Otherwise bad things can happen...
+# Sound knowledge of bash language and linux commands is required
+# for a meaningful customization.
+#
+# If you add commands to this file, start the whole install process fresh
+# with terminal command 'antergos-welcome' after saving this file.
+#
+# Tip: save your customized commands into a file on an internet server
+# and fetch that file with command:
+#
+# wget -O ~/user_commands.bash "URL-referring-the-file"
+#
+# Here you may customize the installed system in several ways.
+#
+# Ideas for customization:
+# - install packages
+# - remove packages
+# - enable or disable system services
+# - writing dotfiles under $HOME
+# - etc.
+#
+# Example commands:
+# pacman -S --noconfirm --needed gufw geany chromium
+# pacman -Rsn --noconfirm xed
+# systemctl enable ufw
+#
+# There are some limitations to the commands:
+# - The 'pacman' commands mentioned above require option '--noconfirm',
+# otherwise the install process may hang because pacman waits for a
+# confirmation!
+# - Installing packages with 'yay' does not work because yay may not
+# be run as root.
+# The 'makepkg' command suffers from the same limitation.
+# This essentially blocks installing AUR packages here.
+#
+# Tip: if you write new files into the home directory of the new user,
+# make sure to properly set the file permissions too.
+#
+#----------------------------------------------------------------------------------
+#
+# Now *you* can add your commands into function _PostInstallCommands below.
+#
+#----------------------------------------------------------------------------------
+
+_PostInstallCommands() {
+ ## Add your "late-install" commands here.
+ ## This is executed as root near the end of calamares execution.
+
+ local -r username="$1" # new user you created for the target
+
+ ## Now your commands. Some examples:
+ #
+ # echo "## Hello world!" >> /home/$username/.bashrc
+ # echo "export FUNCNEST=100" >> /home/$username/.bashrc
+ # echo "alias pacdiff=antergos-pacdiff" >> /home/$username/.bashrc
+ # chmod $username:$username /home/$username/.bashrc
+ #
+ # pacman -S --noconfirm --needed geany chromium libreoffice-fresh
+ # ...
+}
+
+## Execute the commands if the parameter list is valid:
+
+case "$1" in
+ --iso-conf* | online | offline | community) ;; # no more supported here
+ *) _PostInstallCommands "$1" ;;
+esac
diff --git a/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_pkglist.txt b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_pkglist.txt
new file mode 100755
index 0000000..a015992
--- /dev/null
+++ b/airootfs/root/antergos-skel-liveuser/pkg/antergos-skel-liveuser/etc/skel/user_pkglist.txt
@@ -0,0 +1,2 @@
+# Add package names available from repositories (not from AUR) one package-name per line.
+# Note: not for offline install.
diff --git a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/applications/cnchi.desktop b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/applications/cnchi.desktop
index 2b00c9e..6f6f868 100644
--- a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/applications/cnchi.desktop
+++ b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/applications/cnchi.desktop
@@ -6,7 +6,7 @@ GenericName=System Installer
Comment=Cnchi — Antergos System Installer
Keywords=cnchi;system;installer;
TryExec=cnchi
-Exec=cnchi
+Exec=pkexec cnchi
Categories=Qt;System;
Icon=cnchi
Terminal=false
diff --git a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults
index e72d5e8..700d621 100644
--- a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults
+++ b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/plasma/look-and-feel/com.antergos.breezedark.desktop/contents/defaults
@@ -27,4 +27,4 @@ theme=Breeze
name=default
[Wallpaper]
-Image=Antergos
+Image=Next
diff --git a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/images/3840x2160.png b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/images/3840x2160.png
deleted file mode 120000
index 8f6c98c..0000000
--- a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/images/3840x2160.png
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/endeavouros/backgrounds/endeavouros-wallpaper.png
\ No newline at end of file
diff --git a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/screenshot.png b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/screenshot.png
deleted file mode 100644
index 1b81d48..0000000
Binary files a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/contents/screenshot.png and /dev/null differ
diff --git a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/metadata.json b/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/metadata.json
deleted file mode 100644
index 04e3ec2..0000000
--- a/airootfs/root/antergos-skel-liveuser/src/etc/skel/.local/share/wallpapers/Antergos/metadata.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "KPlugin": {
- "Id": "Antergos",
- "License": "CC-BY-SA-4.0",
- "Name": "Antergos"
- }
-}
diff --git a/packages.x86_64 b/packages.x86_64
index fc37223..a70f440 100644
--- a/packages.x86_64
+++ b/packages.x86_64
@@ -246,6 +246,7 @@ plasma-pa
plasma-x11-session
plasma-systemmonitor
plasma-workspace
+plasma-workspace-wallpapers
powerdevil
print-manager
spectacle
diff --git a/prepare.sh b/prepare.sh
index 6c55a0b..54f63d2 100755
--- a/prepare.sh
+++ b/prepare.sh
@@ -10,8 +10,8 @@ wget -qN --show-progress -P "airootfs/root/" "https://raw.githubusercontent.com/
wget -qN --show-progress -P "airootfs/root/" "https://raw.githubusercontent.com/Antergos/wallpapers/master/antergos-wallpaper.png"
cp airootfs/root/antergos-wallpaper.png airootfs/root/livewall.png
-# Get Antergos icon for SDDM avatar
-wget -qN --show-progress -O "airootfs/root/liveuser.png" "https://avatars.githubusercontent.com/u/17977612"
+# Get Antergos icon for SDDM avatar (use committed file instead of GitHub avatar)
+# wget -qN --show-progress -O "airootfs/root/liveuser.png" "https://avatars.githubusercontent.com/u/17977612"
# Build liveuser skel
cd "airootfs/root/antergos-skel-liveuser"
diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh
index 44594db..6ddf185 100755
--- a/run_before_squashfs.sh
+++ b/run_before_squashfs.sh
@@ -139,9 +139,10 @@ mv "/root/antergos-wallpaper.png" "/usr/share/antergos/backgrounds/antergos-wall
mv "/root/livewall.png" "/usr/share/antergos/backgrounds/antergos-wallpaper-live.png"
chmod 644 "/usr/share/antergos/backgrounds/"*".png"
-echo "---> Register wallpaper for Plasma --->"
-mkdir -p "/usr/share/wallpapers/Antergos/contents/images"
-cp "/usr/share/antergos/backgrounds/antergos-wallpaper-live.png" "/usr/share/wallpapers/Antergos/contents/images/1920x1080.png"
+echo "---> Register wallpaper for Plasma (overwrite default KDE Next/ wallpaper) --->"
+for res in 1920x1080 3840x2160 1440x2960 5120x2880 7680x2160; do
+ cp "/usr/share/antergos/backgrounds/antergos-wallpaper-live.png" "/usr/share/wallpapers/Next/contents/images/${res}.png"
+done
echo "---> Install Antergos icon --->"
mkdir -p "/usr/share/antergos"
@@ -177,6 +178,9 @@ rm -rf "/var/cache/pacman/pkg/"
echo "---> remove ranked mirrorlist, used for fetching offline packages replacing it with original from package --->"
mv "/etc/pacman.d/mirrorlist-from-package" "/etc/pacman.d/mirrorlist"
+echo "---> Fix cnchi desktop file to use pkexec --->"
+sed -i 's|^Exec=cnchi$|Exec=pkexec cnchi|' "/usr/share/applications/cnchi.desktop"
+
echo "---> Set Antergos NeXT os-release --->"
cat > "/usr/lib/os-release" << 'OSEOF'
NAME="Antergos NeXT"