Lockscreen now takes the main wallpaper as background and GTK file picker now displays as a floating window
This commit is contained in:
parent
a738119db9
commit
1c5a838e63
2 changed files with 19 additions and 18 deletions
|
|
@ -51,9 +51,8 @@ decoration {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: replace layerrules
|
# Layer rules
|
||||||
|
|
||||||
# Apply blur
|
|
||||||
layerrule {
|
layerrule {
|
||||||
name = side-panel
|
name = side-panel
|
||||||
blur = on
|
blur = on
|
||||||
|
|
@ -77,6 +76,13 @@ layerrule {
|
||||||
match:namespace = ^(waybar)$
|
match:namespace = ^(waybar)$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
layerrule {
|
||||||
|
name = screenshot-selection
|
||||||
|
blur = off
|
||||||
|
animation = fade
|
||||||
|
match:namespace = ^(selection)$
|
||||||
|
}
|
||||||
|
|
||||||
## Old
|
## Old
|
||||||
# layerrule = blur, swaync-control-center
|
# layerrule = blur, swaync-control-center
|
||||||
# layerrule = blur, swaync-notification-window
|
# layerrule = blur, swaync-notification-window
|
||||||
|
|
@ -210,17 +216,21 @@ windowrule {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Nautilus
|
# Nautilus
|
||||||
windowrule {
|
|
||||||
name = nautilus-all
|
|
||||||
pseudo = on
|
|
||||||
match:class = (org.gnome.Nautilus)
|
|
||||||
}
|
|
||||||
windowrule {
|
windowrule {
|
||||||
name = nautilus-main
|
name = nautilus-main
|
||||||
|
pseudo = on
|
||||||
size = (monitor_w*0.65) (monitor_h*0.7)
|
size = (monitor_w*0.65) (monitor_h*0.7)
|
||||||
match:class = (org.gnome.Nautilus) # initialTitle:^(Loading…)$
|
match:class = (org.gnome.Nautilus) # initialTitle:^(Loading…)$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# GTK file picker
|
||||||
|
windowrule {
|
||||||
|
name = gtk-file-picker
|
||||||
|
float = on
|
||||||
|
size = (monitor_w*0.65) (monitor_h*0.7)
|
||||||
|
match:class = (xdg-desktop-portal-gtk)
|
||||||
|
}
|
||||||
|
|
||||||
# Vivado
|
# Vivado
|
||||||
## Loading screen
|
## Loading screen
|
||||||
windowrule {
|
windowrule {
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,8 @@
|
||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
## Old config
|
|
||||||
# background {
|
|
||||||
# monitor =
|
|
||||||
# path = ~/.config/hypr/images/lockscreen.jpg
|
|
||||||
# blur_passes = 0
|
|
||||||
# #contrast = 0.8916
|
|
||||||
# #brightness = 0.8172
|
|
||||||
# #vibrancy = 0.1696
|
|
||||||
# #vibrancy_darkness = 0.0
|
|
||||||
# }
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = screenshot # 'screenshot' = auto-capture screen and blur it
|
# path = screenshot # 'screenshot' = auto-capture screen and blur it
|
||||||
|
path = ~/.config/hypr/images/wallpaper.png
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
blur_size = 4
|
blur_size = 4
|
||||||
noise = 0.0
|
noise = 0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue