Skip to content

Commit

Permalink
feat: Use "Day/Night" mode in the wallpaper plugin
Browse files Browse the repository at this point in the history
With the day/night mode, the wallpaper plugin will use the position of
the Sun at your location to determine what image to show.
  • Loading branch information
zzag authored Apr 10, 2022
1 parent d491eec commit 96ca1c5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Alternatively, you could generate the image file yourself.
The included AVIF file was run with the following command:

```
kdynamicwallpaperbuilder --output f36-dynamic.avif metadata.json
kdynamicwallpaperbuilder --output f36-dynamic.avif manifest.json
```

## Credit
Expand Down
Binary file modified f36-dynamic.avif
Binary file not shown.
13 changes: 13 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Type": "day-night",
"Meta": [
{
"TimeOfDay": "day",
"FileName": "f36-01-day.png"
},
{
"TimeOfDay": "night",
"FileName": "f36-02-night.png"
}
]
}
22 changes: 0 additions & 22 deletions metadata.json

This file was deleted.

0 comments on commit 96ca1c5

Please sign in to comment.