Skip to content

Commit 7c90871

Browse files
Merge pull request #333 from tgalal/master
2 parents c3b5d2a + 50785c7 commit 7c90871

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/dracula.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,11 @@ main() {
320320
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-network-public-ip-colors" "cyan dark_gray")
321321
script="#($current_dir/network-public-ip.sh)"
322322

323-
else
324-
continue
325-
fi
326-
327-
if [ $plugin = "sys-temp" ]; then
323+
elif [ $plugin = "sys-temp" ]; then
328324
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-sys-temp-colors" "green dark_gray")
329325
script="#($current_dir/sys_temp.sh)"
326+
else
327+
continue
330328
fi
331329

332330
# edge styling

0 commit comments

Comments
 (0)