Skip to content

Commit f424e66

Browse files
committed
fix(hyprlock) : font cannot handle "~" using $HOME instead.
fix #522 fix #524
1 parent 023c6fc commit f424e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configs/.config/hypr/hyprlock.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
# Set the layout path to be used by Hyprlock.
1111
# Check the available layouts in the './hyprlock/' directory.
1212
# Example: /=/path/to/anurati
13-
$LAYOUT_PATH=~/.config/hypr/hyprlock/theme.conf
13+
$LAYOUT_PATH=$HOME/.config/hypr/hyprlock/theme.conf
1414

1515
#*  Persistent layout declaration 
1616
# If a persistent layout path is declared in $XDG_CONFIG_HOME/hypr/hyde.conf,
1717
# the above layout setting will be ignored.
1818
# this should be the full path to the layout file.
1919

2020
#*  All boilerplate configurations are handled by HyDE 
21-
source = ~/.local/share/hyde/hyprlock.conf
21+
source = $HOME/.local/share/hyde/hyprlock.conf
2222

2323
#*  Making a custom layout 
2424
# To create a custom layout, make a file in the './hyprlock/' directory.

0 commit comments

Comments
 (0)