Skip to content

Commit

Permalink
Set show real freqs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 24, 2023
1 parent 497d0b2 commit 62803d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Sources/OCBundle/config/status-monitor/config.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[status-monitor]
key_combo = ZL+ZR+DDOWN

[full]
refresh_rate = 1
layer_width_align = left

[mini]
refresh_rate = 1
layer_width_align = left
Expand All @@ -16,26 +18,29 @@ 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 = true
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

[fps-graph]
layer_width_align = left
layer_height_align = top
Expand All @@ -47,4 +52,4 @@ border_color = #F77F
dashed_line_color = #8888
main_line_color = #FFFF
rounded_line_color = #0C0F
perfect_line_color = #F0FF
perfect_line_color = #F0FF

0 comments on commit 62803d8

Please sign in to comment.