Fix set-initial-kanshi-state and usbguard-notify.py

This commit is contained in:
2026-02-12 22:30:10 -08:00
parent 8a9b87a036
commit 58156a116b
2 changed files with 15 additions and 6 deletions

View File

@ -21,7 +21,7 @@ fi
get_current_profile() {
local profile
profile="$(kanshictl status | jq -er '.current_profile')"
profile="${$(kanshictl status):17}"
(( $? )) && return 1
: ${(P)1::="${profile}"}
}