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