Merge branch 'master' of ssh://gitlab.manjaro.org:22277/profiles-and-settings/iso-profiles

This commit is contained in:
Chrysostomus 2021-05-27 14:30:54 +03:00
commit 1f8fc657ad
171 changed files with 3280 additions and 805 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ community/lxqt-wip
*.sig
/blackbox/
/pacbang-linux/
/nixdk/

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -39,7 +39,7 @@ user_shell=/bin/zsh
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
disable_systemd=('pacman-init')
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -27,11 +27,6 @@ chrootcfg="false"
enable_systemd=('cronie' 'ModemManager' 'NetworkManager' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged')
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager' 'tlp' 'tlp-sleep' 'xdm')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -27,11 +27,6 @@ chrootcfg="false"
enable_systemd=('ModemManager' 'NetworkManager' 'tlp' 'tlp-sleep' 'systemd-fsck@' 'systemd-fsck-root' 'systemd-timesyncd' 'avahi-daemon' 'haveged' 'ufw')
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager' 'tlp' 'tlp-sleep' 'xdm')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""

View file

@ -11,6 +11,7 @@ lightdm-settings
grub-theme-manjaro
budgie-desktop
budgie-extras
budgie-desktop-view #support for desktop icons
manjaro-budgie-settings
papirus-maia-icon-theme
manjaro-wallpapers-18.0
@ -33,7 +34,7 @@ gnome-settings-daemon
gnome-system-log
gnome-system-monitor
gnome-terminal
gnome-screensaver
budgie-screensaver
gnome-screenshot
>extra gnome-backgrounds
grilo-plugins
@ -118,7 +119,6 @@ ttf-indic-otf
ttf-liberation
budgie-wallpapers
vino
xdg-su
xdg-user-dirs-gtk
xdg-utils
xf86-input-elographics
@ -134,8 +134,7 @@ yelp
>extra unrar
>extra unace
>extra lrzip
>extra gtk3-print-backends
#>extra libreoffice-fresh
>extra onlyoffice
>extra thunderbird
>extra lollypop
>extra pidgin

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -33,14 +33,9 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
# addgroups="lp,network,power,wheel"
@ -68,3 +63,13 @@ disable_systemd_live=('tlp' 'tlp-sleep')
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')

View file

@ -3,7 +3,6 @@ cinnamon-live
clonezilla
grub-theme-live-manjaro
gsmartcontrol
manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -4,7 +4,7 @@ displaymanager="lightdm"
nonfree_mhwd="true"
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
disable_systemd_live=('tlp' 'tlp-sleep')
disable_systemd=('pacman-init')

1
community/cutefish/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.org

View file

@ -0,0 +1,159 @@
#-------------------------------------------------
# CUTEFISH MINIMAL/FULL PROFILE
## Extra Network packages
>extra mobile-broadband-provider-info
>extra networkmanager-openconnect
>extra networkmanager-pptp
>extra networkmanager-vpnc
>extra nss-mdns
>extra usb_modeswitch
## Apps and Libraries for Sound/Audio/Video
>extra faad2
>extra ffmpeg
>extra flac
>extra imlib2
>extra libdvdcss
>extra libdvdread
>extra libdvdnav
>extra libmad
>extra libmicrodns
>extra libvorbis
>extra mpg123
>extra protobuf
>extra smplayer
>extra smplayer-skins
>extra smplayer-themes
>extra smtube
>extra twolame
## Printer
## meta-pkg manjaro-printer
>extra cups
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra gutenprint
>extra hplip
>extra python-gobject
>extra splix
>extra system-config-printer
>extra simple-scan
## Internet applications
>extra trojita
#-------------------------------------------------
# EDITION BASE PACKAGES
## webbrowser
firefox
## bluetooth device management
blueman
pulseaudio-bluetooth
## audio support
alsa-firmware
alsa-plugins
alsa-utils
pamixer
paprefs
pavucontrol-qt
playerctl
pulseaudio
pulseaudio-alsa
pulseaudio-ctl
pulseaudio-zeroconf
## edition theming and settings
manjaro-icons
xcursor-breeze
## display manager and greeter
sddm
norse-sddm-theme
## office
qpdfview
## fonts
ttf-dejavu
# cantarell-fonts # Installed as gnome-themes-standard dependency
noto-fonts # default font
#noto-fonts-cjk # asian fonts - needed big package, ~76 mb compressed
adobe-source-sans-pro-fonts
adobe-source-han-sans-jp-fonts
adobe-source-han-sans-kr-fonts
adobe-source-han-sans-cn-fonts
# >extra noto-fonts-emoji
terminus-font
>extra ttf-inconsolata
>extra ttf-indic-otf
>extra ttf-liberation
>extra ttf-droid
## filemanager
#android-tools
#android-udev
gvfs
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
udiskie
udisks2
## package manager
pamac-gtk
pamac-cli
## basic utilities
dmidecode
inxi
powertop
## network
firewalld
openresolv
openssh
## core
cutefish
cutefish-manjaro-settings
konsole
kate
## settings manager
manjaro-application-utility
manjaro-documentation-en
manjaro-hello
manjaro-settings-manager
## system
accountsservice
gnome-keyring
perl-file-mimeinfo
polkit
python-pyxdg
squashfs-tools
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
zensu
zlib
## xorg
xf86-input-libinput
xorg-server
xorg-server-common
xorg-twm
xorg-xbacklight
xorg-xinit
xorg-xinput
xorg-xkill
xorg-xprop
xsettingsd

View file

@ -0,0 +1,11 @@
calamares-git
grub-theme-live-manjaro
#gsmartcontrol
#manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils
nbd
clonezilla
KERNEL-zfs
zfs-utils

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -0,0 +1,8 @@
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection

View file

@ -0,0 +1,123 @@
[Autologin]
# Whether sddm should automatically log back into sessions when they exit
Relogin=false
# Name of session file for autologin session (if empty try last logged in)
Session=
# Username for autologin session
User=
[General]
# Halt command
HaltCommand=/usr/bin/systemctl poweroff
# Input method module
InputMethod=
# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
Numlock=none
RebootCommand=/usr/bin/systemctl reboot
[Theme]
# Current theme name
Current=Norse
# Cursor theme used in the greeter
CursorTheme=breeze_cursors
# Number of users to use as threshold
# above which avatars are disabled
# unless explicitly enabled with EnableAvatars
DisableAvatarsThreshold=7
# Enable display of custom user avatars
EnableAvatars=true
# Global directory for user avatars
# The files should be named <username>.face.icon
FacesDir=/usr/share/sddm/faces
# Theme directory path
ThemeDir=/usr/share/sddm/themes
[Users]
# Default $PATH for logged in users
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
# Comma-separated list of shells.
# Users with these shells as their default won't be listed
HideShells=
# Comma-separated list of users that should not be listed
HideUsers=
# Maximum user id for displayed users
MaximumUid=60000
# Minimum user id for displayed users
MinimumUid=1000
# Remember the session of the last successfully logged in user
RememberLastSession=true
# Remember the last successfully logged in user
RememberLastUser=true
# When logging in as the same user twice, restore the original session, rather than create a new one
ReuseSession=false
[Wayland]
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/wayland-session
# Directory containing available Wayland sessions
SessionDir=/usr/share/wayland-sessions
# Path to the user session log file
SessionLogFile=.local/share/sddm/wayland-session.log
[X11]
# Path to a script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup
# Path to a script to execute when stopping the display server
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
# The lowest virtual terminal number that will be used.
MinimumVT=1
# Arguments passed to the X server invocation
ServerArguments=-nolisten tcp
# Path to X server binary
ServerPath=/usr/bin/X
# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/Xsession
# Directory containing available X sessions
SessionDir=/usr/share/xsessions
# Path to the user session log file
SessionLogFile=.local/share/sddm/xorg-session.log
# Path to the Xauthority file
UserAuthFile=.Xauthority
# Path to xauth binary
XauthPath=/usr/bin/xauth
# Path to Xephyr binary
XephyrPath=/usr/bin/Xephyr

View file

@ -0,0 +1 @@
../../shared/manjaro/live-overlay

View file

@ -0,0 +1,77 @@
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
multilib="false"
# displaymanager
displaymanager="sddm"
# Set to false to disable autologin in the livecd
autologin="true"
# nonfree mhwd drivers
#nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
#extra="true"
# use office installer
#office="false"
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
#chrootcfg="false"
# use geoip for localization
geoip='true'
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'firewalld' 'NetworkManager' 'cups' 'systemd-timesyncd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
# the same workgroup name if samba is used
# smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# livecd #################
# unset defaults to given value
hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')

View file

@ -11,41 +11,56 @@ binutils
bison
>extra brasero
>extra dconf-editor
deepin-calendar
>extra deepin-album
>extra deepin-calculator
deepin-desktop-base-manjaro
deepin-calendar
>extra deepin-camera
deepin-clipboard
deepin-compressor
>extra deepin-draw
>extra deepin-diskmanager
deepin-editor
deepin-file-manager
>extra dde-device-formatter
>extra deepin-font-manager
deepin-gtk-theme
>extra deepin-draw
deepin-icon-theme-manjaro
>extra deepin-image-viewer
deepin-kwin
>extra deepin-movie
>extra deepin-mail
>extra deepin-music
>extra deepin-picker
>extra deepin-printer
deepin-polkit-agent
>extra deepin-reader
>extra deepin-screen-recorder
>extra deepin-screenshot
>extra deepin-screensaver
deepin-settings-manjaro
deepin-sound-theme
deepin-shortcut-viewer
deepin-store
>extra deepin-system-monitor
deepin-wallpapers-temp-fix
deepin-turbo
deepin-terminal
deepin-turbo
>extra deepin-voice-recorder
>extra deepin-voice-note
deepin-wallpapers-manjaro
deepin-wallpapers-temp-fix
>extra deluge
dmidecode
>extra downgrade
>extra evince
>extra evolution
fakeroot
>extra file-roller
firefox
flex
>extra galculator
>extra gcc
>extra >multilib gcc-libs-multilib
>extra >multilib gcc-multilib
>extra gimp
>extra git
>extra gparted
grub-theme-manjaro-dev
grub-theme-manjaro
>extra gst-libav
>extra gst-plugins-bad
>extra gst-plugins-base
@ -71,7 +86,6 @@ m4
make
manjaro-alsa
manjaro-browser-settings
#manjaro-deepin-settings
manjaro-application-utility
>extra manjaro-documentation-en
manjaro-hello
@ -83,7 +97,6 @@ mesa-demos
mlocate
mobile-broadband-provider-info
modemmanager
>extra ms-office-online
>multilib lib32-mesa-demos
netctl
networkmanager
@ -93,19 +106,18 @@ networkmanager-pptp
networkmanager-vpnc
nss-mdns
ntp
onboard
openresolv
pamac
>extra pamac-snap-plugin
patch
>extra patchutils
pkg-config
polkit-gnome
>extra poppler-data
>extra powertop
>extra pulseaudio-bluetooth
pulseaudio-ctl
pulseaudio-zeroconf
>extra qpdfview
>extra redshift
screenfetch
>basic squashfs-tools
@ -120,7 +132,6 @@ terminus-font
>extra ttf-inconsolata
>extra ttf-indic-otf
>extra ttf-liberation
>extra xarchiver
>extra xcursor-breeze
#xdg-su
xdg-utils

View file

@ -1,9 +0,0 @@
calamares
#deepin-live
grub-theme-live-manjaro
gsmartcontrol
manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils
nbd

View file

@ -0,0 +1 @@
../../shared/Packages-Live

View file

@ -1,93 +0,0 @@
>i686 archlinux32-keyring
>manjaro manjaro-release
>multilib gcc-libs-multilib
acpi
acpid
amd-ucode
b43-fwcutter
bash-completion
btrfs-progs
bzip2
coreutils
cpupower
crda
cronie
cryptsetup
dbus-x11
device-mapper
dhclient
dhcpcd
diffutils
dmraid
dnsmasq
dosfstools
e2fsprogs
ecryptfs-utils
efibootmgr
exfat-utils
f2fs-tools
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
grub
gzip
haveged
inetutils
intel-ucode
iproute2
iptables
iputils
ipw2100-fw
ipw2200-fw
jfsutils
KERNEL
less
licenses
linux-firmware
logrotate
lsb-release
lvm2
man-db
man-pages
manjaro-firmware
manjaro-system
mdadm
memtest86+
mhwd
mhwd-db
mkinitcpio-openswap
nano
nfs-utils
ntfs-3g
os-prober
pacman
pciutils
perl
procps-ng
psmisc
reiserfsprogs
rsync
s-nail
sed
shadow
spectre-meltdown-checker
sudo
sysfsutils
systemd-fsck-silent
systemd-sysvcompat
tar
texinfo
tlp
usbutils
util-linux
vi
wget
which
wpa_supplicant
xfsprogs
zsh

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -1,2 +1,4 @@
[Icon Theme]
Inherits=deepin
Name=Default
Comment=Default Cursor Theme
Inherits=bloom

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/localtime

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Comment=Deepin live session settings
Exec=deepin-live
Name=deepin-live
Type=Application
X-Deepin-Vendor=user-custom

View file

@ -0,0 +1,6 @@
{
"GenericAttribute": {
"AutoMount": false,
"AutoMountAndOpen": false
}
}

View file

@ -0,0 +1,17 @@
#!/bin/bash
#firstrun="$HOME/.firstrun"
sudo rm /usr/lib/dde-dock/plugins/liboverlay-warning.so
pkill dde-dock && dde-dock
gsettings set com.deepin.dde.power battery-screen-black-delay 0
gsettings set com.deepin.dde.power battery-sleep-delay 0
gsettings set com.deepin.dde.power lid-closed-sleep false
gsettings set com.deepin.dde.power line-power-screen-black-delay 0
gsettings set com.deepin.dde.power line-power-sleep-delay 0
gsettings set com.deepin.dde.power power-module-initialized true
#if [[ ! -f $firstrun ]]; then
# deepin-wm --replace
# touch $firstrun
#fi

View file

@ -4,7 +4,7 @@ displaymanager="lightdm"
nonfree_mhwd="true"
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer')
disable_systemd_live=('tlp' 'tlp-sleep')
disable_systemd=('pacman-init')

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -31,7 +31,7 @@ nonfree_mhwd="true"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer')
disable_systemd=('pacman-init')
# add strict snaps: strict_snaps="core core18 gnome-3-28-1804 gtk-common-themes snap-store"

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -35,11 +35,6 @@ extra="false"
enable_systemd=( 'systemd-resolved' 'systemd-networkd' )
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -4,7 +4,6 @@
## Extra Network packages
>extra mobile-broadband-provider-info
>extra modemmanager-qt
>extra networkmanager-dispatcher-ntpd
>extra networkmanager-openconnect
>extra networkmanager-pptp
>extra networkmanager-vpnc
@ -55,7 +54,6 @@ gparted
mintstick
## webbrowser
otter-browser-nowebengine
firefox
## bluetooth device management
@ -98,10 +96,8 @@ wallpapers-juhraya
xcursor-breeze
## display manager and greeter
lightdm
lightdm-slick-greeter
lightdm-settings
light-locker
sddm
norse-sddm-theme
## office
qpdfview

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -6,7 +6,7 @@
multilib="false"
# displaymanager
displaymanager="lightdm"
displaymanager="sddm"
# Set to false to disable autologin in the livecd
autologin="true"

View file

@ -103,7 +103,6 @@ ttf-indic-otf
ttf-liberation
manjaro-mate-panel-layout
vino
xdg-su
xdg-user-dirs-gtk
xdg-utils
xf86-input-elographics
@ -118,18 +117,15 @@ caja-open-terminal
>extra gtk3-print-backends
>extra manjaro-documentation-en
>extra mate-themes
#>extra mate-tweak
>extra mate-tweak
>extra mate-screensaver
#>extra libreoffice-fresh
>extra thunderbird
>extra lollypop
>extra vlc
>extra pidgin
>extra uget
>extra transmission-gtk
>extra brasero
>extra jre8-openjdk
>extra jre8-openjdk-headless
>extra onlyoffice-desktopeditors
timeshift #backup utility
>extra kernel-alive #after a kernel update this maintain usable the modules
>extra libdvdcss

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -18,7 +18,7 @@ displaymanager="lightdm"
# autologin="true"
# nonfree xorg drivers
# nonfree_mhwd="false"
nonfree_mhwd="false"
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
@ -34,14 +34,9 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
# addgroups="lp,network,power,wheel"
@ -63,8 +58,7 @@ hostname="manjaro-mate"
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here

View file

@ -16,9 +16,6 @@
### HP printer
>extra hplip
## FIREWALL
>extra firewalld
## Dependencies
>extra python-pyqt5 # hplip and firewalld-applet
>extra python-gobject # hplip
@ -161,13 +158,16 @@ gparted
### CLI UTILS
arp-scan
bind-tools
firewalld
net-tools
network-manager-applet
networkmanager-openvpn
networkmanager
nm-connection-editor
openresolv
openssh
traceroute
whois
openresolv
iwd
connman
## FONTS - THEMING - ICONS - CURSORS
manjaro-openbox-config
@ -175,7 +175,6 @@ manjaro-openbox-desktop-settings
manjaro-openbox-scripts
manjaro-pacbang-grub-theme
manjaro-pacbang-gtk-theme
manjaro-pacbang-lxdm-theme
manjaro-pacbang-wallpapers
manjaro-zsh-config
masalla-icon-theme
@ -194,22 +193,27 @@ qt5-styleplugins
qt5ct
## DISPLAY MANAGER
lxdm-gtk3
sddm
norse-sddm-theme
## CONFIGURATION DEPENDENCIES
arandr
conky-lua-nv
dunst
fzf
gpicview-gtk3
gpicview
gsimplecal
i3lock
jgmenu
kmscon
libdrm
libva
nitrogen
numlockx
picom
polybar
rofi
sakura
skippy-xd
termite
termite-terminfo
@ -278,10 +282,11 @@ zensu
### XORG
xf86-input-libinput
xf86-video-dummy
xf86-video-fbdev
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-fonts-type1
xorg-drivers
xorg-server
xorg-server-common
xorg-server-xephyr
@ -292,4 +297,3 @@ xorg-xinput
xorg-xkill
xorg-xprop
xorg-xwininfo
xterm

View file

@ -1,9 +0,0 @@
[General]
#
# based on connman article on Arch wiki
# https://wiki.archlinux.org/index.php/ConnMan
#
AllowHostnameUpdates=false
PreferredTechnologies=ethernet,wifi
#SingleConnectedTechnology=true
NetworkInterfaceBlacklist=vmnet,vboxnet,virbr,ifb,docker,veth,eth,wlan

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -34,7 +34,7 @@ arg=/usr/bin/X -background vt7
theme=PacBang
## gtk theme used by greeter
gtk_theme=PacBang
gtk_theme=
## background of the greeter
bg=/usr/share/backgrounds/PacBang/lunix/PacBang_1920x1080(by_Lunix).png

View file

@ -1,22 +0,0 @@
[Unit]
Description=Connection service
DefaultDependencies=false
Conflicts=shutdown.target
RequiresMountsFor=/var/lib/connman
After=dbus.service network-pre.target systemd-sysusers.service iwd.service
Before=network.target multi-user.target shutdown.target
Wants=network.target
Requires=iwd.service
[Service]
Type=dbus
BusName=net.connman
Restart=on-failure
ExecStart=/usr/bin/connmand --wifi=iwd_agent -n
StandardOutput=null
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SYS_TIME CAP_SYS_MODULE
ProtectHome=true
ProtectSystem=true
[Install]
WantedBy=multi-user.target

View file

@ -1,10 +0,0 @@
[Unit]
Description=Internet Wireless Daemon (IWD)
Before=network.target
Wants=network.target
[Service]
ExecStart=/usr/lib/iwd/iwd
[Install]
Alias=multi-user.target.wants/iwd.service

View file

@ -1,16 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Connman UI Setup
GenericName=Network Configuration
Comment=QT GUI frontend for connman
Categories=Settings;System;Qt;Network;
Icon=cmst
Exec=cmst -w5 -m
Terminal=false
StartupNotify=false
X-GNOME-Autostart-enabled=true
Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;WAN;Broadband;Bluetooth;vpn;DNS;
Name[de]=Netzwerk-Konfiguration

View file

@ -1,17 +1,13 @@
### Required for xfce settings to work
sleep 0.5; xfsettingsd &
### compositor
sleep 1; manjaro-compositor --start &
sleep 1; nitrogen --restore &
sleep 1; pcmanfm --desktop &
### launch tint2 and polybar
sleep 1; manjaro-tint2-session &
### launch polybar
sleep 1; polybar -c ~/.config/polybar/config openbox-bar &
### launch conky
sleeep 1; manjaro-conky-session &
sleep 1; conky -c ~/.config/conky/KvFlatRed.conkyrc &
## skippy
sleep 1; skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &

View file

@ -1,24 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
<!-- DISK TOOLS MENU -->
<menu id="disk-utilities" label="Disk Tools">
<item label="Clonezilla">
<action name="Execute">
<command>termite -e "sudo clonezilla"</command>
</action>
</item>
<item label="Gparted">
<action name="Execute">
<command>gksu gparted</command>
</action>
</item>
<item label="Testdisk">
<action name="Execute">
<command>termite -e "sudo testdisk"</command>
</action>
</item>
</menu>
<!-- SCREENSHOT MENU -->
<menu id="screenshot" label="Screenshot">
<item label="Screenshot in 5">
@ -37,169 +19,48 @@
</action>
</item>
</menu>
<!-- PREFERENCES MENU -->
<menu id="preferences" label="Preferences">
<menu id="appearance-config" label="Customize Look and Feel">
<item label="Gtk2 Theme">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Gtk3 Theme">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Kvantum Manager">
<action name="Execute">
<command>kvantummanager</command>
</action>
</item>
<item label="Qt5 Settings">
<action name="Execute">
<command>qt5ct</command>
</action>
</item>
<item label="Openbox">
<action name="Execute">
<command>obconf</command>
</action>
</item>
</menu>
<menu id="openbox-config" label="Openbox">
<item label="GUI Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="GUI Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<separator/>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
</action>
</item>
</menu>
<menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu id="system-settings" label="System">
<item label="Audio Settings">
<action name="Execute">
<command>pavucontrol</command>
</action>
</item>
<item label="Add/Remove Software">
<action name="Execute">
<command>pamac-manager</command>
</action>
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
</action>
</item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu>
<item label="Reconfigure Openbox">
<action name="Reconfigure"/>
</item>
<item label="Restart Openbox">
<action name="Restart"/>
</item>
<separator/>
<item label="Wallpaper">
<action name="Execute">
<command>nitrogen</command>
</action>
</item>
<item label="Panel Chooser">
<action name="Execute">
<command>manjaro-panel-chooser</command>
</action>
</item>
<item label="Rofi Theme">
<action name="Execute">
<command>rofi-theme-selector</command>
</action>
</item>
</menu>
<!-- ROOT MENU -->
<menu id="root-menu" label="Openbox 3">
<separator label="Install Manjaro Openbox"/>
<item label="Manjaro User Guide">
<action name="Execute">
<command>xreader "/usr/share/doc/manjaro/Beginner_User_Guide.pdf"</command>
</action>
</item>
<separator label="INSTALLER"/>
<item label="Calamares Installer">
<action name="Execute">
<command>calamares_polkit</command>
</action>
</item>
<item label="Architect Installer">
<action name="Execute">
<command>termite -e "sudo setup"</command>
</action>
</item>
<separator label="Manjaro Openbox"/>
<separator label="SYSTEM TOOLS"/>
<item label="Terminal">
<action name="Execute">
<command>termite</command>
<command>sakura</command>
</action>
</item>
<item label="Filemanager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>pcmanfm</command>
</action>
</item>
<item label="Midnight Commander">
<action name="Execute">
<command>termite -e mc</command>
<command>sakura -e mc</command>
</action>
</item>
<item label="Clonezilla">
<action name="Execute">
<command>sakura -e "sudo clonezilla"</command>
</action>
</item>
<item label="Gparted">
<action name="Execute">
<command>gparted</command>
</action>
</item>
<item label="Testdisk">
<action name="Execute">
<command>sakura -e "sudo testdisk"</command>
</action>
</item>
<separator/>
<menu id="disk-utilities"/>
<menu id="screenshot"/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>
<separator/>
<menu id="preferences"/>
<menu id="keybinds" label="Keybinds" execute="manjaro-kb-pipemenu"/>
<separator/>
<menu id="help" label="HELP &amp; INFO" execute="manjaro-help-pipemenu"/>
<separator/>
<item label="Switch Menu">
<action name="Execute">
<command>switchmenu -dynamic</command>
</action>
</item>
<separator/>
<item label="Lock Screen">
<action name="Execute">
<command>lockscreen -- scrot</command>
</action>
</item>
<item label="Exit Openbox">
<action name="Execute">
<command>rofr.sh -l</command>

View file

@ -434,17 +434,17 @@
</keybind>
<keybind key="W-f">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>pcmanfm</command>
</action>
</keybind>
<keybind key="W-t">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>sakura</command>
</action>
</keybind>
<keybind key="W-w">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
<command>xdg-open http://about:blank</command>
</action>
</keybind>
<keybind key="W-e">
@ -452,11 +452,6 @@
<command>xed</command>
</action>
</keybind>
<keybind key="C-A-m">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</keybind>
<keybind key="W-m">
<action name="Execute">
<command>deadbeef</command>
@ -474,12 +469,7 @@
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
</action>
</keybind>
<keybind key="C-space">
<action name="Execute">
<command>synapse</command>
<command>sakura</command>
</action>
</keybind>
<keybind key="C-A-l">

View file

@ -12,7 +12,7 @@ multilib="false"
## default displaymanager: none
## supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lxdm"
displaymanager="sddm"
## Set to false to disable autologin in the livecd
# autologin="true"
@ -40,11 +40,11 @@ mhwd_used="false"
## unset defaults to given values
## names must match systemd service names
enable_systemd=('systemd-timesyncd' 'pkgfile-update.timer' 'fstrim.timer' 'connman-wait-online' 'connman' 'iwd' 'connman_iwd' 'connman-vpn')
enable_systemd=('systemd-timesyncd' 'pkgfile-update.timer' 'fstrim.timer' 'NetworkManager' 'firewalld')
disable_systemd=('pacman-init')
## unset defaults to given values
addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
addgroups="network,lp,scanner,wheel"
## the same workgroup name if samba is used
# smb_workgroup="Manjaro"
@ -109,16 +109,17 @@ user_shell="/bin/zsh"
################# live-session #################
## unset defaults to given value
# hostname="manjaro"
hostname="manjaro"
## unset defaults to given value
# username="manjaro"
username="manjaro"
## unset defaults to given value
# password="manjaro"
password="manjaro"
## the login shell
## defaults to bash
login_shell=/bin/zsh
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw' 'firewalld')

View file

@ -103,7 +103,6 @@ ttf-indic-otf
ttf-liberation
manjaro-mate-panel-layout
vino
#xdg-su #Not available in repositories
xdg-user-dirs-gtk
xdg-utils
xf86-input-elographics
@ -118,18 +117,15 @@ caja-open-terminal
>extra gtk3-print-backends
>extra manjaro-documentation-en
>extra mate-themes
#>extra mate-tweak
>extra mate-tweak
>extra mate-screensaver
#>extra libreoffice-fresh
>extra thunderbird
>extra lollypop
>extra vlc
>extra pidgin
>extra uget
>extra transmission-gtk
>extra brasero
>extra jre8-openjdk
>extra jre8-openjdk-headless
>extra onlyoffice-desktopeditors
timeshift #backup utility
>extra kernel-alive #after a kernel update this maintain usable the modules
>extra libdvdcss
@ -160,5 +156,9 @@ manjaro-aur-support
xdg-user-dirs
xorg-server
orca
#Accessibility packages
espeak-ng
espeakup
orca
qt-at-spi

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -3,8 +3,8 @@ Type=Application
Exec=orca
Hidden=false
X-MATE-Autostart-enabled=true
Name[pl_PL]=orca
Name[en_US]=orca
Name=orca
Comment[pl_PL]=
Comment=
Comment[en_US]=Orca screen reader
Comment=Orca screen reader
X-MATE-Autostart-Delay=0

View file

@ -1 +0,0 @@
/usr/bin/gdialog

View file

@ -18,7 +18,7 @@ displaymanager="lightdm"
# autologin="true"
# nonfree xorg drivers
# nonfree_mhwd="false"
nonfree_mhwd="false"
# possible values: grub;systemd-boot
# efi_boot_loader="grub"
@ -34,14 +34,9 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd' 'speech-dispatcherd')
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd' 'espeakup' 'speech-dispatcherd')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
# addgroups="lp,network,power,wheel"
@ -51,7 +46,7 @@ displaymanager="lightdm"
################# live-session #################
# unset defaults to given value
hostname="manjaro-talking-mate"
hostname="manjaro-mate"
# unset defaults to given value
# username="manjaro"
@ -63,8 +58,7 @@ hostname="manjaro-talking-mate"
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -34,14 +34,9 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'avahi-daemon' 'add-autologin-group' 'haveged' 'apparmor' 'snapd.apparmor' 'snapd')
# disable_systemd=()
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
addgroups="lp,network,power,wheel,users,storage,input,audio"

