Solved How to change gdm accent color in gnome 47 from blue to red?

I basically want to change the accent color of gdm from blue to red
I could have done it with gdm tweaks but this app is not available in freebsd

I tried
Code:
su - anglaro -c 'DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-KHMMVskdaY,guid=c28d1ea6af0abd412b62bba068db0366 XDG_RUNTIME_DIR=/var/run/xdg/anglaro gsettings set org.gnome.desktop.interface accent-color "red"'

and when i checked the value, it did change but gdm theme color remains blue
I restarted, I pressed alt+f2 -> r nothing happend
can anyone help me?

1759184205888.png
 
So I actually found a solution to this...Since gnome 47 is based on libadwaita you can easily change accent color of gdm like this
Code:
sudo -u gdm dbus-launch gsettings set org.gnome.desktop.interface accent-color 'Color name'

And if it gives something like
Code:
Authorization required, but no authorization protocol specified
...Ignore it, its normal...Just log ou then log back in to see the results
 
Back
Top