-
Hi, https://github.com/danth/stylix/blob/1741e9c7104239f020c4c79d174fc541a52d2200/modules/sway.nix#L61 Cheers, |
Beta Was this translation helpful? Give feedback.
Answered by
danth
Nov 1, 2022
Replies: 2 comments 1 reply
-
It has to be done through Home Manager, something like: home-manager.users.danth.wayland.windowManager.sway.config.bars = [
({
mode = "dock";
hiddenState = "hide";
position = "top";
workspaceButtons = true;
workspaceNumbers = false;
statusCommand = "${pkgs.i3status}/bin/i3status";
trayOutput = "primary";
} // config.lib.stylix.sway.bar)
]; Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TinHead
-
Thank you, and great work with Stylix! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has to be done through Home Manager, something like:
Hope this helps.