This commit is contained in:
Stephan Raabe
2023-03-06 17:55:42 +01:00
parent a8879e4325
commit 2cc2cbb2e9
4 changed files with 36 additions and 36 deletions
+3 -1
View File
@@ -1,7 +1,8 @@
# ~/.bashrc
echo "Changing theme..."
# Update Wallpaper with pywal
wal -i ~/wallpaper/
wal -q -i ~/wallpaper/
# Wait for 1 sec
sleep 1
@@ -9,3 +10,4 @@ sleep 1
# Reload qtile to color bar
qtile cmd-obj -o cmd -f reload_config
echo "Done."