From f2e14eed19e1f4464f1d8f5fe1c134ac888b8e7f Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 8 Aug 2020 17:49:55 -0400 Subject: [PATCH] Nerd Fonts & Icons, slstatus Battery Info - MangoHud configuration handled by GOverlay - Change alacritty fonts to Fira Code Nerd Font - Change rofi font to NotoSans Nerd Font 12 - Switch to Nerd Fonts & Icons - slstatus battery fixes --- .config/MangoHud/MangoHud.conf | 129 ++++++-------------------------- .config/alacritty/alacritty.yml | 4 +- .config/dwm | 2 +- .config/rofi/config.rasi | 2 +- .config/slstatus | 2 +- 5 files changed, 27 insertions(+), 112 deletions(-) diff --git a/.config/MangoHud/MangoHud.conf b/.config/MangoHud/MangoHud.conf index c539d7f..2af54b1 100644 --- a/.config/MangoHud/MangoHud.conf +++ b/.config/MangoHud/MangoHud.conf @@ -1,117 +1,32 @@ -### MangoHud configuration file -### Uncomment any options you wish to enable. Default options are left uncommented -### Use some_parameter=0 to disable a parameter (only works with on/off parameters) -### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead +################### File Generated by GOverlay ################### -################ PERFORMANCE ################# -### Limit the application FPS -# fps_limit= -### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on -# vsync= - -### OpenGL VSYNC [0-N] 0 = off; >=1 = wait for N v-blanks, N > 1 acts as a fps limiter (fps = display refresh rate / N) -# gl_vsync= - -################### VISUAL ################### - -### Display the current CPU information cpu_stats cpu_temp - -### Display the current GPU information +cpu_color=2e97cb +cpu_text=CPU gpu_stats gpu_temp gpu_core_clock gpu_mem_clock - -### Display loaded MangoHud architecture -arch - -### Display the frametime line graph -frame_timing -#histogram - -### Display the current system time -# time - -### Time formatting examples -# time_format = %H:%M -# time_format = [ %T %F ] -# time_format = %X # locally formatted time, because of limited glyph range, missing characters may show as '?' (e.g. japanese) - -### Change the hud font size (default is 24) -font_size=24 -# font_scale_media_player = 0.55 - -### Change the hud position (default is top-left) -position=top-left - -### Display the current CPU load & frequency for each core -# core_load - -### IO read and write for the app (not system) -# io_read -# io_write - -### Display system ram / vram usage -ram +vulkan_driver +gpu_name +gpu_color=2e9762 +gpu_text=GPU vram - -### Disable / hide the hud by deafult -# no_display - -### Hud position offset -# offset_x= -# offset_y= - -### Hud dimensions -# width= -# height= - -### Hud transparency / alpha -background_alpha=0.5 -# alpha= - -### Color customization -# text_color=FFFFFF -# gpu_color=2E9762 -# cpu_color=2E97CB -# vram_color=AD64C1 -# ram_color=C26693 -# engine_color=EB5B5B -# io_color=A491D3 -# frametime_color=00FF00 -# background_color=020202 -# media_player_color=FFFFFF - -### Change default font (set location to .TTF/.OTF file ) -# font_file - -### Crosshair overlay (default size is 30) -# crosshair -# crosshair_size= -# crosshair_color=RRGGBB - -### Show media player metadata -# media_player -# media_player_name = spotify - -### Specify gpu with pci bus id for amdgpu and NVML stats. -### Set to 'domain:bus:slot.function' -# pci_dev = 0:0a:0.0 - -################## INTERACTION ################# - -### Change toggle keybinds for the hud & logging -#toggle_hud=Shift_R+F12 -#toggle_logging=F2 -#reload_cfg=Shift_L+F4 - -################## LOG ################# - -### Set amount of time in second that the logging will run for -# log_duration -### Define name and location of the output file (Required for logging) -# output_file +vram_color=ad64c1 +ram +ram_color=c26693 +io_color=a491d3 +frame_timing=1 +frametime_color=00ff00 +background_alpha=0.4 +font_size=24 +background_color=020202 +position=top-left +text_color=ffffff +toggle_hud=Shift_R+F12 +toggle_logging=Shift_L+F2 +output_file=/home/sravan/mangohud_log_ +media_player_name=spotify diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 949686b..900ff0e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -97,7 +97,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Fira Code + family: Fira Code Nerd Font # The `style` can be specified to pick a specific face. style: Regular @@ -108,7 +108,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Fira Code + family: Fira Code Nerd Font # The `style` can be specified to pick a specific face. style: Bold diff --git a/.config/dwm b/.config/dwm index 7f524d0..fcd2d11 160000 --- a/.config/dwm +++ b/.config/dwm @@ -1 +1 @@ -Subproject commit 7f524d0b27319370db2fe87c238133ed97827206 +Subproject commit fcd2d11ab2cb758cf94ec5c231e99e10bfcc162b diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 91b6228..a572a59 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -3,7 +3,7 @@ configuration { /* width: 50;*/ /* lines: 15;*/ /* columns: 1;*/ -/* font: "mono 12";*/ + font: "NotoSans Nerd Font 12"; /* bw: 1;*/ /* location: 0;*/ /* padding: 5;*/ diff --git a/.config/slstatus b/.config/slstatus index 20beb5c..4dc68f3 160000 --- a/.config/slstatus +++ b/.config/slstatus @@ -1 +1 @@ -Subproject commit 20beb5ca3e6b149f9883cd8728a4ccde19851581 +Subproject commit 4dc68f322f5dab62e60b4c2ed7ce70b00730ce39