View file

@ -1,6 +1,3 @@
# All extra packages are also part of netinstaller
# https://gitlab.manjaro.org/packages/community/jade/calamares/-/blob/master/netinstall-applications.yaml
## Connect Packages
>extra android-tools
>extra android-udev
@ -17,13 +14,8 @@
## Libraries for Sound/Audio/Video
alsa-firmware
alsa-utils
>multilib manjaro-alsa
manjaro-pulse
pulseaudio-bluetooth
pulseaudio-ctl
pulseaudio-zeroconf
manjaro-pipewire
>extra ffmpeg
>extra grilo-plugins
>extra gst-libav
@ -40,11 +32,7 @@ nautilus
software-center-web-jak # for url handler's and discover
>extra chromium
>extra nautilus-admin
>extra nautilus-empty-file
>extra dconf-editor
>extra lxrandr
>extra vlc
>extra lightdm-gtk-greeter-settings
>extra gufw
>extra deja-dup
>extra syncthing-gtk
@ -52,7 +40,7 @@ software-center-web-jak # for url handler's and discover
>extra gthumb
>extra evince
>extra geary
gedit
>extra code
>extra file-roller
@ -79,11 +67,11 @@ openresolv
## Base
manjaro-settings-manager-notifier
manjaro-jade-settings
#manjaro-settings-manager-notifier
manjaro-webdad-settings
gnome-keyring
manjaro-hotfixes
manjaro-hello
#manjaro-hello
>basic squashfs-tools
>basic disable-tracker
xdg-user-dirs
@ -96,7 +84,7 @@ xf86-input-libinput
xf86-input-void
xorg-server
xorg-xinit
manjaro-browser-settings
#manjaro-browser-settings
>extra xf86-input-wacom # Support for tablet and pen display ( wacom ecc. )
>extra manjaro-settings-manager-notifier
>extra mousetweaks
@ -108,9 +96,6 @@ manjaro-browser-settings
>extra dmidecode
>extra gtkhash-nautilus
>extra fprintd #need for finger id reader
>extra lxqt-powermanagement
>extra lxappearance-gtk3
>extra blueberry
>extra usb_modeswitch
>extra openssh
@ -120,7 +105,6 @@ manjaro-browser-settings
>extra unrar
>extra unace
>extra lrzip
>extra gtk3-print-backends
>extra manjaro-documentation-en
>extra manjaro-printer
>extra simple-scan

