swww, awww: updated the command name (#21728)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
krotka
2026-03-30 06:57:47 +02:00
committed by GitHub
parent bf4b1c570c
commit bbf26eec5e
6 changed files with 75 additions and 70 deletions
+24
View File
@@ -0,0 +1,24 @@
# awww
> Programa residente (daemon) de fondos de pantalla animados para Wayland.
> Más información: <https://codeberg.org/LGFae/awww>.
- Establece fondo de pantalla:
`awww img {{ruta/a/imagen}}`
- Establece el fondo de pantalla en las salidas especificadas:
`awww img -o {{salida1,salida2,...}} {{ruta/a/imagen}}`
- Restaura el último fondo de pantalla:
`awww restore`
- Apaga el programa residente:
`awww kill`
- Muestra información de salida:
`awww query`
-25
View File
@@ -1,25 +0,0 @@
# swww
> Servicio (daemon) eficiente de fondos de pantalla animados para Wayland.
> Vea también: `swww-daemon`.
> Más información: <https://github.com/LGFae/swww#usage>.
- Establece fondo de pantalla:
`swww img {{ruta/a/imagen}}`
- Establece el fondo de pantalla en las salidas especificadas:
`swww img -o {{salida1,salida2,...}} {{ruta/a/imagen}}`
- Restaura el último fondo de pantalla:
`swww restore`
- Apaga daemon:
`swww kill`
- Muestra información de salida:
`swww query`
+24
View File
@@ -0,0 +1,24 @@
# awww
> Wayland용 효율적인 애니메이션 배경화면 데몬.
> 더 많은 정보: <https://codeberg.org/LGFae/awww>.
- 배경화면 설정:
`awww img {{경로/대상/이미지}}`
- 지정한 [o]출력에 배경화면 설정:
`awww img -o {{출력1,출력2,...}} {{경로/대상/이미지}}`
- 마지막 배경화면 복원:
`awww restore`
- 데몬 종료:
`awww kill`
- 출력 정보 표시:
`awww query`
-25
View File
@@ -1,25 +0,0 @@
# swww
> Wayland용 효율적인 애니메이션 배경화면 데몬.
> 관련 항목: `swww-daemon`.
> 더 많은 정보: <https://github.com/LGFae/swww#usage>.
- 배경화면 설정:
`swww img {{경로/대상/이미지}}`
- 지정한 [o]출력에 배경화면 설정:
`swww img -o {{출력1,출력2,...}} {{경로/대상/이미지}}`
- 마지막 배경화면 복원:
`swww restore`
- 데몬 종료:
`swww kill`
- 출력 정보 표시:
`swww query`
+24
View File
@@ -0,0 +1,24 @@
# awww
> Efficient animated wallpaper daemon for Wayland.
> More information: <https://codeberg.org/LGFae/awww>.
- Set wallpaper:
`awww img {{path/to/image}}`
- Set wallpaper to specified outputs:
`awww img {{[-o|--outputs]}} {{output1,output2,...}} {{path/to/image}}`
- Restore last wallpaper:
`awww restore`
- Kill daemon:
`awww kill`
- Display output information:
`awww query`
+3 -20
View File
@@ -1,24 +1,7 @@
# swww
> Efficient animated wallpaper daemon for Wayland.
> More information: <https://github.com/LGFae/swww#usage>.
> This command has been renamed to `awww`.
- Set wallpaper:
- View documentation for the command under its current name:
`swww img {{path/to/image}}`
- Set wallpaper to specified outputs:
`swww img {{[-o|--outputs]}} {{output1,output2,...}} {{path/to/image}}`
- Restore last wallpaper:
`swww restore`
- Kill daemon:
`swww kill`
- Display output information:
`swww query`
`tldr awww`