prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.64k stars 894 forks source link

[Bug]: When switching themes, there is an error in the hypr theme configuration file #1967

Closed vgoer closed 2 weeks ago

vgoer commented 2 weeks ago

hypr theme style error

After updating hyprland, the style is switched, and the hypr style is wrong

Steps to Reproduce

  1. Update hyprland
  2. Switch the theme style

Screenshots

241107_10h16m41s_screenshot

Environment

OS : Archcraft x86_64 Host : KuangshiG16 Series GM6AR0Q Standard Kernel : 6.11.6-zen1-1-zen Uptime : 23 mins Packages : 2414 (pacman), 34 (flatpak) Shell : zsh 5.9 Resolution : 2560x1600 DE : Hyprland Terminal : kitty

kRHYME7 commented 2 weeks ago

What theme?

kRHYME7 commented 2 weeks ago

Using hyprland-git?

vgoer commented 2 weeks ago

What theme?

anyone theme

vgoer commented 2 weeks ago

yes hyprland-git

kRHYME7 commented 2 weeks ago

revert Hyprland if you can't manage it on your own.

continue, if you want to solve it on your own.

remove the errors first

Note: we just remove the warning and did not solve the issue yet

Make the shadow decoration work again

Hyprland now had the shadow variable. https://wiki.hyprland.org/Configuring/Variables/#shadow image

Now let's choose a theme to fix.

 ~/.config/hyde/themes/Catppuccin\ Mocha/hypr.theme

You can see in this theme drop_shadow is unknown. So remove that line and make a new configruation for shadow

OLD

image

NEW

image

Now do that to all the hypr.theme files Or report the issue to the theme owner listed in here https://github.com/HyDE-Project/hyde-gallery

kRHYME7 commented 2 weeks ago

Added a discussions here for anyone watching this repo. #1971

vgoer commented 2 weeks ago

i got it . thakns