Ebuka Ezike
Ebuka Ezike
I have been thinking of this for some time . to change all the aspects of the ui, however the most efficient way of doing this is using the global...
we don't actually have to use the kpackagetool to install a global theme as long as it is in the look and feel folder with the right directory hierarchy and...
There is a terminal command for changing icons through out plasma it is /usr/lib/plasma-changeicons "nameof the icon theme". including double quote Like to change to papirus you type /usr/lib/plasma-changeicons "Paprus"...
Lol my bad read the issue wrong
yeah i do agree with you the path of the colour scheme method is not actually used and what it does can be accomplished by the same getColorschemes();
How do I do what you said
I am also experiencing this issue when I set mold as my default linker in Fedora Linux When trying to build the nvidia module using `sudo akmod --force` ``` 4.14-200.fc38.x86_64/nvidia.mod.o;...
I am not sure if this should be the intended behaviour for all icon types so I only disabled them for DialogButtons.
would it not be better to have a gradient item something like ```qml // Gradient Rectangle { property alias startColor: startGradient.color property alias stopColor: stopGradient.color height: 8 z: 1 gradient:...
> Yeah, good idea, now that we're using such gradients so often! > > You could put this in the UiComponents module. I am not sure what to name the...