From e74c7683bdedca087bf7bd3eb8e2bc009035c982 Mon Sep 17 00:00:00 2001 From: cutefishd Date: Sat, 20 Mar 2021 16:10:48 +0800 Subject: [PATCH] Rename to shell --- README.md | 4 ++-- settings-daemon/theme/thememanager.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba1aa4e..5eb0abe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# System +# Shell System backend and start session and more. @@ -31,4 +31,4 @@ sudo make install ## License -This project has been licensed by GPLv3. \ No newline at end of file +This project has been licensed by GPLv3. diff --git a/settings-daemon/theme/thememanager.cpp b/settings-daemon/theme/thememanager.cpp index 5be6803..cc2ad2e 100644 --- a/settings-daemon/theme/thememanager.cpp +++ b/settings-daemon/theme/thememanager.cpp @@ -57,7 +57,7 @@ ThemeManager::ThemeManager(QObject *parent) // init value m_isDarkMode = m_settings->value("DarkMode", false).toBool(); m_darkModeDimsWallpaer = m_settings->value("DarkModeDimsWallpaer", false).toBool(); - m_wallpaperPath = m_settings->value("Wallpaper", "/usr/share/backgrounds/cutefishos/unsplash-12.jpg").toString(); + m_wallpaperPath = m_settings->value("Wallpaper", "/usr/share/wallpapers/cutefishos/unsplash-0.jpg").toString(); m_accentColor = m_settings->value("AccentColor", 0).toInt(); // Start the DE and need to update the settings again.