Set dpi for buck to 112

This commit is contained in:
Jacob Hinkle 2023-03-10 19:46:25 -05:00
parent 9fd2d336f2
commit f093e8df31
3 changed files with 4 additions and 3 deletions

View File

@ -184,7 +184,7 @@
enable = true; enable = true;
font = { font = {
name = "Hack"; name = "Hack";
size = 18; size = 14;
}; };
}; };
lazygit.enable = true; lazygit.enable = true;
@ -327,6 +327,7 @@
transparent = true; # only way i could get color to work transparent = true; # only way i could get color to work
widthtype = "percent"; widthtype = "percent";
width = "10"; width = "10";
height = "17";
}; };
}; };
unclutter = { unclutter = {

View File

@ -1,5 +1,5 @@
Config { overrideRedirect = False Config { overrideRedirect = False
, font = "xft:iosevka-9" , font = "xft:iosevka-12"
, bgColor = "#000000" , bgColor = "#000000"
, fgColor = "#f8f8f2" , fgColor = "#f8f8f2"
, position = TopW L 90 , position = TopW L 90

View File

@ -159,7 +159,7 @@
# Enable the X11 windowing system. services.xserver.enable = true; # Enable the X11 windowing system. services.xserver.enable = true;
xserver = { xserver = {
enable = true; enable = true;
#dpi = 180; dpi = 112; # t470 has a 14" 16:9 monitor at native res 1366x768
displayManager = { displayManager = {
defaultSession = "none+i3"; defaultSession = "none+i3";
autoLogin = { autoLogin = {