cz keyboard, some soft

This commit is contained in:
2022-11-01 00:48:27 +01:00
parent 999c4fe957
commit fd4412e6c7
3 changed files with 28 additions and 2 deletions

View File

@@ -102,6 +102,26 @@ EOF
%post
# horal
echo "IN CHROOT"
mkdir -p /home/liveuser/.config/autostart
cd /home/liveuser
cat >wallpaper.sh <<EOF
#!/bin/bash
gsettings set org.gnome.desktop.background picture-uri file:///home/liveuser/horal_wallpaper.jpg
EOF
chmod 777 wallpaper.sh
cat >.config/autostart/wallpaper.desktop <<EOF
[Desktop Entry]
Name=wallpaper
Comment=set wallpaper
Type=Application
Exec=/home/liveuser/wallpaper.sh
Hidden=false
X-GNOME-Autostart-enabled=true
EOF
echo -e "IN CHROOT\nCopy wallpaper."
/bin/bash
%end