From f03656f509a1dc022846ec04cc44bc9fd05fe0e9 Mon Sep 17 00:00:00 2001 From: javalsai Date: Wed, 25 Dec 2024 19:30:23 +0100 Subject: [PATCH] chore: add basic source paths to default themes --- themes/cherry.ini | 3 +++ themes/default.ini | 3 +++ themes/kanagawa-dragon.ini | 3 +++ themes/kanagawa-wave.ini | 3 +++ themes/nature.ini | 3 +++ themes/nord.ini | 3 +++ themes/nothing.ini | 3 +++ themes/old-blue.ini | 3 +++ themes/tasteless.ini | 3 +++ 9 files changed, 27 insertions(+) diff --git a/themes/cherry.ini b/themes/cherry.ini index b2b1bc0..4d014c3 100644 --- a/themes/cherry.ini +++ b/themes/cherry.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/default.ini b/themes/default.ini index f9b59d2..ff4727d 100644 --- a/themes/default.ini +++ b/themes/default.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/kanagawa-dragon.ini b/themes/kanagawa-dragon.ini index 30ca105..8dfb715 100644 --- a/themes/kanagawa-dragon.ini +++ b/themes/kanagawa-dragon.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/kanagawa-wave.ini b/themes/kanagawa-wave.ini index 5b01c11..93368e1 100644 --- a/themes/kanagawa-wave.ini +++ b/themes/kanagawa-wave.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/nature.ini b/themes/nature.ini index 199dd6c..7e6ee04 100644 --- a/themes/nature.ini +++ b/themes/nature.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/nord.ini b/themes/nord.ini index 16c7073..07d832e 100644 --- a/themes/nord.ini +++ b/themes/nord.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/nothing.ini b/themes/nothing.ini index eac12ee..ade26d6 100644 --- a/themes/nothing.ini +++ b/themes/nothing.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/old-blue.ini b/themes/old-blue.ini index 96fabe3..9ac2e88 100644 --- a/themes/old-blue.ini +++ b/themes/old-blue.ini @@ -30,3 +30,6 @@ strings.s_wayland = waywand strings.s_xorg = xworg strings.s_shell = swell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env diff --git a/themes/tasteless.ini b/themes/tasteless.ini index ea50656..f56617a 100644 --- a/themes/tasteless.ini +++ b/themes/tasteless.ini @@ -30,3 +30,6 @@ strings.s_wayland = wayland strings.s_xorg = xorg strings.s_shell = shell behavior.include_defshell = true +behavior.source = /etc/lidm.env +behavior.source = /etc/locale.conf +behavior.user_source = .lidm.env