services.xserver.displayManager.lightdm.greeters.gtk.clock-format

NixOS option

Clock format string (as expected by strftime, e.g. “%H:%M”) to use with the lightdm gtk greeter panel. If set to null the default clock format is used.

type: null or string
Default
null
Example
"%F"
declared in: nixos/modules/services/x11/display-managers/lightdm-greeters/gtk.nixView source on NixOS/nixpkgs →