-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
pyWal support and terminal coloring #99
Comments
home-manager's the basic process seems to be about ensuring there's a template file for the application in question, then from nix having the application's actual style/configuration file include a dynamic include to that (presuming their format supports this), e.g. see my attempt for Zathura. i feel like we could do stuff like that here, so maybe the question would be if it's in scope. if anything tho, it would seem desirable to have these play nice, i.e. ensuring stylix wouldn't like override its colors with static ones, so that could be an argument in favor of handling this from the stylix repo. |
Hey @KiaraGrouwstra, I stumbled upon this issue and I was wondering whether you were aware that stylix has builtin support for generating colorschemes based on the wallpaper similarly to what pywal does (although the details elude me): https://stylix.danth.me/configuration.html#generated-schemes |
@99linesofcode thanks for mentioning that. i guess the unfortunate part of stylix for this purpose tho would be having to rebuild your nixos config just to change wallpaper, which seems like a bunch of unnecessary cpu cycles. |
In the future, this operation would mostly happen at runtime: #477 (comment) |
with pywal and it's -R flag you can apply colors to I guess any terminal. There is other wal programs that works with wal colors such as wal-telegram. There is my approach of doing that:
home.nix
pywal.json.mustache
The text was updated successfully, but these errors were encountered: