diff --git a/packages/mangohud/home.nix b/packages/mangohud/home.nix index ee77002..05c13c7 100644 --- a/packages/mangohud/home.nix +++ b/packages/mangohud/home.nix @@ -54,14 +54,14 @@ resolution = true; refresh_rate = true; - custom_text = [ - "-" - "$(cat /home/kenji/.config/goverlay/distro)" - "-" - "$(uname -r)" - "Session:" - "$(echo $XDG_SESSION_TYPE)" - ]; + # custom_text = [ + # "-" + # "$(cat /home/kenji/.config/goverlay/distro)" + # "-" + # "$(uname -r)" + # "Session:" + # "$(echo $XDG_SESSION_TYPE)" + # ]; fps_color_change = true; fps_color = ["B22222" "FDFD09" "39F900"];