commit 276b87695d37336c8e4391d01055d68ac6300851
parent a7a0bf596640a0f97766ff2e68e3302c94c407ca
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 17:54:37 +0200
feat: have bar to top instead of bottom
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/home/sway/bar/default.nix b/modules/home/sway/bar/default.nix
@@ -24,7 +24,7 @@
{
command = "${pkgs.sway}/bin/swaybar";
- position = "bottom";
+ position = "top";
statusCommand = "${pkgs.i3status}/bin/i3status";
mode = "dock";