summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-22 09:04:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-22 09:05:28 -0700
commit0ca3a14056c57adf68289ae31375e3719dcabc7e (patch)
tree15687412285467c1fd21cb7abc724af24893914a /bin
parentfcb0a270d501eac92b52e05355b0d3046f0959e7 (diff)
downloaddotfiles-0ca3a14056c57adf68289ae31375e3719dcabc7e.tar.gz
switch to static, tiled wallpaper
I don't get to see my wallpaper often with i3/sway, so let's take advantage of the consistency that's possible with an image small enough to commit to git.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/i3-startup-always15
1 files changed, 7 insertions, 8 deletions
diff --git a/bin/i3-startup-always b/bin/i3-startup-always
index 9cb90d91..ddb2bc1a 100755
--- a/bin/i3-startup-always
+++ b/bin/i3-startup-always
@@ -76,16 +76,15 @@ elif [ "$(hostname -f)" = "melete.silentflame.com" ]; then
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
fi
-# use wallpaper.png if it's the right size
-if i3-wallpaper --check-have; then
- feh --bg-scale --no-xinerama $HOME/local/wallpaper.png
+# # use wallpaper.png if it's the right size
+# if i3-wallpaper --check-have; then
+# feh --bg-scale --no-xinerama $HOME/local/wallpaper.png
- # restart i3lock, in case the wallpaper changed
- i3-startup-i3lock
-# old fallback to a tileable image
+# # restart i3lock, in case the wallpaper changed
+# i3-startup-i3lock
# else
-# feh --bg-tile ~/lib/img/diagmonds_2X.png
-fi
+ feh --bg-tile ~/lib/img/green_gobbler.png
+# fi
# Set how long before automatic lock. We have the DPMS time and the
# automatic lock time set to the same value.