I've been having some issues with the breeze theme while starting plasma and I want to know if there is a way to install a another plasma theme via the terminal and set that to default. I'm using arch linux.
1 Answer
- change your working directory to the place where you want to download the package at.
- download a tarball and extract it. Both is done with the command
curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/arc-dark-suite.tar.gz - use
lsto get a list of all files in the directory - change the directory to the extracted folder
cd arc-dark-suite - now run
makepkg -si. The command-siautomatically resolves and install any dependencies with pacman before building and installs the package if it is built successfully.
Now do you use SDDM (The Simple Desktop Display Manager)? If yes fine, if not you should. It is the preferred display manager for KDE Plasma desktops.
Open the config file with sudo nano /etc/sddm.conf to be able to change things in there. Scroll to the Theme section and set arc-dark-suite as default (instead of breeze).
reddit.com/r/kde/comments/6m83sydoes?