Adjust blur and shadows between setups
This commit is contained in:
parent
b3bd8a3db3
commit
4d44d82d4c
3 changed files with 11 additions and 6 deletions
|
@ -14,11 +14,6 @@ decoration {
|
||||||
render_power = 3
|
render_power = 3
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(1a1a1aee)
|
||||||
}
|
}
|
||||||
|
|
||||||
rounding = 8
|
|
||||||
|
|
||||||
dim_inactive = true
|
|
||||||
dim_strength = 0.15
|
|
||||||
}
|
}
|
||||||
|
|
||||||
layerrule = blur, rofi
|
layerrule = blur, rofi
|
||||||
|
|
|
@ -4,8 +4,11 @@ monitor = eDP-1, 2880x1920@120, 0x0, 1.5
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
blur {
|
blur {
|
||||||
enabled = false
|
enabled = true
|
||||||
|
size = 5
|
||||||
|
passes = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,13 @@ monitor = , preferred, auto, 1
|
||||||
$terminal = uwsm-app -- kitty
|
$terminal = uwsm-app -- kitty
|
||||||
$menu = uwsm-app -- env sh ~/.config/rofi/launch.sh
|
$menu = uwsm-app -- env sh ~/.config/rofi/launch.sh
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 8
|
||||||
|
|
||||||
|
dim_inactive = true
|
||||||
|
dim_strength = 0.15
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant =
|
kb_variant =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue