mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 20:08:28 +01:00
Compare commits
2 commits
72a9eff74c
...
6a3d7af09e
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a3d7af09e | |||
| 6bbc771661 |
2 changed files with 3 additions and 2 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: "Update"
|
name: "Update"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * 2,5" # Tue, Fri at 04:00 UTC
|
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
animationSpeed = 1.8;
|
animationSpeed = 1.8;
|
||||||
enableShadows = false;
|
enableShadows = false;
|
||||||
compactLockScreen = true;
|
compactLockScreen = true;
|
||||||
|
clockStyle = "digital";
|
||||||
autoStartAuth = true;
|
autoStartAuth = true;
|
||||||
allowPasswordWithFprintd = true;
|
allowPasswordWithFprintd = true;
|
||||||
showSessionButtonsOnLockScreen = false;
|
showSessionButtonsOnLockScreen = false;
|
||||||
|
|
@ -53,7 +54,7 @@
|
||||||
left = lib.singleton {
|
left = lib.singleton {
|
||||||
id = "Clock";
|
id = "Clock";
|
||||||
formatHorizontal = "HH:mm ddd, d MMM";
|
formatHorizontal = "HH:mm ddd, d MMM";
|
||||||
tooltipFormat = "yyyy-MM-dd HH:mm";
|
tooltipFormat = "HH:mm yyyy-MM-dd";
|
||||||
};
|
};
|
||||||
center = lib.singleton {
|
center = lib.singleton {
|
||||||
id = "Workspace";
|
id = "Workspace";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue