File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585 Command to set the wallpaper. Use "%f" as a placeholder for the file path.
8686 The command is NOT passed through a shell.
8787 '' ;
88- example = [ "sww " "img" "%f" ] ;
88+ example = [ "awww " "img" "%f" ] ;
8989 } ;
9090 overlap = lib . mkOption {
9191 type = lib . types . int ;
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ const DEFAULT_CONFIG_FILE_CONTENT: &str = "\
2828# lon = 17.02
2929
3030# Uncomment and adjust the following section to use a custom wallpaper setter command.
31- # The example uses `swww `: https://github.com /LGFae/swww.
31+ # The example uses `awww `: https://codeberg.org /LGFae/awww
3232# [setter]
33- # command = ['swww ', 'img', '%f']
33+ # command = ['awww ', 'img', '%f']
3434# overlap = 0
3535# quiet = true
3636
You can’t perform that action at this time.
0 commit comments