Skip to content

Commit

Permalink
iso 15
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-studios committed Feb 28, 2024
1 parent c66f332 commit c996ee5
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 16 deletions.
4 changes: 3 additions & 1 deletion airootfs/etc/profile.d/setup-final.sh
Expand Up @@ -13,7 +13,9 @@ if (( $EUID != 0 )) && [ ! -f "/etc/profile.d/install.sh" ] && [ ! -f "/etc/prof
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github
gnome-extensions enable arch-update@RaphaelRochet

dconf write /org/gnome/shell/extensions/arch-update/notify true
dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-shrink true
Expand All @@ -27,7 +29,7 @@ if (( $EUID != 0 )) && [ ! -f "/etc/profile.d/install.sh" ] && [ ! -f "/etc/prof
dconf write /org/gnome/shell/extensions/just-perfection/workspace-switcher-size 10
dconf write /org/gnome/shell/extensions/just-perfection/startup-status 0

gsettings set org.gnome.desktop.interface icon-theme 'Arc'
gsettings set org.gnome.desktop.interface icon-theme 'kora'
gsettings set org.gnome.desktop.interface cursor-theme 'SShell'

dconf write /org/gnome/shell/extensions/user-theme/name "'SShell'"
Expand Down
6 changes: 4 additions & 2 deletions airootfs/etc/profile.d/setup.sh
Expand Up @@ -14,7 +14,9 @@ if (( $EUID != 0 )); then
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github

gnome-extensions enable arch-update@RaphaelRochet

dconf write /org/gnome/shell/extensions/arch-update/notify true
dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-shrink true
Expand All @@ -28,7 +30,7 @@ if (( $EUID != 0 )); then
dconf write /org/gnome/shell/extensions/just-perfection/workspace-switcher-size 10
dconf write /org/gnome/shell/extensions/just-perfection/startup-status 0

gsettings set org.gnome.desktop.interface icon-theme 'Arc'
gsettings set org.gnome.desktop.interface icon-theme 'kora'
gsettings set org.gnome.desktop.interface cursor-theme 'SShell'

dconf write /org/gnome/shell/extensions/user-theme/name "'SShell'"
Expand Down
2 changes: 1 addition & 1 deletion airootfs/usr/bin/post-install.sh
Expand Up @@ -20,7 +20,7 @@ sudo mv /usr/lib/tmpos-release /usr/lib/os-release
sudo rm -rf /usr/share/gnome-shell/gnome-shell-theme.gresource
sudo mv /usr/share/gnome-shell/tmpgnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource

gsettings set org.gnome.desktop.interface icon-theme 'Arc'
gsettings set org.gnome.desktop.interface icon-theme 'kora'
gsettings set org.gnome.desktop.interface cursor-theme 'SShell'

dconf write /org/gnome/shell/extensions/user-theme/name "'SShell'"
Expand Down
6 changes: 4 additions & 2 deletions airootfs/usr/bin/post-install_setup.sh
Expand Up @@ -13,7 +13,9 @@ gnome-extensions enable gtk4-ding@smedius.gitlab.com
gnome-extensions enable just-perfection-desktop@just-perfection
gnome-extensions enable blur-my-shell@aunetx
gnome-extensions enable tiling-assistant@leleat-on-github

gnome-extensions enable arch-update@RaphaelRochet

dconf write /org/gnome/shell/extensions/arch-update/notify true
dconf write /org/gnome/shell/extensions/dash-to-dock/extend-height true
dconf write /org/gnome/shell/extensions/dash-to-dock/show-apps-at-top true
dconf write /org/gnome/shell/extensions/dash-to-dock/custom-theme-shrink true
Expand All @@ -27,7 +29,7 @@ dconf write /org/gnome/shell/extensions/just-perfection/workspace-switcher-shoul
dconf write /org/gnome/shell/extensions/just-perfection/workspace-switcher-size 10
dconf write /org/gnome/shell/extensions/just-perfection/startup-status 0

gsettings set org.gnome.desktop.interface icon-theme 'Arc'
gsettings set org.gnome.desktop.interface icon-theme 'kora'
gsettings set org.gnome.desktop.interface cursor-theme 'SShell'

dconf write /org/gnome/shell/extensions/user-theme/name "'SShell'"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified airootfs/usr/share/pacman/keyrings/archzfs-trusted 100755 → 100644
Empty file.
Empty file modified airootfs/usr/share/pacman/keyrings/archzfs.gpg 100755 → 100644
Empty file.
Binary file modified airootfs/usr/share/pixmaps/sd-bg-default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions airootfs/usr/share/tmpbranding/default/show.qml
Expand Up @@ -39,8 +39,8 @@ Presentation
Text {
anchors.horizontalCenter: background.horizontalCenter
anchors.top: background.bottom
text: "Thank you for choosing SDesk!<br/>"+
"Your new system is now installing."
text: qsTr("Thank you for choosing SDesk!<br/>"+
"Your new system is now installing.")
wrapMode: Text.WordWrap
width: presentation.width
horizontalAlignment: Text.Center
Expand Down
2 changes: 1 addition & 1 deletion airootfs/usr/share/tmpmodules/bootloader.conf
Expand Up @@ -72,4 +72,4 @@ efiBootMgr: "efibootmgr"
# seems to be the only one). If you set this to false, take care
# to add another module to optionally install the fallback on those
# boards that need it.
installEFIFallback: true
installEFIFallback: true
2 changes: 1 addition & 1 deletion airootfs/usr/share/tmpmodules/packages.conf
Expand Up @@ -217,4 +217,4 @@ operations:
- yaml-cpp
- ckbcomp
- mkinitcpio-openswap
- calamares
- calamares
2 changes: 2 additions & 0 deletions airootfs/usr/share/tmpmodules/shellprocess.conf
@@ -1,4 +1,6 @@
dontChroot: false
timeout: 3600

script:
- "sudo rm -rf /etc/profile.d/install.sh"
- "sudo rm -rf /etc/profile.d/setup.sh"
Expand Down
2 changes: 1 addition & 1 deletion packages.x86_64
Expand Up @@ -201,4 +201,4 @@ system-config-printer
networkmanager

# Qt Utilities
qt6-5compat
qt6-5compat
10 changes: 5 additions & 5 deletions pacman.conf
Expand Up @@ -65,6 +65,9 @@ LocalFileSigLevel = Optional
# uncommented to enable the repo.
#

[kde-unstable]
Include = /etc/pacman.d/mirrorlist

[archiso]
SigLevel = Optional TrustAll
Server = file:////home/repository/
Expand All @@ -79,8 +82,8 @@ Server = file:////home/repository/
[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
[extra-testing]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist
Expand All @@ -94,9 +97,6 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist

[kde-unstable]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
Expand Down
Binary file modified repository/archiso.db.tar.gz
Binary file not shown.
Binary file modified repository/archiso.files.tar.gz
Binary file not shown.
Binary file removed repository/calamares-3.3.1-4-x86_64.pkg.tar.zst
Binary file not shown.
Binary file added repository/calamares-3.3.4-1-x86_64.pkg.tar.zst
Binary file not shown.
Binary file removed repository/console-setup_1.221.tar.xz
Binary file not shown.
Binary file removed repository/sshell-1.4-1-x86_64.pkg.tar.zst
Binary file not shown.
Binary file added repository/sshell-1.6-1-x86_64.pkg.tar.zst
Binary file not shown.

0 comments on commit c996ee5

Please sign in to comment.