mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-28 15:57:19 +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
|
||||
|
||||
remember_window_size no
|
||||
close_on_child_death yes
|
||||
initial_window_width 644
|
||||
initial_window_height 412
|
||||
|
|
|
@ -7,7 +7,6 @@ kill $(pgrep -f "mpv.*wallpaper")
|
|||
mpv --profile=wallpaper ~/Pictures/.wallp & disown
|
||||
if [[ "$#" -ge 1 ]]; then
|
||||
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"
|
||||
else
|
||||
sleep 5
|
||||
|
|
Loading…
Reference in a new issue