RandomWallpaperGnome3/debug.sh
2017-07-19 14:24:43 +02:00

7 lines
145 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