9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
clear
|
|
figlet -f smslant "Systeminfo"
|
|
echo
|
|
setsid hyprctl systeminfo
|
|
echo
|
|
echo "Press return to exit"
|
|
read
|