prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script breaks theming for KDE Plasma.

Abdulsarhan opened this issue · comments

I don't use Hyprland full-time.
I mostly use KDE plasma.
After installing this script, all of my GTK apps now have the Catpuccin theme.
The problem is that I can't use Plasma's Global theme changer to change the theme back in my GTK apps.
I even tried changing the theme that I use in the GTK config files but it still doesn't work.

EDIT: To be clear, I don't mind the fact that I may have to change my theme back when I go back to KDE Plasma after using Hyprland. My issue is that it's literally impossible to change it back.

Can you change your gtk related themes using gsettings ?

for each theme the script invokes some gsettings command
image

Now I did not dig deeper, but there are files related to gtk, try to remove these then try to to change themes on kde using the global theme changer. (It would be helpful if we would know how kde handles gtk)
image

Can you change your gtk related themes using gsettings ?

for each theme the script invokes some gsettings command image

Now I did not dig deeper, but there are files related to gtk, try to remove these then try to to change themes on kde using the global theme changer. (It would be helpful if we would know how kde handles gtk) image

Thank you, kRHYME7.

I ran the following commands and fixed it:
gsettings set org.gnome.desktop.interface icon-theme 'Breeze-Dark'
gsettings set org.gnome.desktop.interface gtk-theme 'Breeze-Dark'
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'

Also, I will be reporting this to KDE because a theme changer should change the theme.