mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
wal-telegram: add page (#8431)
* wal-telegram: added page Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
1b09632650
commit
ebca46818c
1 changed files with 28 additions and 0 deletions
28
pages/linux/wal-telegram.md
Normal file
28
pages/linux/wal-telegram.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# wal-telegram
|
||||||
|
|
||||||
|
> Generates themes for Telegram based the colors generated by pywal/wal.
|
||||||
|
> More information: <https://github.com/guillaumeboehm/wal-telegram>.
|
||||||
|
|
||||||
|
- Generate with wal's palette and the current wallpaper (feh only):
|
||||||
|
|
||||||
|
`wal-telegram`
|
||||||
|
|
||||||
|
- Generate with wal's palette and a specified background image:
|
||||||
|
|
||||||
|
`wal-telegram --background={{path/to/image}}`
|
||||||
|
|
||||||
|
- Generate with wal's palette and a colored background based on the palette:
|
||||||
|
|
||||||
|
`wal-telegram --tiled`
|
||||||
|
|
||||||
|
- Apply a gaussian blur on the background image:
|
||||||
|
|
||||||
|
`wal-telegram -g`
|
||||||
|
|
||||||
|
- Specify a location for the generated theme (default is `$XDG_CACHE_HOME/wal-telegram` or `~/.cache/wal-telegram`):
|
||||||
|
|
||||||
|
`wal-telegram --destination={{path/to/destination}}`
|
||||||
|
|
||||||
|
- Restart the telegram app after generation:
|
||||||
|
|
||||||
|
`wal-telegram --restart`
|
Loading…
Add table
Reference in a new issue