mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
make ISO updates
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user