5

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.

5
  • It would be good to know if you have a prefered theme. There are a lot in the AUR and even in the official repositories. Commented Oct 28, 2016 at 13:46
  • @C.W. I don't need a specific theme just need to make the de usable (which isn't for me). But if you want a name, then maybe Arch-Dark seems good. Commented Oct 28, 2016 at 17:24
  • 1
    did my suggestion it help? Commented Nov 9, 2016 at 13:39
  • 1
    @C.W. I was able to fix it by reinstalling the complete plasma package. But you're answer did teach me some new stuff. Thanks anyway. Commented Nov 13, 2016 at 8:25
  • @sagar846, are you asking what reddit.com/r/kde/comments/6m83sy does? Commented Mar 14 at 23:20

1 Answer 1

1
  1. change your working directory to the place where you want to download the package at.
  2. 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
  3. use ls to get a list of all files in the directory
  4. change the directory to the extracted folder cd arc-dark-suite
  5. now run makepkg -si . The command -si automatically 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).

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.