mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-05-04 21:34:43 +00:00
8 lines
145 B
Bash
8 lines
145 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
if [[ $1 == 'prefs' ]]; then
|
||
|
|
gnome-shell-extension-prefs randomwallpaper@iflow.space
|
||
|
|
else
|
||
|
|
journalctl -f /usr/bin/gnome-shell
|
||
|
|
fi
|