diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 5da8475..30b8b86 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -60,7 +60,7 @@ in with theme.colors; { }; startup = [ { - command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border)"; + command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning)"; always = true; notification = false; }