dotfiles/dot_config/autorandr/executable_postswitch.tmpl

9 lines
210 B
Bash

#! /bin/bash
feh --no-fehbg --bg-scale --bg-fill "$XDG_DATA_HOME/backgrounds/moon_forest.jpg" &
{{ if ne .features.desktop_alias "none" -}}
killall conky > /dev/null 2>&1
conky -d > /dev/null 2>&1
{{- end }}