mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat: sxiv -> nsxiv
This commit is contained in:
@@ -69,8 +69,8 @@ curl -sSL \
|
||||
"http://wetterstationen.meteomedia.de/messnetz/vorhersagegrafik/$station.png" \
|
||||
-o "$cache"
|
||||
|
||||
if window_id=$(xdotool search --name "^sxiv - $cache$"); then
|
||||
if window_id=$(xdotool search --name "^nsxiv - $cache$"); then
|
||||
xdotool key --window "$window_id" r
|
||||
else
|
||||
sxiv "$cache" &
|
||||
nsxiv "$cache" &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user