12 lines
185 B
Smarty
Executable File
12 lines
185 B
Smarty
Executable File
#!/bin/sh
|
|
|
|
{% if hostname == "sputnik" %}
|
|
|
|
feh --bg-scale $(random-file-of ~/.config/wallpapers/3440x1440)
|
|
|
|
{% else %}
|
|
echo "Wallpaper not configured for this system"
|
|
exit 1
|
|
{% end %}
|
|
|