1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

feat: sxiv -> nsxiv

This commit is contained in:
2022-08-30 19:32:27 +02:00
parent eb79f88c59
commit 4fa6a62966
6 changed files with 11 additions and 11 deletions

View File

@@ -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