HyDE's wallbash template for Telegram.
To integrate this template,
- Add the file
/telegram.dcol
to either of the following directories:
~/.config/hyde/wallbash/Wall-Ways
~/.config/hyde/wallbash/Wall-Dcol
- Copy the
./wallbash.telegram.sh
to $PATH - Run
Hyde reload
or change a theme. - Using telegram's GUI add the
Wallbash.tdesktop-theme
file as a theme.
- Navigate to Settings > Chat Settings > Chat wallpaper > Choose from file choose
~/.cache/hyde/landing/Wallbash.tdesktop-theme
- Wall-Ways: This file is always used regardless of the theme mode or wallbash mode.
- Wall-Dcol: This file attempts to find the theme template (if in theme mode) and falls back to using the dominant color of the wallpapers if no template is available.
-
Header Line:
${cacheDir}/landing/wallbash-telegram.sh | wallbash.telegram.sh
Here,
$cacheDir
refers to the path~/.cache/hyde/
. -
Wallbash Generation (1st part column):
${cacheDir}/landing/wallbash-telegram.sh
This command generates the
wallbash-telegram.sh
file. -
Optional Command (2nd part column):
wallbash.telegram.sh
This command uses the cached wallbash-generated
wallbash-telegram.sh
file to generate a more sophisticated Telegram theme.
- Special thanks to Guillaume Boehm for the awesome script.
- This is a modified version of https://codeberg.org/thirtysix/walogram/src/branch/master/walogram that works for HyDE
- Walogram is licensed under the MIT/X Consortium License.
- Cleanup and only use the relevant part of the script