Skip to content

Commit b200933

Browse files
committed
Fix slim login manager theme selection
1 parent f20137a commit b200933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleimage/platform-scripts/install_i3_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ ! -d /usr/share/slim/themes/pine64 ]; then
4141
cp -ra /usr/share/slim/themes/default /usr/share/slim/themes/pine64
4242
wget -O /usr/share/slim/themes/pine64/background.png \
4343
https://github.com/longsleep/build-pine64-image/raw/master/bootlogo/bootlogo-pine64-1366x768.png
44-
sed s/^current_theme(.*)/current_theme pine64/g /etc/slim.conf
44+
sed -i "s/^current_theme(.*)/current_theme pine64/g" /etc/slim.conf
4545
fi
4646

4747
mkdir -p /etc/X11/xorg.conf.d

0 commit comments

Comments
 (0)