12 lines
245 B
Text
12 lines
245 B
Text
|
#! /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;
|
||
|
|
||
|
echo 'awesome.restart()' | awesome-client;
|