Update plasma
This commit is contained in:
parent
e1e688fa9d
commit
ae815154bd
1 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue