Add transparency to mangohud.

This commit is contained in:
jay
2025-07-16 09:52:10 -04:00
parent d414e58fad
commit cb659e768e

View File

@@ -1,4 +1,4 @@
{ ... } : {
{ lib, ... } : {
programs.mangohud = {
enable = true;
enableSessionWide = true;
@@ -9,6 +9,8 @@
fps = true;
font_size = 12;
cellpadding_y = -0.070;
background_alpha = lib.mkForce 0.5;
alpha = lib.mkForce 0.75;
};
};
}