diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 16:26:47 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:33:37 -0500 |
| commit | e381733ffacd7a8db935a30373bf1de11345dcfe (patch) | |
| tree | a144f07baf24bcc10bb314213bc72078b09feef9 | |
| parent | remove more stuffff (diff) | |
| download | caelestia-shell-e381733ffacd7a8db935a30373bf1de11345dcfe.tar.gz caelestia-shell-e381733ffacd7a8db935a30373bf1de11345dcfe.tar.bz2 caelestia-shell-e381733ffacd7a8db935a30373bf1de11345dcfe.zip | |
len :3
| -rw-r--r-- | assets/len.gif | bin | 0 -> 9267 bytes | |||
| -rw-r--r-- | config/UserPaths.qml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/len.gif b/assets/len.gif Binary files differnew file mode 100644 index 0000000..b2d7245 --- /dev/null +++ b/assets/len.gif diff --git a/config/UserPaths.qml b/config/UserPaths.qml index 6deef01..5e35933 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -3,6 +3,6 @@ import Quickshell.Io JsonObject { property string wallpaper: `${Paths.config}/wallpaper.png` - property string sessionGif: "root:/assets/kurukuru.gif" + property string sessionGif: "root:/assets/len.gif" property string mediaGif: "root:/assets/bongocat.gif" } |