mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-28 21:21:02 +01:00
parent
55779b20cd
commit
f911ebbec9
17 changed files with 51 additions and 56 deletions
|
|
@ -87,10 +87,10 @@ rec {
|
|||
"status_command ${statusCommand}")
|
||||
"${moduleName}bar_command ${command}"
|
||||
(optionalString (workspaceButtons != null)
|
||||
"workspace_buttons ${if workspaceButtons then "yes" else "no"}")
|
||||
"workspace_buttons ${lib.hm.booleans.yesNo workspaceButtons}")
|
||||
(optionalString (workspaceNumbers != null)
|
||||
"strip_workspace_numbers ${
|
||||
if !workspaceNumbers then "yes" else "no"
|
||||
lib.hm.booleans.yesNo (!workspaceNumbers)
|
||||
}")
|
||||
(optionalString (trayOutput != null) "tray_output ${trayOutput}")
|
||||
(optionals colorsNotNull (indent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue