Skip to content

Known_Issues

JaKooLit edited this page Dec 25, 2023 · 12 revisions

👣 Known issues and possible fixes to be posted here

  • [ ] Sometimes losing rainbow borders after random wallpaper change.
  • 👉 It is intermittent and I cant pinpoint the issue. to quickly restart rainbow borders, CTRL SHIFT W
  • Seems to be fixed by this https://github.com/JaKooLit/Hyprland-Dots/pull/46/commits/4530ed47e3096a2602f41c58c38d48cf611e9c79
  • 👋 as per my release statement on v2.1.12 release, "I noticed that some wallpapers are NOT triggering the rainbow borders." So this could be wallpaper formats or size or so.. I am not sure.

🌈 Cava error

  • from time to somebody asked about cava error. Pywal colors are connected to cava colors. for colors change. It may not work on you.
  • to fix it, you need to assign a fix colors instead. Edit ~/.config/cava/config
  • assign the fix colors
gradient_color_1 = '#0a0702'
gradient_color_2 = '#925E30'
gradient_color_3 = '#907253'
gradient_color_4 = '#9D8B6E'
gradient_color_5 = '#cdc9c3'
gradient_color_6 = '#6F887C'
gradient_color_7 = '#9D8B6E'
gradient_color_8 = '#cdc9c3'
  • edit as well ~/.config/hypr/scripts Refresh.sh and RefreshNoWaybar.sh and comment or delete the cava part
Clone this wiki locally