diff --git a/.config/i3/status-single-bat.toml b/.config/i3/status-single-bat.toml index 6677e323..079406b4 100644 --- a/.config/i3/status-single-bat.toml +++ b/.config/i3/status-single-bat.toml @@ -1,10 +1,7 @@ theme = "solarized-dark" [icons] -name = "awesome" -[icons.overrides] -memory_mem = "  " -cogs = "  " +name = "none" [[block]] block = "time" @@ -32,12 +29,6 @@ interval = 20 warning = 20.0 alert = 10.0 -[[block]] -block = "battery" -device = "BAT0" -interval = 10 -format = "{percentage}%" - [[block]] block = "temperature" collapsed = true diff --git a/nixos/i3/autorandr.nix b/nixos/i3/autorandr.nix index 85199802..000df744 100644 --- a/nixos/i3/autorandr.nix +++ b/nixos/i3/autorandr.nix @@ -13,6 +13,28 @@ }; profiles = { + "form3-docked" = { + fingerprint = { + eDP-1-1 = "00ffffffffffff004d108d1400000000051c0104a52213780e9b34a95335bb250c5157000000010101010101010101010101010101014dd000a0f0703e803020350058c210000018000000000000000000000000000000000000000000fe00464e564452804c513135364431000000000002410328011200000b010a202000b9"; + DP-1-1 ="00ffffffffffff0026cd4d66f3030000271d0103803c22782ef6d5a7544b9e250d5054bfef80714f8140818081c09500b300d1c001014dd000a0f0703e8030203500544f2100001a000000ff0031313636333933393031303131000000fd00184c1fa03c000a202020202020000000fc00504c3237393255480a2020202001bd020340f35410050403020716011f12131420151106615d5e5f23090707830100006d030c001000387820006001020367d85dc40178c000e3050301e40f000001023a801871382d40582c4500544f2100001e565e00a0a0a0295030203500544f2100001af45100a0f070198030203500544f2100001e000000000000000000d6"; + }; + config = { + DP-1-1 = { + enable = true; + primary = true; + position = "0x0"; + mode = "3840x2160"; + dpi = 192; + }; + eDP-1-1 = { + enable = false; + primary = false; + position = "3840x0"; + mode = "3840x2160"; + dpi = 256; + }; + }; + }; "form3-alone" = { fingerprint = { eDP-1-1 = "00ffffffffffff004d108d1400000000051c0104a52213780e9b34a95335bb250c5157000000010101010101010101010101010101014dd000a0f0703e803020350058c210000018000000000000000000000000000000000000000000fe00464e564452804c513135364431000000000002410328011200000b010a202000b9"; @@ -22,7 +44,7 @@ enable = true; primary = true; mode = "3840x2160"; - dpi = 192; + dpi = 256; }; }; };