Files
dotfiles/arch/hypr/.config/scripts/systeminfo.sh
2025-11-19 20:41:01 +01:00

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