[presets] add xfce-manjaro

This commit is contained in:
Philip Müller 2020-07-04 09:38:28 +02:00
parent eec0bf1628
commit b42f2f41b2
12 changed files with 40 additions and 1 deletions

9
presets/pamac.toml Normal file
View File

@ -0,0 +1,9 @@
packages = ["pamac-gtk", "pamac-snap-plugin", "pamac-flatpak-plugin"]
script = """
set -exu
systemctl enable apparmor
systemctl enable snapd.apparmor
systemctl enable snapd
"""

View File

@ -0,0 +1,5 @@
packages = ["manjaro-xfce-settings", "manjaro-hello", "manjaro-application-utility", "manjaro-settings-manager-notifier", "manjaro-documentation-en", "manjaro-browser-settings", "manjaro-release", "manjaro-firmware", "manjaro-system"]
script = """
cp /shared_dirs/xfce-branding/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf
"""
shared_directories = ["xfce-branding"]

View File

@ -0,0 +1,16 @@
[greeter]
background = /usr/share/backgrounds/illyria-default-lockscreen.jpg
user-background = false
font-name = Cantarell Bold 12
xft-antialias = true
icon-theme-name = Adapta-Papirus-Maia
screensaver-timeout = 60
theme-name = Matcha-sea
cursor-theme-name = xcursor-breeze
show-clock = false
default-user-image = #manjaro
xft-hintstyle = hintfull
position = 50%,center 57%,center
clock-format =
panel-position = bottom
indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power

View File

@ -0,0 +1,2 @@
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird"]

View File

@ -0,0 +1 @@
../xorg.toml

View File

@ -0,0 +1 @@
../user.toml

View File

@ -0,0 +1 @@
../xfce.toml

View File

@ -0,0 +1 @@
../xfce-goodies.toml

View File

@ -0,0 +1 @@
../xfce-branding.toml

View File

@ -0,0 +1 @@
../pamac.toml

View File

@ -0,0 +1 @@
../xfce-branding

View File

@ -1,4 +1,4 @@
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"]
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter-settings", "accountsservice"]
script = """
set -exu