mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
3 commits
4c1afa475b
...
e7fb629078
Author | SHA1 | Date | |
---|---|---|---|
e7fb629078 | |||
f64d01ac92 | |||
379ba34ae4 |
3 changed files with 15 additions and 14 deletions
|
@ -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}}
|
||||
|
|
|
@ -48,7 +48,8 @@ shadow-exclude = [
|
|||
"class_g = 'Conky'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"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.
|
||||
|
@ -147,7 +148,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 = [
|
||||
|
@ -167,7 +168,7 @@ blur-method = "dual_kawase"
|
|||
#
|
||||
# blur-deviation = false
|
||||
#
|
||||
blur-strength = 5
|
||||
blur-strength = 3
|
||||
|
||||
# Blur background of semi-transparent / ARGB windows.
|
||||
# Bad in performance, with driver-dependent behavior.
|
||||
|
|
|
@ -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
|
||||
|
@ -30,7 +30,7 @@ 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.25%
|
||||
{{- 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
|
||||
|
|
Loading…
Reference in a new issue