mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/linux/wal-telegram
Normal file
33
tldr/linux/wal-telegram
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user