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