diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 7f6f046..2e18489 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -24,7 +24,7 @@ #TERM: alacritty window: - opacity: 1 + opacity: 0.85 # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns @@ -123,7 +123,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + #family: Roboto Mono for Powerline # The `style` can be specified to pick a specific face. #style: Bold @@ -156,9 +156,9 @@ font: # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter # spacing. - #offset: - # x: 0 - # y: 0 + offset: + x: 0 + y: 3 # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increasing `x` moves the glyph to the @@ -171,10 +171,10 @@ font: # # Thin strokes are suitable for retina displays, but for non-retina screens # it is recommended to set `use_thin_strokes` to `false`. - #use_thin_strokes: true + #use_thin_strokes: false # If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: false +draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night) colors: diff --git a/i3/config b/i3/config index e219e1a..9331bdd 100644 --- a/i3/config +++ b/i3/config @@ -223,8 +223,8 @@ bindsym XF86MonBrightnessDown exec sudo /usr/bin/light -U 10 # Custom Bindings for Applications # Mod + n brave -bindsym $mod+n exec "brave --enable-features=VaapiVideoDecoder --use-gl=desktop --disable-features=UseChromeOSDirectVideoDecoder --disable-gpu-memory-buffer-compositor-resources --disable-gpu-memory-buffer-video-frames --enable-hardware-overlays" -#bindsym $mod+n exec "brave --enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization --enable-video-acceleration --enable-zero-copy --use-gl=desktop --ignore-gpu-blocklist --ignore-gpu-blacklist --enable-oop-rasterization --enable-raw-draw --enable-gpu-rasterization --use-vulkan --disable-reading-from-canvas --disable-sync-preferences" +#bindsym $mod+n exec "brave --enable-features=VaapiVideoDecoder --use-gl=desktop --disable-features=UseChromeOSDirectVideoDecoder --disable-gpu-memory-buffer-compositor-resources --disable-gpu-memory-buffer-video-frames --enable-hardware-overlays" +bindsym $mod+n exec "brave --enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization --enable-video-acceleration --enable-zero-copy --use-gl=desktop --ignore-gpu-blocklist --ignore-gpu-blacklist --enable-oop-rasterization --enable-raw-draw --enable-gpu-rasterization --use-vulkan --disable-reading-from-canvas --disable-sync-preferences" # Mod + b min bindsym $mod+b exec "min --use-gl=desktop --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-features=UseSkiaRenderer,UseChromeOSDirectVideoDecoder --canvas-oop-rasterization" diff --git a/i3/wall.jpg b/i3/wall.jpg index 95b486b..9b0a03b 100644 Binary files a/i3/wall.jpg and b/i3/wall.jpg differ diff --git a/polybar/gloom-onedark.ini b/polybar/gloom-onedark.ini index da32fff..d27df1b 100644 --- a/polybar/gloom-onedark.ini +++ b/polybar/gloom-onedark.ini @@ -1,6 +1,6 @@ [colors] -background = #1e222a -foreground = #979eab +background = #801e222a +foreground = #ff979eab color0 = #282C34 color1 = #e06c75 color2 = #99c47a