mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 06:15: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';
|
||||
NOFAIL;
|
||||
}
|
||||
FAIL("String finished but theres content after");
|
||||
FAIL("String finished but there's content after");
|
||||
}
|
||||
if (*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 "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"
|
||||
read
|
||||
read -r
|
||||
|
||||
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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user