Sweet
Sweet copied to clipboard
Support for GNOME 43?
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!
I have same needs, for Arch Linux GNOME 43. Let's hope ^^
@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)?
@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.
@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:
they remain with default color as this image.
This is how its looks for me using ubuntu22.10
Im trying to fix but I have no idea about this though haha
Maybe we need to wait for @EliverLara
@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?
@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 :)