Skip to content

Commit 5ad2a01

Browse files
Rename swww to awww
Rename swww to awww
2 parents 7dccd77 + 2f9fa4a commit 5ad2a01

13 files changed

Lines changed: 424 additions & 424 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ A GUI wallpaper setter for Wayland that is a spiritual successor for the minimal
2424
- `hyprpaper` (hyprland - png, jpeg, webp, jxl)
2525
- `swaybg` (sway - png, jpeg, tiff, tga, gif)
2626
- `mpvpaper` (any video/image format with mpv config)
27-
- `swww` (jpeg, png, gif, pnm, tga, tiff, webp, bmp, farbfeld with transitions)
27+
- `awww` (jpeg, png, gif, pnm, tga, tiff, webp, bmp, farbfeld with transitions)
2828

2929
## Installation
3030
1. Install required wallpaper changer(s) based on your needs:
3131
- `hyprpaper` for Hyprland
3232
- `swaybg` for Sway
3333
- `mpvpaper` for video support
34-
- `swww` for transition effects
34+
- `awww` for transition effects
3535
2. Install `waytrogen`:
3636
- Arch Linux: Available on [`AUR`](https://aur.archlinux.org/packages/waytrogen)
3737
- NixOS: Available on [`Nixpkgs`](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=waytrogen)

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
meta = {
6262
description = "A lightning fast wallpaper setter for Wayland.";
6363
longDescription =
64-
"A GUI wallpaper setter for Wayland that is a spiritual successor for the minimalistic wallpaper changer for X11 nitrogen. Written purely in the Rust 🦀 programming language. Supports hyprpaper, swaybg, mpvpaper and swww wallpaper changers.";
64+
"A GUI wallpaper setter for Wayland that is a spiritual successor for the minimalistic wallpaper changer for X11 nitrogen. Written purely in the Rust 🦀 programming language. Supports hyprpaper, swaybg, mpvpaper and awww wallpaper changers.";
6565
homepage = "https://github.com/nikolaizombie1/waytrogen";
6666
};
6767
};

