From 6cc72fd71c1cc2be56af4f93bed64db8f0e0aaad Mon Sep 17 00:00:00 2001 From: SteveTinkers <79803804+SteveTinkers@users.noreply.github.com> Date: Fri, 19 Nov 2021 18:25:34 -0500 Subject: [PATCH] Adding Weather Config (and bugfixes) --- 2-user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-user.sh b/2-user.sh index 3ecc4f4..9b8eda8 100755 --- a/2-user.sh +++ b/2-user.sh @@ -108,8 +108,8 @@ if [ ! -z "${openWeatherMapCityId}" ]; then sudo make install # Configure KDE and weather plasmoids - file1=/home/titus/.config/plasma-org.kde.plasma.desktop-appletsrc - file2=/home/titus/.config/plasma_calendar_holiday_regions + file1=${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc + file2=${HOME}/.config/plasma_calendar_holiday_regions sed -i 's/plugin=org.kde.plasma.digitalclock/plugin=org.kde.plasma.eventcalendar/g' $file1 sed -i 's/AppletOrder=34;4;5;6;7;18;19/AppletOrder=34;4;5;6;44;7;18;19/g' $file1