feat: use xdg config dirs
This commit is contained in:
parent
f9f756d80b
commit
da24197c65
9 changed files with 90 additions and 61 deletions
|
|
@ -61,7 +61,7 @@ in
|
|||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||
wallpaper {
|
||||
monitor =
|
||||
path = ${config.home.homeDirectory}/Pictures/Screensavers/wallpaper.jpg
|
||||
path = ${config.xdg.userDirs.pictures}/Screensavers/wallpaper.jpg
|
||||
}
|
||||
|
||||
splash = false
|
||||
|
|
@ -75,7 +75,7 @@ in
|
|||
|
||||
background {
|
||||
monitor =
|
||||
path = ${config.home.homeDirectory}/Pictures/Screensavers/lock.jpg
|
||||
path = ${config.xdg.userDirs.pictures}/Screensavers/lock.jpg
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue