diff --git a/dotfiles/text_to_wallpaper.sh b/dotfiles/clitip_wallpaper.sh similarity index 100% rename from dotfiles/text_to_wallpaper.sh rename to dotfiles/clitip_wallpaper.sh diff --git a/dotfiles/i3/config b/dotfiles/i3/config index 95a624c..164be08 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -9,8 +9,10 @@ font pango: Noto Sans 9 floating_modifier $super #autostart -exec --no-startup-id ~/setup-cockpit/dotfiles/text_to_wallpaper.sh -exec --no-startup-id hsetroot -cover ~/Pictures/clitip-wallpaper.png +#exec --no-startup-id ~/setup-cockpit/dotfiles/clitip_wallpaper.sh +#exec --no-startup-id hsetroot -cover ~/Pictures/clitip-wallpaper.png +exec --no-startup-id ~/setup-cockpit/dotfiles/xkcd_wallpaper.sh +exec --no-startup-id hsetroot -center ~/Pictures/xkcd-wallpaper.png exec --no-startup-id xsettingsd & exec --no-startup-id picom -b --config ~/.config/picom.conf #exec --no-startup-id thunar --daemon diff --git a/dotfiles/xkcd_wallpaper.sh b/dotfiles/xkcd_wallpaper.sh new file mode 100755 index 0000000..1f847e7 --- /dev/null +++ b/dotfiles/xkcd_wallpaper.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +curl -s "$(curl -sL https://c.xkcd.com/random/comic | grep 'Image URL' | awk '{print $5}')" -o ~/Pictures/xkcd-wallpaper.png