2021-02-15 20:53:16 -05:00
|
|
|
#! /bin/bash
|
|
|
|
|
2021-09-17 11:55:30 -04:00
|
|
|
feh --no-fehbg --bg-scale --bg-fill "$XDG_DATA_HOME/backgrounds/moon_forest.jpg" &
|
2021-02-15 20:53:16 -05:00
|
|
|
|
2023-10-12 13:59:38 -04:00
|
|
|
{{ if ne .features.desktop_alias "none" -}}
|
2021-02-15 20:53:16 -05:00
|
|
|
killall conky > /dev/null 2>&1
|
|
|
|
conky -d > /dev/null 2>&1
|
2022-07-21 00:03:41 -04:00
|
|
|
{{- end }}
|