Add gnome

This commit is contained in:
Johannes Frohnmeyer 2023-09-30 21:59:39 +02:00
parent 8543abbcff
commit 6341a71428
Signed by: Johannes
GPG Key ID: E76429612C2929F4
13 changed files with 58 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# Specify the dconf path
[org/gnome/desktop/background]
# Specify the path to the desktop background image file
picture-uri='file:///usr/local/share/backgrounds/wallpaper.png'
# Specify one of the rendering options for the background image:
picture-options='scaled'
# Specify the left or top color when drawing gradients, or the solid color
primary-color='000000'
# Specify the right or bottom color when drawing gradients
secondary-color='FFFFFF'

View File

@ -0,0 +1,2 @@
[org/gnome/shell]
favorite-apps = ['gnome-terminal.desktop', 'firefox.desktop', 'gedit.desktop', 'nautilus.desktop']

View File

@ -0,0 +1,2 @@
user-db:user
system-db:local

View File

@ -0,0 +1,17 @@
# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
AutomaticLoginEnable=True
AutomaticLogin=root
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true

View File

@ -0,0 +1 @@
/usr/lib/systemd/system/dbus-org.freedesktop.nm-dispatcher.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/system/gdm.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

View File

@ -0,0 +1,5 @@
[Settings]
gtk-icon-theme-name = Adwaita
gtk-theme-name = Adwaita
gtk-font-name = Cantarell 11
gtk-application-prefer-dark-theme = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -127,3 +127,14 @@ wvdial
xfsprogs
xl2tpd
zsh
gdm
gnome-shell
gnome-session
gnome-terminal
mesa
gnome-control-center
gnome-settings-daemon
firefox
nautilus
xorg-drivers
networkmanager

View File

@ -30,12 +30,13 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
Color
#NoProgressBar
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
ParallelDownloads = 5
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.