mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix: grammer and shecks
(get it, shell + checks = SHecks, k i'll stop)
This commit is contained in:
parent
2796078186
commit
fc4367b6f7
@ -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++;
|
||||||
|
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user