Fix swaybar

This commit is contained in:
Alexander Bantyev 2022-05-23 16:47:39 +04:00
parent 5f4a825d8a
commit 7037e0d384
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ in {
home-manager.users.balsoft = { home-manager.users.balsoft = {
wayland.windowManager.sway.config.bars = [{ wayland.windowManager.sway.config.bars = [{
id = "default"; id = "default";
trayOutput = "primary"; trayOutput = "none";
command = "true"; command = "true";
colors = let colors = let
thm = pkgs.my-lib.thmHash config.themes.colors; thm = pkgs.my-lib.thmHash config.themes.colors;

View File

@ -234,11 +234,11 @@ in {
output = { output = {
"*".bg = "${thm.base00} solid_color"; "*".bg = "${thm.base00} solid_color";
} // lib.optionalAttrs (config.device == "AMD-Workstation") { } // lib.optionalAttrs (config.device == "AMD-Workstation") {
DP-1.position = "0 400"; # DP-1.position = "0 400";
HDMI-A-1 = { # HDMI-A-1 = {
transform = "90"; # transform = "90";
position = "2560 0"; # position = "2560 0";
}; # };
} // lib.optionalAttrs (config.device == "X2100-Laptop") { } // lib.optionalAttrs (config.device == "X2100-Laptop") {
"Unknown 0x0000 0x00000000".scale = "2"; "Unknown 0x0000 0x00000000".scale = "2";
} // lib.optionalAttrs (config.device == "T490s-Laptop") { } // lib.optionalAttrs (config.device == "T490s-Laptop") {