mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-24 22:19:28 +02:00
[presets] add xfce-manjaro
This commit is contained in:
parent
eec0bf1628
commit
b42f2f41b2
9
presets/pamac.toml
Normal file
9
presets/pamac.toml
Normal 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
|
||||
"""
|
||||
|
5
presets/xfce-branding.toml
Normal file
5
presets/xfce-branding.toml
Normal 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"]
|
16
presets/xfce-branding/lightdm-gtk-greeter.conf
Normal file
16
presets/xfce-branding/lightdm-gtk-greeter.conf
Normal 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
|
2
presets/xfce-goodies.toml
Normal file
2
presets/xfce-goodies.toml
Normal file
@ -0,0 +1,2 @@
|
||||
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird"]
|
||||
|
1
presets/xfce-manjaro/01-xorg.toml
Symbolic link
1
presets/xfce-manjaro/01-xorg.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../xorg.toml
|
1
presets/xfce-manjaro/02-user.toml
Symbolic link
1
presets/xfce-manjaro/02-user.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../user.toml
|
1
presets/xfce-manjaro/03-xfce.toml
Symbolic link
1
presets/xfce-manjaro/03-xfce.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../xfce.toml
|
1
presets/xfce-manjaro/04-xfce-goodies.toml
Symbolic link
1
presets/xfce-manjaro/04-xfce-goodies.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../xfce-goodies.toml
|
1
presets/xfce-manjaro/05-xfce-branding.toml
Symbolic link
1
presets/xfce-manjaro/05-xfce-branding.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../xfce-branding.toml
|
1
presets/xfce-manjaro/06-pamac.toml
Symbolic link
1
presets/xfce-manjaro/06-pamac.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../pamac.toml
|
1
presets/xfce-manjaro/xfce-branding
Symbolic link
1
presets/xfce-manjaro/xfce-branding
Symbolic link
@ -0,0 +1 @@
|
||||
../xfce-branding
|
@ -1,4 +1,4 @@
|
||||
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"]
|
||||
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter-settings", "accountsservice"]
|
||||
script = """
|
||||
set -exu
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user