12 lines
257 B
Bash
Executable file
12 lines
257 B
Bash
Executable file
#! /bin/bash
|
|
|
|
wal -i ~/Pictures/Wallpapers;
|
|
|
|
cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg;
|
|
pywalfox update;
|
|
pywal-discord;
|
|
beautifuldiscord --css ~/.config/BetterDiscord/themes;
|
|
wal-telegram -g;
|
|
|
|
swaybg -i ~/.cache/wal/bg &
|
|
killall waybar && waybar &
|