Skip to content

Commit fe07592

Browse files
committed
chore: Update swww references to new name, awww
Context: https://www.lgfae.com/posts/2025-10-29-RenamingSwww.html Fixes #221
1 parent 54dcc6a commit fe07592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/hm-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ in {
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;

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)