You are not logged in.
Pages: 1
Olá, alguém pode me ajudar? Sou novo no linux, uso arch linux com i3wm, gostaria de saber como colocar dark mode no nautilus? Já procurei na internet mas nada deu certo.
Hello, can anyone help me? I'm new to Linux, I use Arch Linux with i3wm, I would like to know how to put dark mode in Nautilus? I've looked online but nothing works.
Offline
Did you update today? If so, check out this thread: https://forum.endeavouros.com/t/nautilu … e/45769/14
Offline
The Gnome Shell's dark mode is handled by the libadwaita package, and version 1:1.4.0-1 broke that feature on my system.
The issue was a missing dependency of libadwaita which is xdg-desktop-portal.
Last edited by lenhuppe (2023-09-21 23:50:25)
Offline
I found the solution to this problem on the github forum with the help of "orestisfl", follow his message below, it worked for me!
orestisfl
Collaborator
Ok nautilus uses gtk4. It's supposed to work with
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
but I couldn't get it to work locally
However, a quick solution is to run:
GTK_THEME=Adwaita:dark nautilus
Offline
Thank you to everyone who sent possible solutions!!
Offline
The Gnome Shell's dark mode is handled by the libadwaita package, and version 1:1.4.0-1 broke that feature on my system.
The issue was a missing dependency of libadwaita which is xdg-desktop-portal.
I just tested this solution and it worked too!!! Thank you very much!!!
Offline
The solution proposed by @ronibastos2023 worked for me:
GTK_THEME="Adwaita:dark" nautilus
I added this as an env var in my hyprland config file
Last edited by aryklein (2023-09-27 14:26:48)
Offline
Pages: 1