fix: grammer and shecks

(get it, shell + checks = SHecks, k i'll stop)
This commit is contained in:
javalsai 2025-06-14 00:08:55 +02:00
parent 2796078186
commit fc4367b6f7
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ struct parser_error parse_str_inplace(char* raw) {
raw[i] = '\0'; raw[i] = '\0';
NOFAIL; NOFAIL;
} }
FAIL("String finished but theres content after"); FAIL("String finished but there's content after");
} }
if (*p == '\\') { if (*p == '\\') {
p++; p++;

View File

@ -24,7 +24,7 @@ echo "Using '$LIDM_PATH'"
echo "Press enter when the window is clearly visible and nothing in the way" echo "Press enter when the window is clearly visible and nothing in the way"
echo "ONLY use this script if you are on hyprland and a \"normal\" kitty config" echo "ONLY use this script if you are on hyprland and a \"normal\" kitty config"
echo "AND make sure you have rg, jq, grim, gifski and maybe a few more" echo "AND make sure you have rg, jq, grim, gifski and maybe a few more"
read read -r
BG=$(rg '^background ' ~/.config/kitty/kitty.conf | cut -d'#' -f2) BG=$(rg '^background ' ~/.config/kitty/kitty.conf | cut -d'#' -f2)
printf '\033]4;0;rgb:%s\007' "${BG:0:2}/${BG:2:2}/${BG:4:2}" printf '\033]4;0;rgb:%s\007' "${BG:0:2}/${BG:2:2}/${BG:4:2}"