From 379ba34ae42c4cc612e87541eaee283c7c4e4472 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 24 Mar 2023 01:56:37 -0400 Subject: [PATCH] Adjustments to previous updates for FHD screens --- dot_config/bspwm/executable_bspwmrc.tmpl | 6 +++--- dot_config/picom/picom.conf | 2 +- dot_config/polybar/config.ini.tmpl | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dot_config/bspwm/executable_bspwmrc.tmpl b/dot_config/bspwm/executable_bspwmrc.tmpl index 0759167..ad6b018 100644 --- a/dot_config/bspwm/executable_bspwmrc.tmpl +++ b/dot_config/bspwm/executable_bspwmrc.tmpl @@ -11,11 +11,11 @@ bspc config window_gap 10 bspc config top_padding 72 bspc config bottom_padding 0 {{ else if eq .chezmoi.hostname "hydrus"}} -bspc config window_gap 5 +bspc config window_gap 4 bspc config top_padding 0 -bspc config bottom_padding 32 +bspc config bottom_padding 28 {{ else }} -bspc config window_gap 5 +bspc config window_gap 4 bspc config top_padding 38 bspc config bottom_padding 0 {{- end}} diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index 5e40a05..5b087a9 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -147,7 +147,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Sets the radius of rounded window corners. When > 0, the compositor will # round the corners of windows. Does not interact well with # `transparent-clipping`. -corner-radius = 10 +corner-radius = 5 # Exclude conditions for rounded corners. rounded-corners-exclude = [ diff --git a/dot_config/polybar/config.ini.tmpl b/dot_config/polybar/config.ini.tmpl index cf7db43..5815611 100644 --- a/dot_config/polybar/config.ini.tmpl +++ b/dot_config/polybar/config.ini.tmpl @@ -9,7 +9,7 @@ margin-top = 0 [bar/one] {{- if eq .chezmoi.hostname "hydrus"}} monitor = DisplayPort-0 -height = 32 +height = 28 bottom = true {{- else }} monitor = eDP-1 @@ -23,14 +23,14 @@ override-redirect = true fixed-center = true width = 99.5% offset-x = 0.25% -offset-y = 0.25% +offset-y = 0.2% {{- if eq .chezmoi.hostname "helix" }} dpi-x = 216 dpi-y = 216 {{- end }} background = ${color.background} foreground = ${color.foreground} -radius = 10.0 +radius = 5.0 line-size = 0 line-color = ${color.background} border-bottom-size = 0 @@ -84,8 +84,8 @@ cursor-scroll = [bar/two] {{- if eq .chezmoi.hostname "hydrus"}} -monitor = DisplayPort-0 -height = 32 +monitor = DisplayPort-1 +height = 28 {{- else }} monitor = eDP-1 height = 72 @@ -96,16 +96,16 @@ monitor-strict = false enable-ipc = true override-redirect = true fixed-center = true -width = 99% -offset-x = 0.5% -offset-y = 0.5% +width = 99.5% +offset-x = 0.25% +offset-y = 0.2% {{- if eq .chezmoi.hostname "helix" }} dpi-x = 216 dpi-y = 216 {{- end }} background = ${color.background} foreground = ${color.foreground} -radius = 10.0 +radius = 5.0 line-size = 0 line-color = ${color.background} border-bottom-size = 0