The Gloomy theme is a custom theme for SDDM (Simple Desktop Display Manager) designed to provide a sleek, dark, and modern login screen for your system. This theme enhances the login experience with its minimalist design and visually appealing aesthetics.
-
Download and open the folder in terminal.
-
Use the provided installation script to install the theme:
./install.sh
The script will:
- Move the
gloomytheme folder to/usr/share/sddm/themes/. - Update or create the SDDM configuration file (
/etc/sddm.conf) to setCurrent=gloomy. - Restart the SDDM service to apply the changes.
- Move the
-
Follow the prompts in the script to complete the installation.
-
Copy the
gloomytheme folder to/usr/share/sddm/themes/:sudo cp -r gloomy /usr/share/sddm/themes/
-
Edit the SDDM configuration file (
/etc/sddm.conf) to set the current theme:- Open the file in a text editor:
sudo nano /etc/sddm.conf
- Add or update the following section:
[Theme] Current=gloomy
- Open the file in a text editor:
-
Restart the SDDM service to apply the changes:
sudo systemctl restart sddm.service
To remove the Gloomy theme:
-
Delete the theme folder:
sudo rm -r /usr/share/sddm/themes/gloomy
-
Edit the
/etc/sddm.conffile and update the[Theme]section to use a different theme. -
Restart the SDDM service:
sudo systemctl restart sddm.service
-
If the login screen does not display correctly after installation, ensure that:
- The
gloomyfolder is correctly placed in/usr/share/sddm/themes/. - The
/etc/sddm.conffile is properly configured with[Theme] Current=gloomy.
- The
-
To debug, check the SDDM logs:
sudo journalctl -u sddm
This project is licensed under the MIT License.
Enjoy your sleek and modern Gloomy-SDDM theme!