org.Waytrogen.Waytrogen.gschema.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -60,69 +60,69 @@
6060
<default>""</default>
6161
<summary>Last set monitor string</summary>
6262
</key>
63-
<key name="swww-resize" type="u">
63+
<key name="awww-resize" type="u">
6464
<default>0</default>
65-
<summary>Last set swww resize option</summary>
65+
<summary>Last set awww resize option</summary>
6666
</key>
67-
<key name="swww-fill-color" type="s">
67+
<key name="awww-fill-color" type="s">
6868
<default>"000000"</default>
69-
<summary>Last set swww fill color</summary>
69+
<summary>Last set awww fill color</summary>
7070
</key>
71-
<key name="swww-scaling-filter" type="u">
71+
<key name="awww-scaling-filter" type="u">
7272
<default>0</default>
73-
<summary>Last set swww scaling filter</summary>
73+
<summary>Last set awww scaling filter</summary>
7474
</key>
75-
<key name="swww-transition-type" type="u">
75+
<key name="awww-transition-type" type="u">
7676
<default>1</default>
77-
<summary>Last set swww transition type</summary>
77+
<summary>Last set awww transition type</summary>
7878
</key>
79-
<key name="swww-transition-step" type="d">
79+
<key name="awww-transition-step" type="d">
8080
<default>90.0</default>
81-
<summary>Last set swww transition step</summary>
81+
<summary>Last set awww transition step</summary>
8282
</key>
83-
<key name="swww-transition-duration" type="d">
83+
<key name="awww-transition-duration" type="d">
8484
<default>3.0</default>
85-
<summary>Last set swww transition duration</summary>
85+
<summary>Last set awww transition duration</summary>
8686
</key>
87-
<key name="swww-transition-angle" type="d">
87+
<key name="awww-transition-angle" type="d">
8888
<default>45.0</default>
89-
<summary>Last set swww transition angle</summary>
89+
<summary>Last set awww transition angle</summary>
9090
</key>
91-
<key name="swww-transition-position" type="s">
91+
<key name="awww-transition-position" type="s">
9292
<default>"center"</default>
93-
<summary>Last set swww transition position</summary>
93+
<summary>Last set awww transition position</summary>
9494
</key>
95-
<key name="swww-invert-y" type="b">
95+
<key name="awww-invert-y" type="b">
9696
<default>false</default>
97-
<summary>Last set swww invert y state</summary>
97+
<summary>Last set awww invert y state</summary>
9898
</key>
99-
<key name="swww-transition-wave-width" type="d">
99+
<key name="awww-transition-wave-width" type="d">
100100
<default>200</default>
101-
<summary>Last set swww transition wave width</summary>
101+
<summary>Last set awww transition wave width</summary>
102102
</key>
103-
<key name="swww-transition-wave-height" type="d">
103+
<key name="awww-transition-wave-height" type="d">
104104
<default>200</default>
105-
<summary>Last set swww transition wave height</summary>
105+
<summary>Last set awww transition wave height</summary>
106106
</key>
107-
<key name="swww-transition-bezier-p0" type="d">
107+
<key name="awww-transition-bezier-p0" type="d">
108108
<default>0.54</default>
109-
<summary>Last set swww transition bezier p0 value</summary>
109+
<summary>Last set awww transition bezier p0 value</summary>
110110
</key>
111-
<key name="swww-transition-bezier-p1" type="d">
111+
<key name="awww-transition-bezier-p1" type="d">
112112
<default>0.0</default>
113-
<summary>Last set swww transition bezier p1 value</summary>
113+
<summary>Last set awww transition bezier p1 value</summary>
114114
</key>
115-
<key name="swww-transition-bezier-p2" type="d">
115+
<key name="awww-transition-bezier-p2" type="d">
116116
<default>0.34</default>
117-
<summary>Last set swww transition bezier p2 value</summary>
117+
<summary>Last set awww transition bezier p2 value</summary>
118118
</key>
119-
<key name="swww-transition-bezier-p3" type="d">
119+
<key name="awww-transition-bezier-p3" type="d">
120120
<default>0.99</default>
121-
<summary>Last set swww transition bezier p3 value</summary>
121+
<summary>Last set awww transition bezier p3 value</summary>
122122
</key>
123-
<key name="swww-transition-fps" type="u">
123+
<key name="awww-transition-fps" type="u">
124124
<default>30</default>
125-
<summary>Last set swww transition frames per second</summary>
125+
<summary>Last set awww transition frames per second</summary>
126126
</key>
127127
<key name="hide-changer-options-box" type="b">
128128
<default>false</default>

po/en.po

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020
#: src/changers/hyprpaper.rs:65 src/changers/mpvpaper.rs:24
2121
#: src/changers/mpvpaper.rs:32 src/changers/mpvpaper.rs:72
2222
#: src/changers/mpvpaper.rs:80 src/changers/swaybg.rs:16
23-
#: src/changers/swww.rs:46 src/main_window.rs:393
23+
#: src/changers/awww.rs:46 src/main_window.rs:393
2424
msgid "All"
2525
msgstr ""
2626

@@ -40,7 +40,7 @@ msgstr ""
4040
msgid "fill"
4141
msgstr ""
4242

43-
#: src/changers/mpvpaper.rs:97 src/changers/swww.rs:431
43+
#: src/changers/mpvpaper.rs:97 src/changers/awww.rs:431
4444
msgid "none"
4545
msgstr ""
4646

@@ -76,11 +76,11 @@ msgstr ""
7676
msgid "stretch"
7777
msgstr ""
7878

79-
#: src/changers/swaybg.rs:36 src/changers/swww.rs:82
79+
#: src/changers/swaybg.rs:36 src/changers/awww.rs:82
8080
msgid "fit"
8181
msgstr ""
8282

