-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add gtk theme and icon setting #10
Comments
wcm is for configuring wayfire which means it's centered around modifying wayfire.ini config file. It would require special casing to support this. This doesn't mean it's out of the question to implement though. Is there a way to get a list of all available supported themes for any of these categories? |
the themes are located in and in ~/.local/share/themes |
That doesn't give me much incentive to support this. |
but gnome tweaks require gnome shell to be running |
@librewish This is not true. I have used gnome-tweaks in Wayfire. |
@ammen99 do you have gnome-shell installed because i dont have it |
Yes, I have GNOME installed (I use it rarely to check whether applications behave differently than in wayfire) |
it will be very convenient for having
gtk theming gtk icon and gtk cursor theming option in wcm.
which will do
for example
gsettings set org.gnome.desktop.interface gtk-theme Matcha-dark-sea
gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
gsettings set org.gnome.desktop.interface cursor-theme xcursor-breeze
and for qt settings just give an message to use qt5ct and kvantum-qt5
The text was updated successfully, but these errors were encountered: