From 45dc9a2be3412707f70ad3fa486712bb2a02eeed Mon Sep 17 00:00:00 2001 From: pokerface128 Date: Sun, 2 Jun 2024 11:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E6=97=A5=E5=8E=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/atzlinux-update-patch-kde.install | 3 +++ etc/skel/.config/plasma_calendar_alternatecalendar | 4 ++++ etc/skel/.config/plasma_calendar_astronomicalevents | 4 ++++ etc/skel/.config/plasma_calendar_holiday_regions | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 etc/skel/.config/plasma_calendar_alternatecalendar create mode 100644 etc/skel/.config/plasma_calendar_astronomicalevents create mode 100644 etc/skel/.config/plasma_calendar_holiday_regions diff --git a/debian/atzlinux-update-patch-kde.install b/debian/atzlinux-update-patch-kde.install index 77a431e..1c6c06e 100644 --- a/debian/atzlinux-update-patch-kde.install +++ b/debian/atzlinux-update-patch-kde.install @@ -7,5 +7,8 @@ etc/skel/.fbtermrc root/ etc/skel/.gtkrc-2.0 etc/skel/.vimrc etc/skel/.vimrc root/ +etc/skel/.config/plasma_calendar_alternatecalendar +etc/skel/.config/plasma_calendar_astronomicalevents +etc/skel/.config/plasma_calendar_holiday_regions usr/bin/start-pulseaudio-x11 usr/share/applications/mimeapps.list diff --git a/etc/skel/.config/plasma_calendar_alternatecalendar b/etc/skel/.config/plasma_calendar_alternatecalendar new file mode 100644 index 0000000..243218e --- /dev/null +++ b/etc/skel/.config/plasma_calendar_alternatecalendar @@ -0,0 +1,4 @@ +[General] +calendarSystem=Chinese +dateOffset=0 + diff --git a/etc/skel/.config/plasma_calendar_astronomicalevents b/etc/skel/.config/plasma_calendar_astronomicalevents new file mode 100644 index 0000000..69ffcea --- /dev/null +++ b/etc/skel/.config/plasma_calendar_astronomicalevents @@ -0,0 +1,4 @@ +[General] +showLunarPhase=false +showSeason=true + diff --git a/etc/skel/.config/plasma_calendar_holiday_regions b/etc/skel/.config/plasma_calendar_holiday_regions new file mode 100644 index 0000000..fe5b2c2 --- /dev/null +++ b/etc/skel/.config/plasma_calendar_holiday_regions @@ -0,0 +1,2 @@ +[General] +selectedRegions=cn_zh-cn -- Gitee