diff --git a/pages/linux/wal-telegram.md b/pages/linux/wal-telegram.md new file mode 100644 index 000000000..68f9becb3 --- /dev/null +++ b/pages/linux/wal-telegram.md @@ -0,0 +1,28 @@ +# wal-telegram + +> Generates themes for Telegram based the colors generated by pywal/wal. +> More information: . + +- 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`