View file

@ -0,0 +1,59 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true

View file

@ -2,7 +2,7 @@
theme-name = Matcha-sea
icon-theme-name = Papirus-Dark-Maia
font-name = Roboto Medium 10
background = /usr/share/jadesktop/themes/default/backgrounds/background.jpg
background = /usr/share/backgrounds/jde-background.jpg
hide-user-image = true
indicators = ~spacer;~clock;~separator;~separator;~separator;~separator;~separator;~separator;~separator;~separator;~separator;~separator;~separator;~power;~spacer

View file

@ -107,7 +107,7 @@ greeter-session=lightdm-gtk-greeter
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
user-session=jade
user-session=jde
#allow-user-switching=true
#allow-guest=true
#guest-session=

View file

@ -1,148 +0,0 @@
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio 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 Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)
.fail
### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties
### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
### Load several protocols
load-module module-dbus-protocol
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish
### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv
### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor
### Load additional modules from GSettings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gsettings.so
.nofail
load-module module-gsettings
.fail
.endif
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink
### Honour intended role device property
load-module module-intended-roles
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif
### Enable positioned event sounds
load-module module-position-event-sounds
### Cork music/video streams when a phone stream is active
load-module module-role-cork
### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply
### Make some devices default
#set-default-sink output
#set-default-source input
### Enable Echo/Noise-Cancellation
load-module module-echo-cancel use_master_format=1 aec_method=webrtc aec_args="analog_gain_control=0\ digital_gain_control=1" source_name=echoCancel_source sink_name=echoCancel_sink
set-default-source echoCancel_source
set-default-sink echoCancel_sink

