nixos/home/desktop/waybar/modules/clock.compact.nix

10 lines
203 B
Nix
Raw Normal View History

2023-07-12 11:45:48 +01:00
let
clock = import ./clock.nix;
in {
format = "{:%R 󰅐 }";
format-alt = "{:%A %Y-%m-%d 󰃭 }";
2023-07-12 11:45:48 +01:00
tooltip-format = clock.tooltip-format;
calendar = clock.calendar;
actions = clock.actions;
}