Sweet icon indicating copy to clipboard operation
Sweet copied to clipboard

Support for GNOME 43?

Open Leniwcowaty opened this issue 2 years ago • 8 comments

Hello there. Will you be adding support for GNOME 43? With GTK4 and new quick settings menu. Currently you can get GNOME 43 with Ubuntu 22.10 and Fedora 37 Beta. Cheers!

Leniwcowaty avatar Oct 27 '22 18:10 Leniwcowaty

I have same needs, for Arch Linux GNOME 43. Let's hope ^^

D3vil0p3r avatar Nov 04 '22 12:11 D3vil0p3r

@JurijOrlow Sorry for the double comment. I have a workaround for you:

Download the Sweet theme you wish, for example I downloaded from gnome-extensions site the Sweet-Dark (https://www.gnome-look.org/p/1253385/ -> File -> Sweet-Dark.tar.xz)

Then, extract the content and you will get the folder "Sweet-Dark". Move this folder in $HOME/.themes/ or /usr/share/themes folder. Let's guess you moved to $HOME/.themes folder. Then run:

mkdir -p "${HOME}/.config/gtk-4.0"
ln -sf "$HOME/.themes/Sweet-Dark/assets" "${HOME}/.config/assets"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"

Verify that the created links are not broken, and try to open the File Manager for checking if it is working well.

I add a dumb question. On https://www.gnome-look.org/p/1253385/ there are files with suffix v40 (I guess GNOME v40) and other files without it. The files without v40 are intended for GNOME 3.x or for GNOME > 40 ? (i.e., 41, 42)?

D3vil0p3r avatar Nov 04 '22 15:11 D3vil0p3r

@JurijOrlow All its working fine for me in GNOME 43, i only need to edit a few lines in the gtk-dark.css to make it work and get the theme function right with the gtk-4.0.

javisxo avatar Nov 12 '22 13:11 javisxo

@JurijOrlow All its working fine for me in GNOME 43, i only need to edit a few lines in the gtk-dark.css to make it work and get the theme function right with the gtk-4.0.

In this way I guess that the only "remaining issue" is that the buttons on the top-right when you click the Power Button: image

they remain with default color as this image.

D3vil0p3r avatar Nov 12 '22 13:11 D3vil0p3r

This is how its looks for me using ubuntu22.10 image image Im trying to fix but I have no idea about this though haha

javisxo avatar Nov 13 '22 13:11 javisxo

Maybe we need to wait for @EliverLara

D3vil0p3r avatar Nov 13 '22 14:11 D3vil0p3r

@JurijOrlow Sorry for the double comment. I have a workaround for you:

Download the Sweet theme you wish, for example I downloaded from gnome-extensions site the Sweet-Dark (https://www.gnome-look.org/p/1253385/ -> File -> Sweet-Dark.tar.xz)

Then, extract the content and you will get the folder "Sweet-Dark". Move this folder in $HOME/.themes/ or /usr/share/themes folder. Let's guess you moved to $HOME/.themes folder. Then run:

mkdir -p "${HOME}/.config/gtk-4.0"
ln -sf "$HOME/.themes/Sweet-Dark/assets" "${HOME}/.config/assets"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"

Verify that the created links are not broken, and try to open the File Manager for checking if it is working well.

I add a dumb question. On https://www.gnome-look.org/p/1253385/ there are files with suffix v40 (I guess GNOME v40) and other files without it. The files without v40 are intended for GNOME 3.x or for GNOME > 40 ? (i.e., 41, 42)?

I used your commands but for me is still broken, what do I do?

XPLegend avatar Nov 26 '22 20:11 XPLegend

@JurijOrlow Sorry for the double comment. I have a workaround for you: Download the Sweet theme you wish, for example I downloaded from gnome-extensions site the Sweet-Dark (https://www.gnome-look.org/p/1253385/ -> File -> Sweet-Dark.tar.xz) Then, extract the content and you will get the folder "Sweet-Dark". Move this folder in $HOME/.themes/ or /usr/share/themes folder. Let's guess you moved to $HOME/.themes folder. Then run:

mkdir -p "${HOME}/.config/gtk-4.0"
ln -sf "$HOME/.themes/Sweet-Dark/assets" "${HOME}/.config/assets"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
ln -sf "$HOME/.themes/Sweet-Dark/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"

Verify that the created links are not broken, and try to open the File Manager for checking if it is working well. I add a dumb question. On https://www.gnome-look.org/p/1253385/ there are files with suffix v40 (I guess GNOME v40) and other files without it. The files without v40 are intended for GNOME 3.x or for GNOME > 40 ? (i.e., 41, 42)?

I used your commands but for me is still broken, what do I do?

make sure links are correct, folder is usually sweet-dark-v40 (at least for me) once you do that, reboot will make it work :) image

Korothi avatar Dec 14 '22 08:12 Korothi