From b42f2f41b26afa562aa5af1ae6550f49dab7d766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sat, 4 Jul 2020 09:38:28 +0200 Subject: [PATCH] [presets] add xfce-manjaro --- presets/pamac.toml | 9 +++++++++ presets/xfce-branding.toml | 5 +++++ presets/xfce-branding/lightdm-gtk-greeter.conf | 16 ++++++++++++++++ presets/xfce-goodies.toml | 2 ++ presets/xfce-manjaro/01-xorg.toml | 1 + presets/xfce-manjaro/02-user.toml | 1 + presets/xfce-manjaro/03-xfce.toml | 1 + presets/xfce-manjaro/04-xfce-goodies.toml | 1 + presets/xfce-manjaro/05-xfce-branding.toml | 1 + presets/xfce-manjaro/06-pamac.toml | 1 + presets/xfce-manjaro/xfce-branding | 1 + presets/xfce.toml | 2 +- 12 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 presets/pamac.toml create mode 100644 presets/xfce-branding.toml create mode 100644 presets/xfce-branding/lightdm-gtk-greeter.conf create mode 100644 presets/xfce-goodies.toml create mode 120000 presets/xfce-manjaro/01-xorg.toml create mode 120000 presets/xfce-manjaro/02-user.toml create mode 120000 presets/xfce-manjaro/03-xfce.toml create mode 120000 presets/xfce-manjaro/04-xfce-goodies.toml create mode 120000 presets/xfce-manjaro/05-xfce-branding.toml create mode 120000 presets/xfce-manjaro/06-pamac.toml create mode 120000 presets/xfce-manjaro/xfce-branding diff --git a/presets/pamac.toml b/presets/pamac.toml new file mode 100644 index 0000000..fba15ff --- /dev/null +++ b/presets/pamac.toml @@ -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 +""" + diff --git a/presets/xfce-branding.toml b/presets/xfce-branding.toml new file mode 100644 index 0000000..5f636c8 --- /dev/null +++ b/presets/xfce-branding.toml @@ -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"] diff --git a/presets/xfce-branding/lightdm-gtk-greeter.conf b/presets/xfce-branding/lightdm-gtk-greeter.conf new file mode 100644 index 0000000..a18f780 --- /dev/null +++ b/presets/xfce-branding/lightdm-gtk-greeter.conf @@ -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 diff --git a/presets/xfce-goodies.toml b/presets/xfce-goodies.toml new file mode 100644 index 0000000..5f26783 --- /dev/null +++ b/presets/xfce-goodies.toml @@ -0,0 +1,2 @@ +packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird"] + diff --git a/presets/xfce-manjaro/01-xorg.toml b/presets/xfce-manjaro/01-xorg.toml new file mode 120000 index 0000000..5949eb4 --- /dev/null +++ b/presets/xfce-manjaro/01-xorg.toml @@ -0,0 +1 @@ +../xorg.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/02-user.toml b/presets/xfce-manjaro/02-user.toml new file mode 120000 index 0000000..b54cb1e --- /dev/null +++ b/presets/xfce-manjaro/02-user.toml @@ -0,0 +1 @@ +../user.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/03-xfce.toml b/presets/xfce-manjaro/03-xfce.toml new file mode 120000 index 0000000..5c28c38 --- /dev/null +++ b/presets/xfce-manjaro/03-xfce.toml @@ -0,0 +1 @@ +../xfce.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/04-xfce-goodies.toml b/presets/xfce-manjaro/04-xfce-goodies.toml new file mode 120000 index 0000000..945b85e --- /dev/null +++ b/presets/xfce-manjaro/04-xfce-goodies.toml @@ -0,0 +1 @@ +../xfce-goodies.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/05-xfce-branding.toml b/presets/xfce-manjaro/05-xfce-branding.toml new file mode 120000 index 0000000..a72ae79 --- /dev/null +++ b/presets/xfce-manjaro/05-xfce-branding.toml @@ -0,0 +1 @@ +../xfce-branding.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/06-pamac.toml b/presets/xfce-manjaro/06-pamac.toml new file mode 120000 index 0000000..5580141 --- /dev/null +++ b/presets/xfce-manjaro/06-pamac.toml @@ -0,0 +1 @@ +../pamac.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/xfce-branding b/presets/xfce-manjaro/xfce-branding new file mode 120000 index 0000000..78919dd --- /dev/null +++ b/presets/xfce-manjaro/xfce-branding @@ -0,0 +1 @@ +../xfce-branding \ No newline at end of file diff --git a/presets/xfce.toml b/presets/xfce.toml index 2cad2f3..ba729d0 100644 --- a/presets/xfce.toml +++ b/presets/xfce.toml @@ -1,4 +1,4 @@ -packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"] +packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter-settings", "accountsservice"] script = """ set -exu