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"; digitalclock = {
config = { calendar.firstDayOfWeek = "sunday";
Appearance = { time = {
showDate = "false"; format = "24h";
showSeconds = "never"; showSeconds = "never";
use24hFormat = "24h"; };
selectedTimeZones = [ timeZone = {
"Asia/Tokyo" selected = [ "Asia/Tokyo" "Europe/Warsaw" "America/Los_Angeles" "America/Central"];
]; lastSelected = "Asia/Tokyo";
}; };
}; };
} }