You are not logged in.

#1 2023-09-21 03:49:30

ronibastos2023
Member
Registered: 2023-09-21
Posts: 7

dark mode Nautilus

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

#2 2023-09-21 03:53:59

ajgringo619
Member
Registered: 2023-05-06
Posts: 25

Re: dark mode Nautilus

Did you update today? If so, check out this thread: https://forum.endeavouros.com/t/nautilu … e/45769/14

Offline

#3 2023-09-21 19:48:33

lenhuppe
Member
From: New Hampshire USA
Registered: 2018-12-10
Posts: 300
Website

Re: dark mode Nautilus

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

#4 2023-09-22 23:23:02

ronibastos2023
Member
Registered: 2023-09-21
Posts: 7

Re: dark mode Nautilus

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

#5 2023-09-22 23:24:18

ronibastos2023
Member
Registered: 2023-09-21
Posts: 7

Re: dark mode Nautilus

Thank you to everyone who sent possible solutions!!

Offline

#6 2023-09-22 23:28:48

ronibastos2023
Member
Registered: 2023-09-21
Posts: 7

Re: dark mode Nautilus

lenhuppe wrote:

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

#7 2023-09-27 14:26:02

aryklein
Member
From: Cordoba, Argentina
Registered: 2014-02-18
Posts: 5

Re: dark mode Nautilus

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

Board footer

Powered by FluxBB