6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/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'"
|