Skip to content

Commit

Permalink
Update Status Monitor to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 4, 2024
1 parent 2524978 commit edf1e44
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
88 changes: 45 additions & 43 deletions Sources/NXVenom/config/status-monitor/config.ini
Original file line number Diff line number Diff line change
@@ -1,55 +1,57 @@
[status-monitor]
key_combo = ZL+ZR+DDOWN
battery_avg_iir_filter=true
battery_time_left_refreshrate=60

[full]
refresh_rate = 1
layer_width_align = left
refresh_rate=1
layer_width_align=left

[mini]
refresh_rate = 1
layer_width_align = left
layer_height_align = top
handheld_font_size = 15
docked_font_size = 15
real_freqs = false
real_volts = true
show = CPU+GPU+RAM+DRAW+TEMP+FAN++FPS
replace_MB_with_RAM_load = true
background_color = #1117
cat_color = #CDEF
text_color = #FFFF
refresh_rate=1
layer_width_align=left
layer_height_align=top
handheld_font_size=15
docked_font_size=15
real_freqs=false
real_volts=true
show=CPU+GPU+RAM+TEMP+DRAW+FAN+FPS
replace_MB_with_RAM_load=true
background_color=#1117
cat_color=#CDEF
text_color=#FFFF

[micro]
refresh_rate = 1
layer_height_align = top
handheld_font_size = 15
docked_font_size = 14
text_align = left
real_freqs = false
real_volts = true
show = FPS+CPU+GPU+RAM+BRD+PWR+BAT
replace_GB_with_RAM_load = true
background_color = #1117
cat_color = #BDFF
text_color = #FFFF
refresh_rate=1
layer_height_align=top
handheld_font_size=14
docked_font_size=14
text_align=left
real_freqs=false
real_volts=true
show=FPS+CPU+GPU+RAM+BRD+PWR+BAT
replace_GB_with_RAM_load=true
background_color=#1117
cat_color=#BDFF
text_color=#FFFF

[fps-counter]
layer_width_align = left
layer_height_align = top
handheld_font_size = 28
docked_font_size = 28
text_color = #0F0F
background_color = #1117
layer_width_align=left
layer_height_align=top
handheld_font_size=28
docked_font_size=28
text_color=#0F0F
background_color=#1117

[fps-graph]
layer_width_align = left
layer_height_align = top
max_fps_text_color = #FFFF
min_fps_text_color = #FFFF
background_color = #1117
fps_counter_color = #4444
border_color = #F77F
dashed_line_color = #8888
main_line_color = #FFFF
rounded_line_color = #0C0F
perfect_line_color = #F0FF
layer_width_align=left
layer_height_align=top
max_fps_text_color=#FFFF
min_fps_text_color=#FFFF
background_color=#1117
fps_counter_color=#4444
border_color=#F77F
dashed_line_color=#8888
main_line_color=#FFFF
rounded_line_color=#F0FF
perfect_line_color=#0C0F
Binary file modified Sources/NXVenom/switch/.overlays/Status-Monitor-Overlay.ovl
100755 → 100644
Binary file not shown.

0 comments on commit edf1e44

Please sign in to comment.