Adding Weather Config (and bugfixes)

This commit is contained in:
SteveTinkers 2021-11-19 18:25:34 -05:00 committed by GitHub
parent 9309b81930
commit 6cc72fd71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ if [ ! -z "${openWeatherMapCityId}" ]; then
sudo make install sudo make install
# Configure KDE and weather plasmoids # Configure KDE and weather plasmoids
file1=/home/titus/.config/plasma-org.kde.plasma.desktop-appletsrc file1=${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc
file2=/home/titus/.config/plasma_calendar_holiday_regions 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/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 sed -i 's/AppletOrder=34;4;5;6;7;18;19/AppletOrder=34;4;5;6;44;7;18;19/g' $file1