From 7037e0d38490af9d6f799438882fd43e828e666f Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 23 May 2022 16:47:39 +0400 Subject: [PATCH] Fix swaybar --- profiles/workspace/i3blocks/default.nix | 2 +- profiles/workspace/sway/default.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/workspace/i3blocks/default.nix b/profiles/workspace/i3blocks/default.nix index f903d50..6ea6042 100644 --- a/profiles/workspace/i3blocks/default.nix +++ b/profiles/workspace/i3blocks/default.nix @@ -16,7 +16,7 @@ in { home-manager.users.balsoft = { wayland.windowManager.sway.config.bars = [{ id = "default"; - trayOutput = "primary"; + trayOutput = "none"; command = "true"; colors = let thm = pkgs.my-lib.thmHash config.themes.colors; diff --git a/profiles/workspace/sway/default.nix b/profiles/workspace/sway/default.nix index 4a171d9..9663821 100755 --- a/profiles/workspace/sway/default.nix +++ b/profiles/workspace/sway/default.nix @@ -234,11 +234,11 @@ in { output = { "*".bg = "${thm.base00} solid_color"; } // lib.optionalAttrs (config.device == "AMD-Workstation") { - DP-1.position = "0 400"; - HDMI-A-1 = { - transform = "90"; - position = "2560 0"; - }; + # DP-1.position = "0 400"; + # HDMI-A-1 = { + # transform = "90"; + # position = "2560 0"; + # }; } // lib.optionalAttrs (config.device == "X2100-Laptop") { "Unknown 0x0000 0x00000000".scale = "2"; } // lib.optionalAttrs (config.device == "T490s-Laptop") {