gaps, blur, round
This commit is contained in:
parent
81e6c7c356
commit
0af1c44f45
3 changed files with 12 additions and 16 deletions
|
|
@ -32,8 +32,8 @@ gestures {
|
|||
|
||||
general {
|
||||
# Gaps and border
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_workspaces = 0
|
||||
border_size = 0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,23 +1,22 @@
|
|||
decoration {
|
||||
rounding = 0
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = false
|
||||
enabled = true
|
||||
xray = true
|
||||
special = false
|
||||
ignore_opacity = true # Allows opacity blurring
|
||||
new_optimizations = true
|
||||
size = 10
|
||||
passes = 4
|
||||
size = 8
|
||||
passes = 2
|
||||
popups = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 100
|
||||
render_power = 4
|
||||
color = rgba(0000004A)
|
||||
scale = 0.98
|
||||
range = 5
|
||||
render_power = 3
|
||||
color = rgba(000000a4)
|
||||
}
|
||||
|
||||
# Dim
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
# ######## Window rules ########
|
||||
windowrulev2 = opacity 0.95 override, floating:0, fullscreen:0 # Applies transparency to tiled and not fullscreen windows
|
||||
windowrulev2 = noshadow, floating:0 # No shadow for tiled windows
|
||||
windowrulev2 = opacity 0.95 override, fullscreen:0 # Applies transparency to tiled and not fullscreen windows
|
||||
windowrulev2 = center 1, floating:1, xwayland:0 # Center all floating windows (not xwayland cause popups)
|
||||
|
||||
windowrulev2 = bordersize 2, floating:1
|
||||
|
||||
# Float
|
||||
windowrule = float, guifetch # FlafyDev/guifetch
|
||||
windowrule = float, yad
|
||||
|
|
@ -36,7 +33,7 @@ windowrule = center 1, nwg-look
|
|||
windowrule = workspace special:sysmon, btop
|
||||
windowrule = workspace special:music, feishin|Spotify|Supersonic
|
||||
windowrulev2 = workspace special:music, initialTitle:Spotify( Free)? # Spotify wayland, it has no class for some reason
|
||||
windowrule = workspace special:communication, vesktop|whatsapp
|
||||
windowrule = workspace special:communication, equibop|vesktop|whatsapp
|
||||
windowrule = workspace special:todo, Todoist
|
||||
|
||||
# Dialogs
|
||||
|
|
@ -69,7 +66,7 @@ windowrulev2 = noshadow, xwayland:1, title:win[0-9]+
|
|||
windowrulev2 = rounding 10, xwayland:1, title:win[0-9]+
|
||||
|
||||
# ######## Workspace rules ########
|
||||
workspace = s[true], gapsout:10, gapsin:5, bordersize:2
|
||||
workspace = s[true], bordersize:2
|
||||
|
||||
# ######## Layer rules ########
|
||||
layerrule = animation fade, hyprpicker # Colour picker out animation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue