Add chromakey plugin
This commit is contained in:
parent
1bdd5435d9
commit
692e3d2175
|
@ -6,7 +6,7 @@ TERM = "xterm-256color"
|
|||
padding = { x = 10, y = 10 }
|
||||
dynamic_padding = true
|
||||
decorations = "Full"
|
||||
opacity = 0.85
|
||||
opacity = 1
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
|
||||
|
|
|
@ -21,20 +21,17 @@ decoration {
|
|||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
drop_shadow = false
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = $bg
|
||||
|
||||
dim_inactive = false
|
||||
dim_strength = 0.2
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 3
|
||||
|
||||
vibrancy = 0.1696
|
||||
passes = 4
|
||||
noise = 0.07
|
||||
xray = true
|
||||
brightness = 0.4
|
||||
popups = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#windowrulev2 = plugin:chromakey,fullscreen:0
|
||||
#chromakey_background = rgb(1e1e2e)
|
||||
chromakey_background = 30,30,46
|
||||
# chromakey_background = 36,36,56
|
||||
|
|
|
@ -32,17 +32,15 @@ windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$
|
|||
# windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||
|
||||
# Vesktop
|
||||
windowrulev2 = opacity 0.9, class:^(vesktop)$
|
||||
# windowrulev2 = opacity 0.9, class:^(vesktop)$
|
||||
|
||||
# Telegram
|
||||
windowrulev2 = opacity 0.9, class:^(org.telegram.desktop)$
|
||||
windowrulev2 = maximize, class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
windowrulev2 = float, class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
windowrulev2 = opaque, class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
# windowrulev2 = opaque, class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
|
||||
# Nemo
|
||||
windowrulev2 = float, class:^(nemo)$,title:^.*(Properties)$
|
||||
windowrulev2 = opacity 0.9, class:^(nemo)$
|
||||
|
||||
# Firefox library (Downloads, History, etc.)
|
||||
windowrulev2 = float, class:^(zen-alpha)$,title:^(Library)$
|
||||
|
@ -50,4 +48,9 @@ windowrulev2 = opacity 0.9, class:^(zen-alpha)$,title:^(Library)$
|
|||
|
||||
# Spotify
|
||||
windowrulev2 = opacity 0.9, class:^(Spotify)$
|
||||
|
||||
|
||||
windowrulev2 = noblur, class:^()$,title:^()$
|
||||
|
||||
windowrulev2 = plugin:chromakey,fullscreen:0
|
||||
windowrulev2 = opacity 0.999,fullscreen:0
|
||||
|
|
Loading…
Reference in a new issue