Skip to content
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

Does the GTK 4 work and will you keep updating it ? #15

Open
tanaybhomia opened this issue Apr 15, 2022 · 9 comments
Open

Does the GTK 4 work and will you keep updating it ? #15

tanaybhomia opened this issue Apr 15, 2022 · 9 comments

Comments

@tanaybhomia
Copy link

Just a casual question will you keep updating the theme for GTk 4 and further variats if so please do I literally love this theme

@TheGreatMcPain
Copy link
Owner

If oomox already supports GTK4 I can re-generate the theme to support GTK4.

@BachoSeven
Copy link

@TheGreatMcPain I doubt they will be able to support it soon themix-project/themix-gui#427

@tanaybhomia
Copy link
Author

Whenever they do please update the theme to GTK 4 because I have seen some themes on the internet which work for GTK 4 and whats better than GRUVBOX

@pietryszak
Copy link

I have no idea what about you talking about. This theme works with gtk apps. Even in folders in folder called gtk-4.0.
I install gnome-todo app created with gtk4.0 and a theme applay to it.

So...

image

Gnome-todo app gtk4
image

@BachoSeven
Copy link

@TheGreatMcPain I doubt they will be able to support it soon themix-project/themix-gui#427

It looks like they support it now themix-project/themix-gui#427 (comment) (?)

@TheGreatMcPain
Copy link
Owner

I've regenerated the theme with the latest version of themix-gui. Does GTK-4 work?

@8FordPrefect8
Copy link

No. I read somewhere else the recommendation to copy the content of gtk-4.0 to ~/.config/gtk-4.0. That has an effect. Eg. in nautilus surroundings of buttons and left folder bar is according to theme. But top bar and background is really bright according to gnome-settings.

@Sohail-XD
Copy link

Any update on gtk 4?

@boredland
Copy link

boredland commented Nov 30, 2023

No. I read somewhere else the recommendation to copy the content of gtk-4.0 to ~/.config/gtk-4.0. That has an effect. Eg. in nautilus surroundings of buttons and left folder bar is according to theme. But top bar and background is really bright according to gnome-settings.

Can confirm that:

image

Strange enough, it works when using the environment variable (GTK_THEME=Gruvbox-Material-Dark pamac-manager):

image

I have this little script "installing" the gtk4 themes:

#!/bin/bash
set -x

mkdir -p "$HOME"/.config/gtk-4.0

THEME="$(gsettings get org.gnome.desktop.interface gtk-theme | sed -e "s#'##g")"
THEME_DIR="/usr/share/themes/${THEME}/gtk-4.0"

[ -d "$THEME_DIR/assets" ] && /usr/bin/cp -rf --backup "/usr/share/themes/${THEME}/gtk-4.0/assets" "$HOME"/.config/gtk-4.0/
[ -f "$THEME_DIR/gtk.css" ] && /usr/bin/cp -rf --backup "/usr/share/themes/${THEME}/gtk-4.0/gtk.css" "$HOME"/.config/gtk-4.0/

[ -f "$THEME_DIR/gtk-dark.css" ] && /usr/bin/cp -rf --backup "/usr/share/themes/${THEME}/gtk-4.0/gtk-dark.css" "$HOME"/.config/gtk-4.0/
[ ! -f "$THEME_DIR/gtk-dark.css" ] && rm -rf "$HOME"/.config/gtk-4.0/gtk-dark.css

[ -d "$THEME_DIR/icons" ] && /usr/bin/cp -rf --backup "/usr/share/themes/${THEME}/gtk-4.0/icons" "$HOME"/.config/gtk-4.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants