pyrotek45 I'm writing a script and i wanted to be able to automate theme changing. nothing i found aline was useful. cheers, pyrotek45
algent pyrotek45 Setting the gtk theme (Plata-Noir for example): gsettings set org.gnome.desktop.interface gtk-theme "Plata-Noir" Setting the icon theme (Papirus for example): gsettings set org.gnome.desktop.interface icon-theme "Papirus"
algent pyrotek45 Keep in mind that ne names should be exactly as they are displayed in "Budgie Desktop Settings".
pyrotek45 algent thanks for the tip, also a followup question, is it possible to script settings like the "Dark Theme" switch in the budgie desktop settings window? so I could use a script to turn it off or on?