nitrogen wrapper upd for labwc

This commit is contained in:
Daniel Napora 2025-01-25 12:42:44 +01:00
parent 285ae6c2f1
commit 313d7f68ca

View File

@ -2,8 +2,13 @@
#
# Wrapper for nitrogen, so LightDM wallpaper is synced.
#
# based on script by:
# Copyright (C) 2021 Rafael Cavalcanti - rafaelc.org
# Licensed under GPLv3
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
mb-wall "${2}"
exit 0
fi
set -euo pipefail