Update plasma

This commit is contained in:
albert 2024-06-18 14:54:21 +09:00
parent e1e688fa9d
commit ae815154bd
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -60,15 +60,15 @@
};
}
{
name = "org.kde.plasma.digitalclock";
config = {
Appearance = {
showDate = "false";
digitalclock = {
calendar.firstDayOfWeek = "sunday";
time = {
format = "24h";
showSeconds = "never";
use24hFormat = "24h";
selectedTimeZones = [
"Asia/Tokyo"
];
};
timeZone = {
selected = [ "Asia/Tokyo" "Europe/Warsaw" "America/Los_Angeles" "America/Central"];
lastSelected = "Asia/Tokyo";
};
};
}