-
Hi, Line 61 in 1741e9c Cheers, |
Beta Was this translation helpful? Give feedback.
Answered by
danth
Nov 1, 2022
Replies: 2 comments
-
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.
0 replies
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.