Again, small changes, trying out a new theme

This commit is contained in:
Jimbo 2024-10-15 13:48:33 -04:00
parent 84cfcee9fd
commit c3bc3a56f7
19 changed files with 64 additions and 52 deletions

View file

@ -8,25 +8,25 @@
pos = "1920 405";
mode = "1920x1080@143.980Hz";
max_render_time = "3";
bg = "~/.wallpapers/1.png fill";
bg = "~/.assets/wallpapers/1.png fill";
adaptive_sync = "on";
#tearing_allowed = "1";
#tearing_allowed = "1";
};
${config.displays.d2} = {
pos = "0 405";
mode = "1920x1080@60Hz";
max_render_time = "3";
bg = "~/.wallpapers/2.png fill";
bg = "~/.assets/wallpapers/2.png fill";
};
${config.displays.d3} = {
pos = "3840 0";
mode = "1680x1050@59.883Hz";
transform = "270";
max_render_time = "3";
bg = "~/.wallpapers/3.png fill";
bg = "~/.assets/wallpapers/3.png fill";
};
"*" = {
bg = "~/.wallpapers/1.png fill";
bg = "~/.assets/wallpapers/1.png fill";
};
};