Doors/bin/doorsbg

12 lines
460 B
Text
Raw Normal View History

2023-02-03 04:08:44 -05:00
#! /bin/bash
# Pick a random wallpaper and save a copy
2023-12-30 22:54:44 -05:00
wal -i ~/Pictures/Wallpapers &&
2024-01-01 08:54:06 -05:00
cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg
2023-02-03 04:08:44 -05:00
# Update themes for other stuff it it exists
2024-01-01 03:37:37 -05:00
[[ -x "$(command -v pywalfox)" ]] && pywalfox update &
[[ -x "$(command -v wal-telegram )" ]] && wal-telegram -g &
2024-01-01 08:54:06 -05:00
[[ -x "$(command -v pywal-discord)" ]] && pywal-discord &&
[[ -x "$(command -v beautifuldiscord)" ]] && beautifuldiscord --css ~/.config/BetterDiscord/themes &