feat: try out sherlock

This commit is contained in:
Barrett Ruth 2026-02-14 11:40:28 -05:00
parent 52cae087bf
commit 1cf3b46bd0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 107 additions and 1 deletions

View file

@ -85,6 +85,11 @@ Linux)
ln -sf "$hypr_themes/$theme.conf" "$hypr_themes/theme.conf"
}
sherlock_themes="$cfg/sherlock/themes"
[ -f "$sherlock_themes/$theme.css" ] && {
ln -sf "$sherlock_themes/$theme.css" "$cfg/sherlock/main.css"
}
sioyek_themes="$cfg/sioyek/themes"
[ -f "$sioyek_themes/$theme.config" ] && {
ln -sf "$sioyek_themes/$theme.config" "$sioyek_themes/theme.config"