more often uses apply_attribute

This commit is contained in:
Dawson Matthews
2026-02-01 13:55:01 -07:00
parent afccfbbc05
commit 768d878981
3 changed files with 38 additions and 90 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/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