end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.71k stars 255 forks source link

[Issue] Get Rid Of Black Text in Terminal #357

Closed GPSolo closed 5 months ago

GPSolo commented 5 months ago

Example image: image

GPSolo commented 5 months ago

I think this issue ties into my other issue #358 because after removing the .config files and replacing them with up-to-date config files, the issue no longer is present, at least not until I use the colorpicker or '>img' in ags. my "color-scheming" is messed-up.

end-4 commented 5 months ago

Looks like something's wrong with color generation. Can you run ~/.config/ags/scripts/color_generation/generate_colors_material.py --path '/PATH/TO/YOUR/WALLPAPER' --smart True and gimme the output?

I'll close #358 since that and this problem have the same cause

GPSolo commented 5 months ago
Traceback (most recent call last):
  File "/home/gp/.config/ags/scripts/color_generation/generate_colors_material.py", line 9, in <module>
    from materialyoucolor.hct import Hct
ModuleNotFoundError: No module named 'materialyoucolor'

I realize now this issue was caused by a missing dependency for materialyoucolor, on my arch system it was easily fixed by install the AUR package 'python-materialyoucolor-git'