mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-03-17 06:30:24 +00:00
7 lines
145 B
Bash
Executable file
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
|