Add transparency to mangohud.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ ... } : {
|
{ lib, ... } : {
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSessionWide = true;
|
enableSessionWide = true;
|
||||||
@@ -9,6 +9,8 @@
|
|||||||
fps = true;
|
fps = true;
|
||||||
font_size = 12;
|
font_size = 12;
|
||||||
cellpadding_y = -0.070;
|
cellpadding_y = -0.070;
|
||||||
|
background_alpha = lib.mkForce 0.5;
|
||||||
|
alpha = lib.mkForce 0.75;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user