RandomWallpaperGnome3/debug.sh

8 lines
144 B
Bash
Raw Normal View History

2017-02-04 23:48:52 +00:00
#!/bin/bash
2017-07-24 17:25:07 +00:00
if [ "$1" = "prefs" ]; then
2017-02-04 23:48:52 +00:00
gnome-shell-extension-prefs randomwallpaper@iflow.space
else
journalctl -f /usr/bin/gnome-shell
fi