services.polybar.config
Home-Manager option
Polybar configuration. Can be either path to a file, or set of attributes that will be used to create the final configuration. See also services.polybar.settings for a more nix-friendly format.
type: (attribute set of attribute set of (string or boolean or signed integer or list of string)) or absolute path convertible to itDefault
{ }Example
declared in: <home-manager/modules/services/polybar.nix>source unavailable{ "bar/top" = { monitor = "\${env:MONITOR:eDP1}"; width = "100%"; height = "3%"; radius = 0; modules-center = "date"; }; "module/date" = { type = "internal/date"; internal = 5; date = "%d.%m.%y"; time = "%H:%M"; label = "%time% %date%"; }; }