Fix swaybar
This commit is contained in:
parent
5f4a825d8a
commit
7037e0d384
@ -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;
|
||||
|
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user