-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions unclear, inaccurate, and inefficient. Here's a revised version for anyone who's confused. #10
Comments
Thank you! |
Happy to help! |
That's because Kvantum is for Qt apps dude. You need to use the Gradience
theme for GTK applications.
…On Tue, Jan 14, 2025, 2:12 AM Shykid002 ***@***.***> wrote:
sorry my bad please i've seen the generated theme in kvantum i've set it
as default yet my gtk apps like thunar didn't work i am currently using
whitsur gtk theme. thanks
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMTNADOC52FYMJEI33ZNKDL2KTPJLAVCNFSM6AAAAABTS2LMD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBZGUYTGMBRGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If you read the original instructions, it tells you what GTK theme you need to download for Gradience. |
It won't work without Gradience so I wouldn't even worry about the theme
until you can get that installed.
…On Tue, Jan 14, 2025, 7:45 AM Shykid002 ***@***.***> wrote:
I don't know why gradience is not installing it ends with errors and also
i didn't understand that instruction cause it's very unclear to me please
could you tell me the name of the theme please?
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMTNADORR62JFOTTXKOSVOL2KUWITAVCNFSM6AAAAABTS2LMD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJQGI4TINJUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are three specific things you need for this to work
I'm going to assume you can take it upon yourself to get software installed.
pywal16: generates a 16 color palette from the dominant colors of an image
Kvantum: allows you to install, configure, and apply themes for the Qt framework
Gradience: allows you to install, configure, and apply themes for the GTK framework
pywal works by reading system templates and user defined templates, then generating files containing color schemes from them in ~/.cache/wal.
This repo contains 3 important files
These files are templates for pywal that generate themes for Kvantum and Gradience. Clone the repo, move the contents of the templates folder into ~/.config/wal/templates, and then run pywal. You should now have a corresponding file in ~/.cache/wal for each of the templates you imported.
The next step is to symlink the generated files into the appropriate directories. The README says to copy them over (it also gives the wrong location for the json file), but this would require manually copying the generated files every time a new palette is generated by pywal. By creating symlinks, you are allowing for "on the fly" changes which should update most things every time pywal is ran. You may need to log out/in.
Now just open Gradience and Kvantum to set the themes that pywal generated for you, which should update on the fly whenever pywal is ran (mostly).
The text was updated successfully, but these errors were encountered: