6 lines
175 B
Bash
6 lines
175 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# archypr:summary=Launch the fastfetch TUI that gives information about the current system.
|
||
|
|
|
||
|
|
exec archypr-launch-or-focus-tui "bash -c 'fastfetch; read -n 1 -s'"
|