83-
#: src/changers/swaybg.rs:38 src/changers/swww.rs:441
83+
#: src/changers/swaybg.rs:38 src/changers/awww.rs:441
8484
msgid "center"
8585
msgstr ""
8686

@@ -92,95 +92,95 @@ msgstr ""
9292
msgid "Serialized RGB"
9393
msgstr ""
9494

95-
#: src/changers/swww.rs:82
95+
#: src/changers/awww.rs:82
9696
msgid "no"
9797
msgstr ""
9898

99-
#: src/changers/swww.rs:82
99+
#: src/changers/awww.rs:82
100100
msgid "crop"
101101
msgstr ""
102102

103-
#: src/changers/swww.rs:135
104-
msgid "SWWW Advanced Image Settings"
103+
#: src/changers/awww.rs:135
104+
msgid "AWWW Advanced Image Settings"
105105
msgstr ""
106106

107-
#: src/changers/swww.rs:143
107+
#: src/changers/awww.rs:143
108108
msgid "Advanced Settings"
109109
msgstr ""
110110

111-
#: src/changers/swww.rs:410
111+
#: src/changers/awww.rs:410
112112
msgid "nearest"
113113
msgstr ""
114114

115-
#: src/changers/swww.rs:411
115+
#: src/changers/awww.rs:411
116116
msgid "bilinear"
117117
msgstr ""
118118

119-
#: src/changers/swww.rs:412
119+
#: src/changers/awww.rs:412
120120
msgid "catmullrom"
121121
msgstr ""
122122

123-
#: src/changers/swww.rs:413
123+
#: src/changers/awww.rs:413
124124
msgid "mitchell"
125125
msgstr ""
126126

127-
#: src/changers/swww.rs:414
127+
#: src/changers/awww.rs:414
128128
msgid "lanczos3"
129129
msgstr ""
130130

131-
#: src/changers/swww.rs:432
131+
#: src/changers/awww.rs:432
132132
msgid "simple"
133133
msgstr ""
134134

135-
#: src/changers/swww.rs:433
135+
#: src/changers/awww.rs:433
136136
msgid "fade"
137137
msgstr ""
138138

139-
#: src/changers/swww.rs:434
139+
#: src/changers/awww.rs:434
140140
msgid "left"
141141
msgstr ""
142142

143-
#: src/changers/swww.rs:435
143+
#: src/changers/awww.rs:435
144144
msgid "right"
145145
msgstr ""
146146

147-
#: src/changers/swww.rs:436
147+
#: src/changers/awww.rs:436
148148
msgid "top"
149149
msgstr ""
150150

151-
#: src/changers/swww.rs:437
151+
#: src/changers/awww.rs:437
152152
msgid "bottom"
153153
msgstr ""
154154

155-
#: src/changers/swww.rs:438
155+
#: src/changers/awww.rs:438
156156
msgid "wipe"
157157
msgstr ""
158158

159-
#: src/changers/swww.rs:439
159+
#: src/changers/awww.rs:439
160160
msgid "wave"
161161
msgstr ""
162162

163-
#: src/changers/swww.rs:440
163+
#: src/changers/awww.rs:440
164164
msgid "grow"
165165
msgstr ""
166166

167-
#: src/changers/swww.rs:442
167+
#: src/changers/awww.rs:442
168168
msgid "any"
169169
msgstr ""
170170

171-
#: src/changers/swww.rs:443
171+
#: src/changers/awww.rs:443
172172
msgid "outer"
173173
msgstr ""
174174

175-
#: src/changers/swww.rs:444
175+
#: src/changers/awww.rs:444
176176
msgid "random"
177177
msgstr ""
178178

179-
#: src/changers/swww.rs:553
179+
#: src/changers/awww.rs:553
180180
msgid "Transition position"
181181
msgstr ""
182182

