Skip to content

This is a sddm astronaut theme that handles Pop!OS support. NOTE: the animated wallpaper effects are not supported

License

Notifications You must be signed in to change notification settings

Emii-lia/sddm-astronaut-theme-pop-os

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sddm-astronaut-theme-pop-os for Pop!OS

[sddm-astronaut-theme-pop-pop-os] is a version of sddm-astronaut-theme display manager made by Keyitdev for Pop!OS.

Pop!_OS Edition Note: This version has been modified for compatibility with Pop!_OS (Ubuntu-based systems) using Qt5 instead of Qt6. Some advanced features like MultiEffect blur have been replaced with Qt5-compatible alternatives. The animated background may not work properly or even crash ; it is recommended to use static background

Preview of all themes

all_themes.gif

Preview of animated themes

animated_themes_all.mp4

Detailed previews

Astronaut Black hole
astronaut black_hole
Japanese aesthetic Pixel sakura static
japanese_aesthetic pixel_sakura_static
Purple leaves Cyberpunk
purple_leaves cyberpunk
Post-apocalyptic hacker xxx
post-apocalyptic_hacker

Hyprland Kath

hyprland_kath.mp4

Pixel sakura

pixel_sakura.mp4

Jake the dog

jake_the_dog.mp4

Installation

Automatic Installation

  1. Install dependencies

sddm >= 0.21.0

sudo apt update
sudo apt install sddm qml-module-qtquick2 qml-module-qtgraphicaleffects \
qml-module-qtquick-layouts qml-module-qtquick-controls2 \
qml-module-qtmultimedia gstreamer1.0-plugins-good \
gstreamer1.0-libav fonts-noto-color-emoji
  1. Get and install the theme
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Emii-lia/sddm-astronaut-theme-pop-os/master/setup.sh)"

Remember to always read the scripts you run from the internet.

Manual Installation

  1. Install dependencies

sddm >= 0.21.0

sudo apt update
sudo apt install sddm qml-module-qtquick2 qml-module-qtgraphicaleffects \
qml-module-qtquick-layouts qml-module-qtquick-controls2 \
qml-module-qtmultimedia gstreamer1.0-plugins-good \
gstreamer1.0-libav fonts-noto-color-emoji
  1. Clone this repository
sudo git clone -b master --depth 1 https://github.com/Emii-lia/sddm-astronaut-theme-pop-os.git /usr/share/sddm/themes/sddm-astronaut-theme-pop-os
  1. Copy fonts to /usr/share/fonts/
sudo cp -r /usr/share/sddm/themes/sddm-astronaut-theme-pop-os/Fonts/* /usr/share/fonts/
  1. Edit /etc/sddm.conf
echo "[Theme]
Current=sddm-astronaut-theme-pop-os" | sudo tee /etc/sddm.conf
  1. Edit /etc/sddm.conf.d/virtualkbd.conf
echo "[General]
InputMethod=qtvirtualkeyboard" | sudo tee /etc/sddm.conf.d/virtualkbd.conf
  1. Switch to SDDM
sudo dpkg-reconfigure gdm3
# Select SDDM from the list
  1. Restart SDDM
sudo systemctl restart sddm

Selecting a theme

You can select theme by editing metadata (/usr/share/sddm/themes/sddm-astronaut-theme-pop-os/metadata.desktop).

Just edit this line:

ConfigFile=Themes/astronaut.conf

All available configs are in Themes directory.

Sources

This theme is a fork of sddm-astronaut-theme.

About

This is a sddm astronaut theme that handles Pop!OS support. NOTE: the animated wallpaper effects are not supported

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 88.1%
  • Shell 11.9%