View file

@ -0,0 +1,13 @@
if [ -f "/usr/bin/fish" ]; then
echo -e "\e[92m Checking for updates \033[0m"
fish
else
echo "Welcome, this will only run once"
echo "Upgrading the shell for humans by installing fish"
echo -e "\033[31m Make sure you are connected to the internet \033[0m"
echo -e "\e[92m Installing Fish \033[0m"
sudo pacman -Sy --noconfirm fish
echo "\e[92m Instaling oh my fish plugin \033[0m"
curl -L https://get.oh-my.fish > installomf
fish installomf
fi

View file

@ -0,0 +1,27 @@
function pink -d "Set color palette for pink theme."
set budspencer_colors $budspencer_pink
set budspencer_cursors "\033]12;#$budspencer_colors[10]\007" "\033]12;#$budspencer_colors[5]\007" "\033]12;#$budspencer_colors[8]\007" "\033]12;#$budspencer_colors[9]\007"
end
if test -d ~/.config/omf/
read -x omf_theme < ~/.config/omf/theme
if [ $omf_theme != "budspencer" ]
echo -e "\e[92m Installing theme \033[0m"
omf install budspencer
# make sure theme values change
echo "budspencer" >> ~/.config/omf/theme
echo -e "\e[92m Set shell colors \033[0m"
set -U budspencer_pink 000000 083743 445659 fdf6e3 e91e63 cb4b16 dc121f af005f 6c71c4 268bd2 2aa198 859900
pink
echo -e "\e[92m Install plugins manager \033[0m"
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
echo -e "\e[92m Install fish async prompt \033[0m"
fisher install acomagu/fish-async-prompt
echo -e "\e[92m Install Gitnow for high level async operations on top of git \033[0m"
fisher install joseluisq/gitnow@2.8.0
echo -e "\e[92m Install bax for better posix compability \033[0m"
fisher install jorgebucaran/fish-bax
else
omf update
end
end

