feat: try out sherlock
This commit is contained in:
parent
52cae087bf
commit
1cf3b46bd0
6 changed files with 107 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue