From f093e8df3132770ac273baa95af28f8dc36393f3 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 10 Mar 2023 19:46:25 -0500 Subject: [PATCH] Set dpi for buck to 112 --- home/jacob.nix | 3 ++- home/xmobarrc | 2 +- machines/buck/configuration.nix | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/jacob.nix b/home/jacob.nix index 39680b4..e9b74a6 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -184,7 +184,7 @@ enable = true; font = { name = "Hack"; - size = 18; + size = 14; }; }; lazygit.enable = true; @@ -327,6 +327,7 @@ transparent = true; # only way i could get color to work widthtype = "percent"; width = "10"; + height = "17"; }; }; unclutter = { diff --git a/home/xmobarrc b/home/xmobarrc index 1690823..40e4e0d 100644 --- a/home/xmobarrc +++ b/home/xmobarrc @@ -1,5 +1,5 @@ Config { overrideRedirect = False - , font = "xft:iosevka-9" + , font = "xft:iosevka-12" , bgColor = "#000000" , fgColor = "#f8f8f2" , position = TopW L 90 diff --git a/machines/buck/configuration.nix b/machines/buck/configuration.nix index b70d710..0ca215b 100644 --- a/machines/buck/configuration.nix +++ b/machines/buck/configuration.nix @@ -159,7 +159,7 @@ # Enable the X11 windowing system. services.xserver.enable = true; xserver = { enable = true; - #dpi = 180; + dpi = 112; # t470 has a 14" 16:9 monitor at native res 1366x768 displayManager = { defaultSession = "none+i3"; autoLogin = {