From 4336a52b663996183e75731f899ec9fe567dd52f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 10 Sep 2023 16:43:25 +0200 Subject: LEAN: add a new Plasma background with a dark theme --- make_slackware_live.sh | 12 ++++++++++++ media/lean/bg/background.jpg | 2 +- media/lean/bg/theme | 2 ++ media/lean/bg/willibrordhaeghe.jpg | Bin 0 -> 305255 bytes 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 media/lean/bg/theme create mode 100644 media/lean/bg/willibrordhaeghe.jpg diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 9ee55ab..71f39f6 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1269,6 +1269,18 @@ FillMode=2 Image=file:///usr/share/${LIVEMAIN}/${LIVEDE,,}/background.jpg EOT +# Is a dark theme requested to match the background atmosphere? +if [ -f ${LIVE_TOOLDIR}/media/${LIVEDE,,}/bg/theme ]; then + if [ "$(grep -v '^#' ${LIVE_TOOLDIR}/media/${LIVEDE,,}/bg/theme)" == "dark" ] + then + mkdir -p ${LIVE_ROOTDIR}/home/${LIVEUID}/.config + cat < ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/plasmarc +[Theme] +name=breeze-dark +EOT + fi +fi + } # End of plasma5_custom_bg() # --------------------------------------------------------------------------- diff --git a/media/lean/bg/background.jpg b/media/lean/bg/background.jpg index 1bb60f6..2094cf4 120000 --- a/media/lean/bg/background.jpg +++ b/media/lean/bg/background.jpg @@ -1 +1 @@ -groedezeeland.jpg \ No newline at end of file +willibrordhaeghe.jpg \ No newline at end of file diff --git a/media/lean/bg/theme b/media/lean/bg/theme new file mode 100644 index 0000000..37a6131 --- /dev/null +++ b/media/lean/bg/theme @@ -0,0 +1,2 @@ +# either 'dark' or 'light' +dark diff --git a/media/lean/bg/willibrordhaeghe.jpg b/media/lean/bg/willibrordhaeghe.jpg new file mode 100644 index 0000000..f10685a Binary files /dev/null and b/media/lean/bg/willibrordhaeghe.jpg differ -- cgit v1.2.3