Differences
This shows you the differences between two versions of the page.
| linux:kde:lockscreen-time-format [2024/01/28 13:58] – created Zyzonix | linux:kde:lockscreen-time-format [2024/01/28 14:04] (current) – Zyzonix | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Change time format | + | ===== Change time on lock screen |
| + | |||
| + | Navigate to the following directory: | ||
| + | <code bash>cd / | ||
| + | |||
| + | Then edit '' | ||
| + | <code bash> | ||
| + | |||
| + | Find the following line: '' | ||
| + | |||
| + | And edit this line to the following: | ||
| + | <code bash> | ||
| + | text: Qt.formatTime(timeSource.data[" | ||
| + | </ | ||
| + | |||
| + | Remove '': | ||
| + | |||
| + | //Sourced from [[https:// | ||