diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-14 17:56:02 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-14 17:56:02 -0800 |
| commit | 376c2ceaf722c7f13cf41593bf28c73e461ac999 (patch) | |
| tree | e4eaef9acca4eb256ff15e9e79559da03a8d5a04 | |
| parent | hosts: add a new subvolumes to carmel (diff) | |
| download | infra-376c2ceaf722c7f13cf41593bf28c73e461ac999.tar.gz | |
waybar: fix the configuration for the clock
| -rw-r--r-- | users/fcuny/desktop/sway/waybar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/fcuny/desktop/sway/waybar.nix b/users/fcuny/desktop/sway/waybar.nix index 9678ec9..f71e914 100644 --- a/users/fcuny/desktop/sway/waybar.nix +++ b/users/fcuny/desktop/sway/waybar.nix @@ -17,9 +17,9 @@ all-outputs = true; }; - "clock" = { + "custom/clock" = { interval = 30; - format = "{%D %M %Y %H:%M}"; + format = "{%a %b %d %H:%M}"; }; }; }]; |
