Latest
This commit is contained in:
parent
b37f9021d0
commit
4b0fc4bd16
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ applyRootConfig() {
|
||||||
# This function ensures the Qubes desktop wallpaper is set to the Qubes Betelgeuse wallpaper on KDE by
|
# This function ensures the Qubes desktop wallpaper is set to the Qubes Betelgeuse wallpaper on KDE by
|
||||||
# using the `ksetwallpaper` script found in `~/.local/bin/ksetwallpaper`.
|
# using the `ksetwallpaper` script found in `~/.local/bin/ksetwallpaper`.
|
||||||
applyWallpaper() {
|
applyWallpaper() {
|
||||||
{{- if (eq .host.distro.id "qubes") -}}
|
{{ if (eq .host.distro.id "qubes") -}}
|
||||||
logg info 'Setting wallpaper to /usr/local/share/wallpapers/Betelgeuse/contents/images/3440x1440.jpg'
|
logg info 'Setting wallpaper to /usr/local/share/wallpapers/Betelgeuse/contents/images/3440x1440.jpg'
|
||||||
ksetwallpaper --file /usr/local/share/wallpapers/Betelgeuse/contents/images/3440x1440.jpg
|
ksetwallpaper --file /usr/local/share/wallpapers/Betelgeuse/contents/images/3440x1440.jpg
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
|
|
Loading…
Reference in a new issue