Creating a non-functional GUI

This commit is contained in:
Dawson Matthews
2026-01-23 18:50:07 -07:00
parent b25cb6b278
commit afccfbbc05
10 changed files with 500 additions and 0 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
# Check for correct usage
if [ $# -lt 1 ]; then
echo "Usage: $0 <config name>"
exit
fi
OUTPUT_CONFIG_NAME=$1
kscreen-doctor --json > $OUTPUT_CONFIG_NAME