vinstaller/etc/profile/plasma

11 lines
262 B
Plaintext
Raw Normal View History

2022-02-07 02:34:12 +01:00
packages() {
2022-02-07 22:50:49 +01:00
addpkg sddm kde5 konsole dolphin kdeconnect okular spectacle kcalc kleopatra gwenview ark filelight
2022-02-07 05:35:12 +01:00
need_xserver=1
2022-02-07 02:34:12 +01:00
}
config() {
enable_service "sddm"
2022-02-07 05:06:12 +01:00
if ! [ "$LANGUAGE" == "en" ]; then
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
fi
2022-02-07 02:34:12 +01:00
}