mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-23 07:21:58 +01:00
8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
background="https://unsplash.com/photos/wQLAGv4_OYs/download?force=true&w=1920"
|
|
|
|
wget "$background" -O /tmp/background.jpg
|
|
|
|
swaymsg output "*" bg /tmp/background.jpg fill
|