commit 1c26c93d2597235aaa479e38ee577c4ab3f539ea
parent 79ddf80940fa2f7da024c2d5673718b2f798c4fc
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 19 Sep 2022 15:57:13 +0200
users/vincent: fix multiple waybar in sway
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix
@@ -46,12 +46,12 @@ in
};
fonts = fontConf;
bars = [
- # {
- # command = "${pkgs.waybar}/bin/waybar";
- # mode = "hide";
- # position = "bottom";
- # id = "mainBar";
- # }
+ {
+ command = "${pkgs.waybar}/bin/waybar";
+ mode = "hide";
+ position = "bottom";
+ id = "mainBar";
+ }
];
keybindings =
let
@@ -183,7 +183,7 @@ in
# { command = "mako"; }
{ command = "${pkgs.swaynotificationcenter}/bin/swaync"; }
{ command = "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
- { command = "systemctl --user restart waybar"; always = true; }
+ # { command = "systemctl --user restart waybar"; always = true; }
{ command = "systemctl --user restart kanshi"; always = true; }
# { command = "${pkgs.kitty}/bin/kitty --title metask --class metask tmux"; }
# { command = ''emacsclient -n -c -F "((name . \"_emacs scratchpad_\"))''; }
@@ -246,7 +246,7 @@ in
programs = {
waybar = {
enable = true;
- systemd.enable = true;
+ # systemd.enable = true;
style = ./waybar.css;
settings = [{
layer = "bottom";