File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments