mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-29 00:07:51 +00:00
Kitty: close on exit; awall: remove wallp
This commit is contained in:
parent
4d7d99c227
commit
26f7354585
|
@ -41,5 +41,6 @@ color21 #f1f2f8
|
||||||
background_image ~/.config/wall0
|
background_image ~/.config/wall0
|
||||||
|
|
||||||
remember_window_size no
|
remember_window_size no
|
||||||
|
close_on_child_death yes
|
||||||
initial_window_width 644
|
initial_window_width 644
|
||||||
initial_window_height 412
|
initial_window_height 412
|
||||||
|
|
|
@ -7,7 +7,6 @@ kill $(pgrep -f "mpv.*wallpaper")
|
||||||
mpv --profile=wallpaper ~/Pictures/.wallp & disown
|
mpv --profile=wallpaper ~/Pictures/.wallp & disown
|
||||||
if [[ "$#" -ge 1 ]]; then
|
if [[ "$#" -ge 1 ]]; then
|
||||||
ffmpeg -i ~/Pictures/Awall/$@* -vframes 1 -y ~/Pictures/Awall/wall.png
|
ffmpeg -i ~/Pictures/Awall/$@* -vframes 1 -y ~/Pictures/Awall/wall.png
|
||||||
wallp ~/Pictures/Awall/wall.png
|
|
||||||
gsettings set org.gnome.desktop.background picture-uri "file://$HOME/Pictures/Awall/wall.png"
|
gsettings set org.gnome.desktop.background picture-uri "file://$HOME/Pictures/Awall/wall.png"
|
||||||
else
|
else
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
Loading…
Reference in a new issue