Skip to content

Commit

Permalink
updated btop, mangohud helix mpv and webm config
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku committed Jan 15, 2023
1 parent c8186b7 commit 2818fac
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 30 deletions.
43 changes: 20 additions & 23 deletions dot_config/MangoHud/MangoHud.conf
Original file line number Diff line number Diff line change
@@ -1,44 +1,41 @@
################### File Generated by GOverlay ###################
#fps_limit=144
#toggle_fps_limit=F4
#fps_limit=
#toggle_fps_limit=F1


legacy_layout=false
gpu_stats
gpu_temp
gpu_load_change
gpu_load_value=50,90
gpu_load_color=FFFFFF,FFAA7F,CC0000
gpu_text=GPU
cpu_stats
cpu_temp
cpu_load_change
core_load_change
cpu_load_value=50,90
cpu_load_color=FFFFFF,FFAA7F,CC0000
cpu_color=2e97cb
cpu_color=2E97CB
cpu_text=CPU
io_color=a491d3
vram_color=ad64c1
ram
ram_color=c26693
io_color=A491D3
vram_color=AD64C1
ram_color=C26693
fps
engine_color=eb5b5b
gpu_color=2e9762
wine_color=eb5b5b
engine_color=EB5B5B
gpu_color=2E9762
wine_color=EB5B5B
frame_timing=1
frametime_color=00ff00
media_player_color=ffffff
frametime_color=00FF00
media_player_color=FFFFFF
background_alpha=0.4
font_size=19
font_file=/home/riiku/.config/goverlay/fonts/Ubuntu-M.ttf

background_color=020202
position=middle-left
text_color=ffffff
round_corners=10
text_color=FFFFFF
round_corners=3
#GOVERLAY_THEME=mangohuddefault
#toggle_hud=Shift_R+F12
#toggle_logging=Shift_L+F2
#upload_log=F5
toggle_hud=Shift_R+F12
toggle_logging=Shift_L+F2
upload_log=F5
output_folder=/home/riiku
#media_player_name=spotify
media_player_name=spotify
#vsync=0
#gl_vsync=0
4 changes: 2 additions & 2 deletions dot_config/btop/btop.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#? Config file for btop v. 1.2.12
#? Config file for btop v. 1.2.13

#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
Expand All @@ -16,7 +16,7 @@ force_tty = False

#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
#* Use withespace " " as separator between different presets.
#* Use whitespace " " as separator between different presets.
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"

Expand Down
2 changes: 1 addition & 1 deletion dot_config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ color-modes = true
auto-completion = true
auto-info = true
completion-trigger-len = 1
# bufferline = "multiple"
bufferline = "multiple"

[editor.statusline]
left = ["mode", "spinner", "file-encoding"]
Expand Down
6 changes: 3 additions & 3 deletions dot_config/mpv/mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ slang = 'pt-br,en,eng,pt' # automatically select these subtitles
sub-font = 'Gotham Book'
sub-auto = fuzzy
sub-fix-timing = yes
sub-font-size = 35
sub-font-size = 50
sub-color = '#FFFFFFFF'
sub-border-size = 1.3
sub-border-size = 1.5
sub-border-color = '#262626'
sub-shadow-color = "#0d0d0d"
sub-shadow-offset = 1
sub-shadow-offset = 1.2
sub-spacing = 0.1
sub-gauss=1
sub-ass-override = force
Expand Down
2 changes: 1 addition & 1 deletion dot_config/mpv/script-opts/webm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keybind=W
# and [[/home/john]] (on Unix-like systems eg. Linux).
# The [[]] delimiter is not needed when using from a configuration file
# in the script-opts folder.
output_directory=/home/riiku/
output_directory=/home/riiku/drives/drive_1
run_detached=no
# Template string for the output file
# %f - Filename, with extension
Expand Down

0 comments on commit 2818fac

Please sign in to comment.