Skip to content

Commit

Permalink
Update Status Monitor config
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Oct 20, 2024
1 parent 2234315 commit 613e23c
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions Sources/NXVenom/config/status-monitor/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ battery_time_left_refreshrate=60
[full]
refresh_rate=1
layer_width_align=left
show_real_freqs=true
show_deltas=true
show_target_freqs=true
show_fps=true
show_res=true

[mini]
refresh_rate=1
Expand All @@ -15,7 +20,7 @@ handheld_font_size=15
docked_font_size=15
real_freqs=true
real_volts=true
show=CPU+GPU+RAM+TEMP+DRAW+FAN+FPS
show=CPU+GPU+RAM+TEMP+DRAW+FAN+FPS+RES
replace_MB_with_RAM_load=true
background_color=#1117
cat_color=#CDEF
Expand All @@ -24,12 +29,12 @@ text_color=#FFFF
[micro]
refresh_rate=1
layer_height_align=top
handheld_font_size=14
docked_font_size=14
handheld_font_size=13
docked_font_size=13
text_align=left
real_freqs=true
real_volts=true
show=FPS+CPU+GPU+RAM+SOC+PWR+BAT
show=FPS+CPU+GPU+RAM+SOC+BAT
replace_GB_with_RAM_load=true
show_full_cpu=true
background_color=#1117
Expand All @@ -47,7 +52,6 @@ background_color=#1117
[fps-graph]
layer_width_align=left
layer_height_align=top
show_info=true
max_fps_text_color=#FFFF
min_fps_text_color=#FFFF
background_color=#1117
Expand All @@ -57,3 +61,12 @@ dashed_line_color=#8888
main_line_color=#FFFF
rounded_line_color=#F0FF
perfect_line_color=#0C0F
show_info=true

[game_resolutions]
refresh_rate=10
layer_width_align=left
layer_height_align=top
background_color=#1117
cat_color=#FFFF
text_color=#FFFF

0 comments on commit 613e23c

Please sign in to comment.