9 lines
420 B
Cheetah
9 lines
420 B
Cheetah
|
#!/usr/bin/env bash
|
||
|
# @file Qubes Set Wallpaper
|
||
|
# @brief Ensures the Qubes wallpaper is set to the Betelgeuse wallpaper for Qubes.
|
||
|
# @description
|
||
|
# This script ensures the Qubes desktop wallpaper is set to the Qubes Betelgeuse wallpaper on KDE by
|
||
|
# using the `ksetwallpaper` script found in `~/.local/bin/ksetwallpaper`.
|
||
|
|
||
|
ksetwallpaper --file /usr/local/share/wallpapers/Betelgeuse/contents/images/3440x1440.jpg
|