View file

@ -0,0 +1,21 @@
MIT LICENSE
Copyright (c) 2019-2020 Alfredo F.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -0,0 +1,28 @@
##Introduction
The Cupertino Effect in Black is based on the Cupertino series, which was designed to mimic the appearance of the macOS dock itself, but giving a unique look and feel with my own adaptive design.
**Cupertino Series**
This series includes 7 different Plank dock themes. You find it all at [Artwork e Design - Cupertino Series](https://artworkedesign.wordpress.com/tag/cupertino-series/).
- The Cupertino Effect inWhite
- The Cupertino Effect inBlack
- The Cupertino Effect inGrey
- Sirius inLight
- Sirius deLight
- Sirius deepLight
- Catalinas
##Instalation
- Download the Plank dock theme to your system.
- Unzip it to the following path: .local/share/plank/themes
- Open Plank dock preferences menu and choose the theme you just added.
##License
MIT © Alfredo F.
##Author
Alfredo F. ( aka PT_Alfred )
[Artwork e Design](https://artworkedesign.wordpress.com) | [Twitter](https://twitter.com/ArtworkeDesign) | [Mastodon](https://mastodon.art/@PTalfred)

View file

@ -0,0 +1,71 @@
#The Cupertino Effect inBlack - Octo Edition - Prime Version
#
#Created: October 2019
#License: MIT © Alfredo F.
#
#Author: PT_Alfred
#Social: https://mastodon.art/@PTAlfred
[PlankTheme]
#The roundness of the top corners.
TopRoundness=75
#The roundness of the bottom corners.
BottomRoundness=0
#The thickness (in pixels) of lines drawn.
LineWidth=0
#The color (RGBA) of the outer stroke.
OuterStrokeColor=0;;0;;0;;0
#The starting color (RGBA) of the fill gradient.
FillStartColor=0;;0;;0;;101
#The ending color (RGBA) of the fill gradient.
FillEndColor=0;;0;;0;;81
#The color (RGBA) of the inner stroke.
InnerStrokeColor=0;;0;;0;;0
[PlankDockTheme]
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
HorizPadding=9
#The padding on the top dock edge, in tenths of a percent of IconSize.
TopPadding=1
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
BottomPadding=1
#The padding between items on the dock, in tenths of a percent of IconSize.
ItemPadding=5
#The size of item indicators, in tenths of a percent of IconSize.
IndicatorSize=7
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=1.25
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
UrgentBounceHeight=1.75
#The height (in percent of IconSize) to bounce an icon when launching an application.
LaunchBounceHeight=0.625
#The opacity value (0 to 1) to fade the dock to when hiding it.
FadeOpacity=1
#The amount of time (in ms) for click animations.
ClickTime=175
#The amount of time (in ms) to bounce an urgent icon.
UrgentBounceTime=600
#The amount of time (in ms) to bounce an icon when launching an application.
LaunchBounceTime=600
#The amount of time (in ms) for active window indicator animations.
ActiveTime=25
#The amount of time (in ms) to slide icons into/out of the dock.
SlideTime=4750
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
FadeTime=350
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
HideTime=725
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
GlowSize=30
#The total time (in ms) to show the hidden-dock urgent glow.
GlowTime=10000
#The time (in ms) of each pulse of the hidden-dock urgent glow.
GlowPulseTime=2750
#The hue-shift (-180 to 180) of the urgent indicator color.
UrgentHueShift=175
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
ItemMoveTime=450
#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time.
CascadeHide=true
#The color (RGBA) of the badge displaying urgent count
BadgeColor=0;;0;;0;;0

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Name=PostInstall Wizard
Exec=/usr/share/jde-postinstall-wizard/postinstall-wizard
Icon=/usr/share/pixmaps/io.jde.postinstall-wizard.svg
Type=Application
Categories=Settings;GTK;GNOME;
Comment=Postinstall wizard, install extra software, clone your software workflow, restore or upgrade your installation
Terminal=false

View file

@ -1,64 +0,0 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Tint2
GenericName=Panel
GenericName[am]=
GenericName[ar]=الشريط
GenericName[ast]=Panel
GenericName[be]=Панэль
GenericName[ca]=Quadre
GenericName[cs]=Panel
GenericName[da]=Panel
GenericName[de]=Leiste
GenericName[dz]=
GenericName[el]=Ταμπλό
GenericName[en]=Tint2 panel
GenericName[eo]=Panelo
GenericName[es]=Panel
GenericName[et]=Ääreriba
GenericName[eu]=Panela
GenericName[fi]=Paneeli
GenericName[fr]=Panneau
GenericName[gl]=Panel
GenericName[he]=לוח
GenericName[hu]=Panel
GenericName[id]=Panel
GenericName[it]=Pannello
GenericName[ja]=
GenericName[kk]=Панель
GenericName[ko]=
GenericName[ku]=Panel
GenericName[lv]=Panelis
GenericName[mk]=Панел
GenericName[nb]=Panel
GenericName[nl]=Paneel
GenericName[nn]=Panel
GenericName[pa]=
GenericName[pl]=Panel
GenericName[pt]=Painel
GenericName[ro]=Panou
GenericName[ru]=Панель
GenericName[si]=
GenericName[sk]=Panel
GenericName[sq]=Panel
GenericName[sv]=Panel
GenericName[ta]=
GenericName[tr]=Panel
GenericName[ug]=panel
GenericName[uk]=Панель
GenericName[ur]=پینل
GenericName[vi]=Panel
GenericName[zh]=
Comment=Lightweight panel
Comment[fr]=Panel léger
Comment[pl]=Lekki panel
Comment[ru]=Легковесная панель
Exec=tint2
Icon=tint2
Terminal=false
Categories=System;

View file

@ -0,0 +1,3 @@
#!/bin/bash
layout="$(localectl status | grep Layout | cut -d ':' -f 2)"
setxkbmap $layout

View file

@ -0,0 +1,3 @@
#!/bin/bash
notify-send $USER

View file

@ -1,6 +1,6 @@
[Seat:*]
greeter-session=lightdm-gtk-greeter
autologin-session=jade
autologin-session=jde
session-wrapper=/etc/lightdm/Xsession
autologin-user=manjaro
autologin-user-timeout=0

View file

@ -0,0 +1,3 @@
[DEFAULT]
tourDone = false

View file

@ -1,2 +0,0 @@
[PlankDockItemPreferences]
Launcher=file:///usr/share/applications/architect.desktop

View file

@ -1,2 +0,0 @@
[PlankDockItemPreferences]
Launcher=file:///usr/share/applications/calamares.desktop

View file

@ -1,2 +0,0 @@
[PlankDockItemPreferences]
Launcher=file:///usr/share/applications/architect.desktop

View file

@ -1,13 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Manjaro-Architect
GenericName=CLI Installer
Keywords=architect;system;installer
TryExec=manjaro-architect
Exec=guake --show -e "sudo /usr/bin/setup"
Comment=Manjaro-Architect CLI System Installer
Icon=manjaro-architect
Terminal=true
StartupNotify=true
Categories=System;

View file

@ -43,14 +43,9 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'avahi-demon' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('bluetooth' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'avahi-demon' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# unset defaults to given values
# addgroups="lp,network,power,wheel"
@ -68,7 +63,7 @@ disable_systemd=('pacman-init')
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
# user_shell="/bin/zsh"
################# live-session #################
@ -83,7 +78,7 @@ user_shell="/bin/zsh"
# the login shell
# defaults to bash
login_shell="/bin/zsh"
# login_shell="/bin/zsh"
# unset defaults to given values
# names must match systemd service names
@ -95,4 +90,4 @@ disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'ufw
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# enable_systemd_live=('manjaro-live' 'pacman-init' 'mirrors-live')

View file

@ -0,0 +1,91 @@
# Backend stuff
networkmanager-openconnect
networkmanager-openvpn
networkmanager-pptp
networkmanager-vpnc
networkmanager
openresolv
gst-libav
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
gvfs-afc
gvfs
gvfs-mtp
gvfs-google
gvfs-smb
gvfs-gphoto2
gvfs-nfs
ibus
pulseaudio-bluetooth
pulseaudio-ctl
pulseaudio-zeroconf
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
xf86-input-elographics
xf86-input-evdev
xf86-input-libinput
xf86-input-void
xorg-mkfontscale
xorg-server
xorg-twm
xorg-xinit
>extra xf86-input-wacom #support for tablet and pen display ( wacom ecc. )
>extra yelp
>extra libappindicator-gtk3
# Gnome base
gnome-shell
gnome-terminal
nautilus
nautilus-admin
nautilus-empty-file
>extra ffmpegthumbnailer
gedit
polkit-gnome
seahorse
>extra gnome-online-accounts
gnome-themes-standard
gnome-tweak-tool
file-roller
gnome-keyring
gnome-disk-utility
gdm
gnome-control-center
gnome-settings-daemon
# Minimalistic settings
>basic lighter-gnome
>basic disable-tracker
>extra tracker3
>extra tracker3-miners
# Theming and extensions
qgnomeplatform
qt5ct
adwaita-maia
ttf-dejavu
ttf-droid
noto-fonts
papirus-maia-icon-theme
gnome-backgrounds
manjaro-artwork
firefox-gnome-theme-maia
manjaro-hotfixes
manjaro-pulse
manjaro-application-utility
manjaro-gnome-settings
gnome-shell-extension-appindicator
gnome-shell-extension-pop-shell
gnome-shell-extension-gnome-ui-tune
gnome-shell-extension-vertical-overview
gnome-shell-extensions
manjaro-zsh-config
manjaro-ranger-settings
grub-theme-manjaro
gnome-wallpapers
xcursor-breeze
pamac-gtk

View file

@ -0,0 +1 @@
../../shared/Packages-Live

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -0,0 +1,9 @@
# useradd defaults file for ArchLinux
# original changes by TomK
GROUP=users
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/zsh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no

View file

@ -0,0 +1,20 @@
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
QT_AUTO_SCREEN_SCALE_FACTOR=1
# QT_QPA_PLATFORMTHEME="gnome"
QT_QPA_PLATFORMTHEME=qt5ct
#QT_STYLE_OVERRIDE="kvantum"
# Force to use Xwayland backend
# QT_QPA_PLATFORM=xcb
#Not tested: this should disable window decorations
# QT_WAYLAND_DISABLE_WINDOWDECORATION=1
EDITOR=/usr/bin/nano

View file

@ -0,0 +1,10 @@
#%PAM-1.0
auth required pam_env.so
auth sufficient pam_fprintd.so
auth sufficient pam_unix.so try_first_pass likeauth nullok
auth required pam_deny.so
auth include system-auth
account include system-auth
password include system-auth
session include system-auth

View file

@ -0,0 +1,9 @@
#%PAM-1.0
auth required pam_env.so
auth sufficient pam_fprintd.so
auth sufficient pam_unix.so try_first_pass likeauth nullok
auth required pam_deny.so
auth include system-auth
account include system-auth
session include system-auth

View file

@ -0,0 +1,6 @@
# Distribution defaults. Changes to this file will get overwritten during
# upgrades.
[Daemon]
Theme=manjaro
ShowDelay=0
DeviceTimeout=8

View file

@ -0,0 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Icon=caffeine
Name=Caffeine-ng
Comment=Temporarily deactivate the screensaver and sleep mode
Exec=/usr/bin/caffeine
Terminal=false
Type=Application
Categories=Utility;TrayIcon;DesktopUtility
Keywords=Screensaver,Power,DPMS,Blank,Idle
StartupNotify=false
Hidden=true

View file

@ -0,0 +1,4 @@
[ColorScheme]
active_colors=#ffffffff, #ff343434, #ff3b3b3b, #ff3e3e3e, #ff2d2d2d, #ff353535, #ffffffff, #ffffffff, #ffffffff, #ff2d2d2d, #ff353535, #ff000000, #ff007a62, #fff9f9f9, #ff19a388, #ffa70b06, #ff2d2d2d, #ff2d2d2d, #ff343434, #ffffffff, #ff2d2d2d
disabled_colors=#ff808080, #ff343434, #ff3b3b3b, #ff3e3e3e, #ff2d2d2d, #ff353535, #ff808080, #ffffffff, #ff808080, #ff2d2d2d, #ff353535, #ff000000, #ff007a62, #ff808080, #ff19a388, #ffa70b06, #ff2d2d2d, #ff2d2d2d, #ff343434, #ffffffff, #ff2d2d2d
inactive_colors=#ffffffff, #ff343434, #ff3b3b3b, #ff3e3e3e, #ff2d2d2d, #ff353535, #ffffffff, #ffffffff, #ffffffff, #ff2d2d2d, #ff353535, #ff000000, #ff007a62, #fff9f9f9, #ff19a388, #ffa70b06, #ff2d2d2d, #ff2d2d2d, #ff343434, #ffffffff, #ff2d2d2d

Some files were not shown because too many files have changed in this diff Show more