Page 1 of 1
Muon Package Manager theme color SOLVED
Posted: Mon Sep 21, 2020 2:53 pm
by Max17
Muon Package manager is a QT application that does not follow theming. I have bad vision and rely on dark colors. When I select Breeze Dark theming Muon does not change. I do use Muon a lot for updating and installing additional apps. Is there a solution for a fix. My CPU info is in my signature. Thanks in advance.
MX forever. =-)
Re: Muon Package Manager theme color
Posted: Mon Sep 21, 2020 3:03 pm
by tony37
This is the same thing as I described
here.
So to change the theme of programs opened as root:
Re: Muon Package Manager theme color
Posted: Mon Sep 21, 2020 3:49 pm
by Max17
Okay thank you and thanks for the help.
Re: Muon Package Manager theme color
Posted: Mon Sep 21, 2020 7:51 pm
by fehlix
tony37 wrote: Mon Sep 21, 2020 3:03 pm
This is the same thing as I described
here.
So to change the theme of programs opened as root:
In this way, I do change theming of "root"-apps to the same of the user:
Code: Select all
mx-pkexec bash -c "lookandfeeltool -a $(grep -oP 'LookAndFeelPackage=\K.*' ~/.config/kdeglobals)"
So if I have Breeze-Dark for the user, after running the line above, it will be set for apps running as root.
HTH
