7

Usually pressing Alt+F2 and typing rt will reload the theme defined in gnome-shell.css.
But I want a command line to do that. With command line, one can easily reload the theme via a program when file is modified or exactly saved.

Is there any mean to do that please?

NorTicUs
  • 2,402
  • 2
  • 20
  • 34

1 Answers1

7

This may be a bit late, but just for future reference:

gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Main.loadTheme();'

(tested on 3.6/3.8)

l300lvl
  • 1,192