7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cp -r ~/Themes/Everforest/. ~/Themes/Everforest/.zshrc ~/ &&
|
||
|
wal -b 232A2E -i Wallpaper/fog_forest_2.png &&
|
||
|
qtile cmd-obj -o cmd -f restart
|
||
|
|