78 lines
2.5 KiB
HTML
78 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Konsthol</title>
|
||
<meta charset="utf-8">
|
||
<meta name="robots" content="noindex">
|
||
<link rel="alternate" type="application/atom+xml" title="RSS Feed" href="/rss.xml">
|
||
<link rel="stylesheet" href="/css/style.css" >
|
||
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||
|
||
<script>
|
||
(function(d,t) {
|
||
var BASE_URL="https://chat.konsthol.eu";
|
||
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||
g.src=BASE_URL+"/packs/js/sdk.js";
|
||
g.defer = true;
|
||
g.async = true;
|
||
s.parentNode.insertBefore(g,s);
|
||
window.chatwootSettings = {
|
||
darkMode: "dark"
|
||
};
|
||
g.onload=function(){
|
||
window.chatwootSDK.run({
|
||
websiteToken: 'rYqPF7TtnospKkLhtjf5LkPy',
|
||
baseUrl: BASE_URL
|
||
})
|
||
}
|
||
})(document,"script");
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<section>
|
||
<blockquote>
|
||
<p>DATE: Wed 17 Aug 2022 00:09 By: konsthol@pm.me</p>
|
||
</blockquote>
|
||
<h1 id="wpgtk-is-just-more-convenient">wpgtk is just more convenient</h1>
|
||
<p>
|
||
Pywal is a simple KISS principled python application that extracts colors from
|
||
an image and creates a color pallete to theme different programs
|
||
</p>
|
||
<p>
|
||
By default there are some templates that are stored in its .cache directory
|
||
and there is an option to create new templates in its .config directory.
|
||
</p>
|
||
<p>
|
||
I found it to be simpler to create every template with wpgtk and store it in
|
||
its templates folder in .config because there it also utilizes symlinks to its
|
||
respective files and thus you can have every program’s file to manage in one
|
||
place.
|
||
</p>
|
||
<p>
|
||
Moreover wpgtk conveniently stores each created colorscheme in a schemes
|
||
folder in .config and along with that every wallpaper used as a symlink to the
|
||
actual wallpaper in a wallpapers folder.
|
||
</p>
|
||
<p>
|
||
It also has a gui interface but I never really found a use for it as one can
|
||
easily perform every needed action using just the cli.
|
||
</p>
|
||
<p>
|
||
After creating a script to be run after every use of the program to theme
|
||
application that need third party scripts like telegram and qutebrowser the
|
||
process of switching colorschemes on the fly becomes easy as pie and fast as
|
||
fuck 🤫
|
||
</p>
|
||
<p>
|
||
Just give it a shot! Maybe I’ll upload my postWPG script in my gitea instance
|
||
sometime soon and create an actual tutorial on how to use wpgtk
|
||
</p>
|
||
<p><a href="..">..</a></p>
|
||
<footer>
|
||
<a id="gemyo" href="gemini://konsthol.eu/"><img src="/images/best_viewed_on_gemini.png" /><br /></a>
|
||
</footer>
|
||
|
||
</section>
|
||
</body>
|
||
</html>
|