mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
also write dark mode
This commit is contained in:
parent
7398981af0
commit
59563eb528
16
bash/darkman/dark-mode.d/fedora.sh
Executable file
16
bash/darkman/dark-mode.d/fedora.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This is all adapted from /usr/share/doc/darkman/examples/dark-mode.d/
|
||||
|
||||
# Notify of light theme switch
|
||||
(notify-send --app-name="darkman" --urgency=low --icon=moon-phase-full "Moonlights" &)
|
||||
|
||||
# GTK Theme
|
||||
(gsettings set org.gnome.desktop.interface gtk-theme Breeze-Dark &)
|
||||
(dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze" &)
|
||||
|
||||
# Xfce theme?
|
||||
(exec xfconf-query -c xsettings -p /Net/ThemeName -s 'Breeze' &)
|
||||
|
||||
# Plasma
|
||||
(lookandfeeltool --apply "org.kde.breezedark.desktop" &)
|
Loading…
Reference in New Issue
Block a user