We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1377600 commit c361963Copy full SHA for c361963
scripts/bootstrap.sh
@@ -12,7 +12,7 @@ main() {
12
local background_path="/usr/share/images/fluxbox/background.png"
13
if [ -f "$background_path" ]; then
14
feh --no-fehbg --bg-scale "$background_path"
15
- log_i "Updated background"
+ log_i "Updated background image"
16
fi
17
18
if [ "$VNC_ENABLED" = 1 ]; then
0 commit comments