wpgtk
wpgtk copied to clipboard
:flower_playing_cards: a colorscheme, wallpaper and template manager for *nix
I have a script for pywal that detects if the last used theme was light or dark, and then generates the opposite theme from the same wallpaper. Is there a...
```shell [sam@thinkpad-pro ~]$ wpg --theme base16-dracula [i] theme Set theme to base16-dracula.json. [i] export Exported json. [e] image No valid image file found. ``` good evening. This command seems to...
Setting wallpaper only actually changes terminal theme but does nothing for wallpaper and GTK theme. WM: Hyprland Terminal: Alacritty Wallpaper tool: swww I got nwg-look and pywal installed
- Add support pywal16cols - Add private function for check is user using pywal16cols The problem is in different "wal" functions API. pywal16cols ```python def cache_fname(img, backend, cols16, light, cache_dir,...
Pywal has an option to skip setting the terminal colors. It accepts a boolean option in the pywal.sequence.send function This PR adds that as a CLI flag --noterminal and also...
Wpg does not set wallpaper on Wayland
`wpg -R pink.png` gives the following error: ``` Traceback (most recent call last): File "/sbin/wpg", line 8, in sys.exit(main()) ^^^^^^ File "/usr/lib/python3.11/site-packages/wpgtk/__main__.py", line 305, in main process_args(args) File "/usr/lib/python3.11/site-packages/wpgtk/__main__.py", line...
Hello! I might be missing it but how would I go about just providing a JSON input like so: ```json { "color": [ "2F183A", "B44646", "7E5BAE", "D6A8F0", "A6A0E9", "C462F9", "9B78E3",...
Hi, most applications pick up the theme change directly, but firefox and chromium do not reload the theme on the fly. I looked into closed issue and found that the...
I'm currently using Pop!_OS 20.04 on GNOME 3.36. I used `pywal` and its derivatives (e.g. `pywalfox` `pywal-telegram`, etc.) to theme my terminal and other windows, and found out about `wpgtk`...