mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
swww, awww: updated the command name (#21728)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
@@ -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`
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
@@ -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`
|
||||
@@ -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
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user