this post was submitted on 08 Sep 2024
23 points (96.0% liked)

KDE

5026 readers
25 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

Some of you might know about the lightly qt theme

https://github.com/Luwx/Lightly

https://github.com/boehs/Lightly

And if you know about it, you know support for it in recent times has been questionable. That's what I want to change, but I need someone to help me. I have experinence in similiar stuff, like I have my custom userstyle for firefox (https://github.com/Bali10050/FirefoxCSS), I have a custom animated cursor, custom plasma themes, custom aurorae themes, a custom kvantum theme, custom color themes, and I even made a custom theme for gtk2 when it was a thing(that one is not on the internet, the others can be found at https://www.pling.com/u/bali10050). I have some experience in programming, but it's python, and this project is not, and I also done nearly 0 graphical stuff in that. But, I heard that qt supports css like stylesheets (https://doc.qt.io/qt-6/stylesheet-reference.html) and I can also do some very basic things in c++ and rust. Can somebody help me revive this project, or help me find where to start?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago (4 children)

How do you install brise? Is it available in the KDE store? Somewhere in the AUR. The readme only show to build it with kdrc and I have no idea how to do that.

[–] [email protected] 2 points 1 week ago (3 children)

If you're using Arch and it's in the AUR, I'd look into that. Otherwise you'd need to compile it by yourself.

If you don't feel like compiling stuff, you'd want to file a bug against your distro so there's someone willing to step up as a package mantainer to prepare a package for it and make it available for your distro.

[–] [email protected] 1 points 1 week ago (2 children)

It's not in the AUR unfortunately, and I'm ok with compiling it myself, but I have no idea how since there are 0 instructions on their gitlab. There could be instructions there, but gitlab confuses the shit out of me.

[–] [email protected] 2 points 1 week ago (1 children)

Download it, cd to its directory, and do the standard procedure to compile a Cmake project:

mkdir build && cd build
cmake ..
make
sudo/doas make install
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

That worked. Thanks. I don't see much difference really. Also, I now have 2 breeze themes. Lol