183-
#: src/changers/swww.rs:555
183+
#: src/changers/awww.rs:555
184184
msgid ""
185185
"Can either be floating point number between 0 and 0.99, integer coordinate "
186186
"like 200,200 or one of the following: center, top, left, right, bottom, top-"
@@ -311,62 +311,62 @@ msgstr ""
311311
#: src/dotfile.rs:116
312312
msgid ""
313313
"The internal numeric identifier in the changer dropdown used by dconf for "
314-
"the currently selected swww resize option. Do not change unless you know "
314+
"the currently selected awww resize option. Do not change unless you know "
315315
"what you are doing."
316316
msgstr ""
317317

318318
#: src/dotfile.rs:118
319-
msgid "The hex color for swww background fill. Must be six characters long."
319+
msgid "The hex color for awww background fill. Must be six characters long."
320320
msgstr ""
321321

322322
#: src/dotfile.rs:120
323323
msgid ""
324324
"The internal numeric identifier in the changer dropdown used by dconf for "
325-
"the currently selected swww scaling filter option. Do not change unless you "
325+
"the currently selected awww scaling filter option. Do not change unless you "
326326
"know what you are doing."
327327
msgstr ""
328328

329329
#: src/dotfile.rs:122
330330
msgid ""
331331
"The internal numeric identifier in the changer dropdown used by dconf for "
332-
"the currently selected swww transition type option. Do not change unless you "
332+
"the currently selected awww transition type option. Do not change unless you "
333333
"know what you are doing."
334334
msgstr ""
335335

336336
#: src/dotfile.rs:124
337-
msgid "How fast the transition approaches the new image used by swww."
337+
msgid "How fast the transition approaches the new image used by awww."
338338
msgstr ""
339339

340340
#: src/dotfile.rs:126
341-
msgid "How long the transition takes to complete in seconds used by swww."
341+
msgid "How long the transition takes to complete in seconds used by awww."
342342
msgstr ""
343343

344344
#: src/dotfile.rs:128
345345
msgid ""
346-
"Used for the 'wipe' and 'wave' transitions used by swww. It controls the "
346+
"Used for the 'wipe' and 'wave' transitions used by awww. It controls the "
347347
"angle of the wipe."
348348
msgstr ""
349349

350350
#: src/dotfile.rs:130
351351
msgid ""
352-
"This is only used for the 'grow','outer' transitions used by swww. It "
352+
"This is only used for the 'grow','outer' transitions used by awww. It "
353353
"controls the center of circle."
354354
msgstr ""
355355

356356
#: src/dotfile.rs:132
357-
msgid "Inverts the y position sent in 'transition_pos' flag used by swww."
357+
msgid "Inverts the y position sent in 'transition_pos' flag used by awww."
358358
msgstr ""
359359

360360
#: src/dotfile.rs:134
361361
msgid ""
362362
"Currently only used for 'wave' transition to control the width of each wave "
363-
"used by swww."
363+
"used by awww."
364364
msgstr ""
365365

366366
#: src/dotfile.rs:136
367367
msgid ""
368368
"Currently only used for 'wave' transition to control the height of each wave "
369-
"used by swww."
369+
"used by awww."
370370
msgstr ""
371371

372372
#: src/dotfile.rs:138
@@ -386,7 +386,7 @@ msgid "Point 3 for the Bezier curve to use for the transition"
386386
msgstr ""
387387

388388
#: src/dotfile.rs:146
389-
msgid "Frame rate for the transition effect used by swww."
389+
msgid "Frame rate for the transition effect used by awww."
390390
msgstr ""
391391

392392
#: src/dotfile.rs:148
@@ -452,7 +452,7 @@ msgid ""
452452
"\n"
453453
"- Mpvpaper\n"
454454
"\n"
455-
"- SWWW\n"
455+
"- AWWW\n"
456456
"\n"
457457
"\n"
458458
"If waytrogen continues failing to detect an installed changer,\n"

0 commit comments

Comments
 (0)