Compare commits

...

3 commits

3 changed files with 15 additions and 14 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

@ -48,7 +48,8 @@ shadow-exclude = [
"class_g = 'Conky'", "class_g = 'Conky'",
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'", "class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c",
"class_g = 'firefox' && argb"
]; ];
# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window. # Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
@ -147,7 +148,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 = [
@ -167,7 +168,7 @@ blur-method = "dual_kawase"
# #
# blur-deviation = false # blur-deviation = false
# #
blur-strength = 5 blur-strength = 3
# Blur background of semi-transparent / ARGB windows. # Blur background of semi-transparent / ARGB windows.
# Bad in performance, with driver-dependent behavior. # Bad in performance, with driver-dependent behavior.

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
@ -30,7 +30,7 @@ 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.25%
{{- 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