dotfiles/.config/darkman/scripts/gtk.sh

5 lines
113 B
Bash
Raw Normal View History

2023-12-25 12:07:42 +01:00
#!/usr/bin/env bash
theme=$(darkman get)
gsettings set org.gnome.desktop.interface color-scheme "prefer-$theme"