From ecf21faae36809728ae3689f696d256c2119b7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 21 Apr 2024 18:30:13 +0200 Subject: [PATCH] Change ssh icon --- .config/rofi/rofi-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/rofi-ssh.sh b/.config/rofi/rofi-ssh.sh index 9f93ef2..6456024 100755 --- a/.config/rofi/rofi-ssh.sh +++ b/.config/rofi/rofi-ssh.sh @@ -2,7 +2,7 @@ servers=(Mallorea Kell Riva Vault Aloria Arendia) -selected=$(for server in "${servers[@]}"; do printf "%s\0icon\x1fyubioath\n" "$server"; done | rofi -dmenu -i) +selected=$(for server in "${servers[@]}"; do printf "%s\0icon\x1fterminal\n" "$server"; done | rofi -dmenu -i) if [ -z "$selected" ]; then exit 1 fi