Skip to content

Commit 1316fa7

Browse files
authored
Update wallpaper and streamline MATE OEM script. (#252)
- Replace wallpaper with "blue-layered-stripes.jpg." - Remove obsolete Git setup functions from script.
1 parent 882ee00 commit 1316fa7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

desktop_config/mate_oem.sh

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
32
set -e -u
43

54
. "${cwd}/common_config/autologin.sh"
@@ -17,23 +16,19 @@ lightdm_setup()
1716
setup_xinit()
1817
{
1918
echo "exec marco &" > "${release}/home/${live_user}/.xinitrc"
20-
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View.jpg &" >> "${release}/home/${live_user}/.xinitrc"
21-
echo "exec sudo install-station" >> "${release}/home/${live_user}/.xinitrc"
19+
# Todo update wallpaper for 26.01 also find a way to automate the wall paper
20+
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> "${release}/home/${live_user}/.xinitrc"
21+
echo "exec sudo install-station-init" >> "${release}/home/${live_user}/.xinitrc"
2222
chmod 765 "${release}/home/${live_user}/.xinitrc"
2323
# root
2424
echo "exec marco &" > "${release}/root/.xinitrc"
25-
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View.jpg &" >> "${release}/root/.xinitrc"
25+
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> "${release}/root/.xinitrc"
2626
echo "exec setup-station" >> "${release}/root/.xinitrc"
2727
}
2828

2929
patch_etc_files
3030
patch_loader_conf_d
3131

32-
git_pc_sysinstall
33-
git_gbi
34-
git_install_station
35-
git_setup_station
36-
3732
ghostbsd_setup_liveuser
3833
ghostbsd_setup_autologin
3934
lightdm_setup

0 commit comments

Comments
 (0)