mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Add blur with picom, adjustments to bar/window position
This commit is contained in:
parent
d428c31a6e
commit
638beed522
3 changed files with 10 additions and 12 deletions
|
@ -8,7 +8,7 @@ bspc monitor DisplayPort-1 -d 6 7 8 9 10
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
{{- if eq .chezmoi.hostname "helix" }}
|
{{- if eq .chezmoi.hostname "helix" }}
|
||||||
bspc config window_gap 10
|
bspc config window_gap 10
|
||||||
bspc config top_padding 70
|
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 5
|
||||||
|
|
|
@ -162,25 +162,25 @@ rounded-corners-exclude = [
|
||||||
|
|
||||||
|
|
||||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||||
# blur-method =
|
blur-method = "dual_kawase"
|
||||||
# blur-size = 12
|
# blur-size = 12
|
||||||
#
|
#
|
||||||
# blur-deviation = false
|
# blur-deviation = false
|
||||||
#
|
#
|
||||||
# blur-strength = 5
|
blur-strength = 5
|
||||||
|
|
||||||
# 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.
|
||||||
# The name of the switch may change without prior notifications.
|
# The name of the switch may change without prior notifications.
|
||||||
#
|
#
|
||||||
# blur-background = false
|
blur-background = true
|
||||||
|
|
||||||
# Blur background of windows when the window frame is not opaque.
|
# Blur background of windows when the window frame is not opaque.
|
||||||
# Implies:
|
# Implies:
|
||||||
# blur-background
|
# blur-background
|
||||||
# Bad in performance, with driver-dependent behavior. The name may change.
|
# Bad in performance, with driver-dependent behavior. The name may change.
|
||||||
#
|
#
|
||||||
# blur-background-frame = false
|
blur-background-frame = true
|
||||||
|
|
||||||
|
|
||||||
# Use fixed blur strength rather than adjusting according to window opacity.
|
# Use fixed blur strength rather than adjusting according to window opacity.
|
||||||
|
@ -198,7 +198,7 @@ blur-kern = "3x3box";
|
||||||
# Exclude conditions for background blur.
|
# Exclude conditions for background blur.
|
||||||
# blur-background-exclude = []
|
# blur-background-exclude = []
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"window_type = 'dock'",
|
#"window_type = 'dock'",
|
||||||
"window_type = 'desktop'",
|
"window_type = 'desktop'",
|
||||||
"_GTK_FRAME_EXTENTS@:c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
];
|
||||||
|
@ -425,7 +425,7 @@ log-level = "warn";
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; };
|
tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; };
|
||||||
dock = { shadow = false; clip-shadow-above = true; opacity = 0.95; }
|
dock = { shadow = false; clip-shadow-above = true; opacity = 0.9; }
|
||||||
dnd = { shadow = false; }
|
dnd = { shadow = false; }
|
||||||
popup_menu = { opacity = false; }
|
popup_menu = { opacity = false; }
|
||||||
dropdown_menu = { opacity = false; }
|
dropdown_menu = { opacity = false; }
|
||||||
|
|
|
@ -21,9 +21,9 @@ 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
|
||||||
|
@ -95,10 +95,8 @@ monitor-fallback =
|
||||||
monitor-strict = false
|
monitor-strict = false
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
bottom = true
|
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
width = 99%
|
width = 99%
|
||||||
height = 32
|
|
||||||
offset-x = 0.5%
|
offset-x = 0.5%
|
||||||
offset-y = 0.5%
|
offset-y = 0.5%
|
||||||
{{- if eq .chezmoi.hostname "helix" }}
|
{{- if eq .chezmoi.hostname "helix" }}
|
||||||
|
|
Loading…
Reference in a new issue