2023-02-03 04:08:44 -05:00
|
|
|
#! /bin/bash
|
|
|
|
|
2023-12-28 04:18:32 -05:00
|
|
|
# This is meant to be run by awesome with the set colors keybind,
|
|
|
|
# not by itself though it should work regardless
|
|
|
|
|
|
|
|
# Pick a random wallpaper and save a copy
|
|
|
|
wal -i ~/Pictures/Wallpapers
|
2023-06-18 23:27:38 -04:00
|
|
|
cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg
|
2023-02-03 04:08:44 -05:00
|
|
|
|
2023-12-28 04:18:32 -05:00
|
|
|
# Update themes for other stuff it it exists
|
2023-06-19 21:05:44 -04:00
|
|
|
[[ -x "$(command -v pywalfox)" ]] && pywalfox update
|
|
|
|
[[ -x "$(command -v pywal-discord)" ]] && pywal-discord
|
|
|
|
[[ -x "$(command -v beautifuldiscord)" ]] && beautifuldiscord --css ~/.config/BetterDiscord/themes
|
|
|
|
[[ -x "$(command -v wal-telegram )" ]] && wal-telegram -g
|