fix tmux background transparency
This commit is contained in:
parent
986d01da67
commit
124d094911
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Pick a random wallpaper and save a copy
|
# Pick a random wallpaper and save a copy
|
||||||
wal -qi ~/Pictures/Wallpapers &&
|
wal -sqi ~/Pictures/Wallpapers &&
|
||||||
cp "$(awk "{print}" "$HOME/.cache/wal/wal")" ~/.cache/wal/bg &&
|
cp "$(awk "{print}" "$HOME/.cache/wal/wal")" ~/.cache/wal/bg &&
|
||||||
|
|
||||||
# Update themes for other stuff it it exists
|
# Update themes for other stuff it it exists
|
||||||
|
|
Loading…
Add table
Reference in a new issue