Skip to content

Commit

Permalink
fix: change workspace spacing option to float (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
keonly authored Feb 4, 2025
1 parent 74065af commit 537a965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ in
bar.workspaces.showWsIcons = mkBoolOption false;
bar.workspaces.show_icons = mkBoolOption false;
bar.workspaces.show_numbered = mkBoolOption false;
bar.workspaces.spacing = mkIntOption 1;
bar.workspaces.spacing = mkFloatOption 1.0;
bar.workspaces.workspaceMask = mkBoolOption false;
bar.workspaces.workspaces = mkIntOption 5;
dummy = mkBoolOption true;
Expand Down

0 comments on commit 537a965

Please sign in to comment.