dotfiles/.config/hypr/scripts/systeminfo.sh

8 lines
118 B
Bash
Executable file

#!/bin/bash
clear
figlet -f smslant "Systeminfo"
echo
setsid hyprctl systeminfo
echo
echo "Press return to exit"
read