RandomWallpaperGnome3/debug.sh

8 lines
145 B
Bash
Raw Normal View History

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