RandomWallpaperGnome3/debug.sh
2017-07-24 19:25:28 +02:00

7 lines
144 B
Bash
Executable file

#!/bin/bash
if [ "$1" = "prefs" ]; then
gnome-shell-extension-prefs randomwallpaper@iflow.space
else
journalctl -f /usr/bin/gnome-shell
fi