Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Apr 13, 2024
1 parent 0265f80 commit dca1abd
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions Sources/NXVenom/config/status-monitor/config.ini
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
[status-monitor]
key_combo = ZL+ZR+DDOWN
battery_avg_iir_filter = true
battery_time_left_refreshrate = 60
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+TEMP+DRAW+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 = 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
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 = #F0FF
perfect_line_color = #0C0F
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

0 comments on commit dca1abd

Please sign in to comment.