Adjustments to previous updates for FHD screens

This commit is contained in:
Andrew Scott 2023-03-24 01:56:37 -04:00
parent 4c1afa475b
commit 379ba34ae4
Signed by: a
GPG key ID: 7CD5A5977E4931C1
3 changed files with 13 additions and 13 deletions

View file

@ -11,11 +11,11 @@ bspc config window_gap 10
bspc config top_padding 72 bspc config top_padding 72
bspc config bottom_padding 0 bspc config bottom_padding 0
{{ else if eq .chezmoi.hostname "hydrus"}} {{ else if eq .chezmoi.hostname "hydrus"}}
bspc config window_gap 5 bspc config window_gap 4
bspc config top_padding 0 bspc config top_padding 0
bspc config bottom_padding 32 bspc config bottom_padding 28
{{ else }} {{ else }}
bspc config window_gap 5 bspc config window_gap 4
bspc config top_padding 38 bspc config top_padding 38
bspc config bottom_padding 0 bspc config bottom_padding 0
{{- end}} {{- end}}

View file

@ -147,7 +147,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Sets the radius of rounded window corners. When > 0, the compositor will # Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with # round the corners of windows. Does not interact well with
# `transparent-clipping`. # `transparent-clipping`.
corner-radius = 10 corner-radius = 5
# Exclude conditions for rounded corners. # Exclude conditions for rounded corners.
rounded-corners-exclude = [ rounded-corners-exclude = [

View file

@ -9,7 +9,7 @@ margin-top = 0
[bar/one] [bar/one]
{{- if eq .chezmoi.hostname "hydrus"}} {{- if eq .chezmoi.hostname "hydrus"}}
monitor = DisplayPort-0 monitor = DisplayPort-0
height = 32 height = 28
bottom = true bottom = true
{{- else }} {{- else }}
monitor = eDP-1 monitor = eDP-1
@ -23,14 +23,14 @@ override-redirect = true
fixed-center = true fixed-center = true
width = 99.5% width = 99.5%
offset-x = 0.25% offset-x = 0.25%
offset-y = 0.25% offset-y = 0.2%
{{- if eq .chezmoi.hostname "helix" }} {{- if eq .chezmoi.hostname "helix" }}
dpi-x = 216 dpi-x = 216
dpi-y = 216 dpi-y = 216
{{- end }} {{- end }}
background = ${color.background} background = ${color.background}
foreground = ${color.foreground} foreground = ${color.foreground}
radius = 10.0 radius = 5.0
line-size = 0 line-size = 0
line-color = ${color.background} line-color = ${color.background}
border-bottom-size = 0 border-bottom-size = 0
@ -84,8 +84,8 @@ cursor-scroll =
[bar/two] [bar/two]
{{- if eq .chezmoi.hostname "hydrus"}} {{- if eq .chezmoi.hostname "hydrus"}}
monitor = DisplayPort-0 monitor = DisplayPort-1
height = 32 height = 28
{{- else }} {{- else }}
monitor = eDP-1 monitor = eDP-1
height = 72 height = 72
@ -96,16 +96,16 @@ monitor-strict = false
enable-ipc = true enable-ipc = true
override-redirect = true override-redirect = true
fixed-center = true fixed-center = true
width = 99% width = 99.5%
offset-x = 0.5% offset-x = 0.25%
offset-y = 0.5% offset-y = 0.2%
{{- if eq .chezmoi.hostname "helix" }} {{- if eq .chezmoi.hostname "helix" }}
dpi-x = 216 dpi-x = 216
dpi-y = 216 dpi-y = 216
{{- end }} {{- end }}
background = ${color.background} background = ${color.background}
foreground = ${color.foreground} foreground = ${color.foreground}
radius = 10.0 radius = 5.0
line-size = 0 line-size = 0
line-color = ${color.background} line-color = ${color.background}
border-bottom-size = 0 border-bottom-size = 0