diff options
Diffstat (limited to 'config/UserPaths.qml')
| -rw-r--r-- | config/UserPaths.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml index 5e35933..f334890 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -3,6 +3,7 @@ import Quickshell.Io JsonObject { property string wallpaper: `${Paths.config}/wallpaper.png` + property string face: `${Paths.config}/face.png` property string sessionGif: "root:/assets/len.gif" property string mediaGif: "root:/assets/bongocat.gif" } |