make ISO updates

This commit is contained in:
Luis
2023-11-12 08:36:42 +01:00
parent 81c8f5d3dd
commit cb0643aec6
6 changed files with 13 additions and 8 deletions

View File

@@ -23,8 +23,8 @@ ROOTFS="$PWD/rootfs"
[ -f $SCRIPTDIR/config ] && . $SCRIPTDIR/config
MUST_PKG="wpa_supplicant os-prober grub"
WAYLAND_PKG="xcb-util-cursor xcb-util-keysyms libxfont2 libxcvt libtirpc"
MAIN_PKG="sudo alsa-utils dosfstools mtools gvfs fastfetch ffmpeg firefox nnn irssi htop pipewire wireplumber"
WAYLAND_PKG="xcb-util-cursor xcb-util-keysyms libxfont2 libxcvt libtirpc xwayland"
MAIN_PKG="sudo alsa-utils dosfstools mtools gvfs fastfetch firefox nnn irssi htop wireplumber pipewire"
SWAY_PKG="nwg-shell"
THEME_PKG="ttf-awesome ttf-mononoki"

View File

@@ -6,7 +6,8 @@ unset XDG_RUNTIME_DIR
export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
# Autorun X11/Wayland session in TTY1
 if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
scratch isinstalled seatd && exec seatd-launch dbus-run-session sway
scratch isinstalled xinit && exec startx
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
scratch isinstalled seatd && exec seatd-launch dbus-run-session sway
scratch isinstalled xinit && exec startx
fi

View File

@@ -8,6 +8,10 @@ export LESS_TERMCAP_us=$'\e[1;4;31m'
PS1="\n\[$(tput setaf 6)\][ \[$(tput setaf 7)\]\u \[$(tput setaf 6)\]] \[$(tput setaf 6)\][ \[$(tput setaf 5)\]\w \[$(tput setaf 6)\]]\n\[$(tput setaf 3)\]>>> \[$(tput sgr0)\]"
if [ $(command -v fastfetch) ]; then
fastfetch
fi
if [ $(command -v neofetch) ]; then
neofetch
fi

View File

@@ -1,6 +1,6 @@
[Settings]
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=Papirus-Dark
gtk-theme-name=Adwaita
gtk-icon-theme-name=Adwaita
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24
@@ -14,4 +14,4 @@ gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0
gtk-application-prefer-dark-theme=1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB