New backup 2025-03-12 13:30:02
This commit is contained in:
parent
8b274dbc67
commit
9745c885e8
3 changed files with 31 additions and 32 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Random Rat Image
|
# Random Rat Image
|
||||||
bindsym $mod+grave exec randomrat
|
# bindsym $mod+grave exec randomrat
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
|
@ -1,39 +1,38 @@
|
||||||
|
|
||||||
# Spacing between windows and edges
|
# Spacing between windows and edges
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
# gaps top -9
|
|
||||||
|
|
||||||
# Border styling
|
# Border styling
|
||||||
default_border pixel 5
|
default_border pixel 5
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
client.focused $color1 $color1 $color0 $color9
|
client.focused $color1 $color1 $color0 $color9
|
||||||
client.focused_inactive $color8 $color8 $color8 $color8
|
client.focused_inactive $color8 $color8 $color8 $color8
|
||||||
client.unfocused $color8 $color8 $color8 $color8
|
client.unfocused $color8 $color8 $color8 $color8
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
layer_effects "wofi" {
|
layer_effects "wofi" {
|
||||||
blur enable
|
|
||||||
shadows disable
|
|
||||||
blur_ignore_transparent enable
|
|
||||||
corner_radius 10
|
|
||||||
}
|
|
||||||
layer_effects "gtk-layer-shell" {
|
|
||||||
blur enable
|
|
||||||
blur_ignore_transparent enable
|
|
||||||
}
|
|
||||||
layer_effects "swaync-control-center" {
|
|
||||||
blur enable
|
|
||||||
blur_ignore_transparent enable
|
|
||||||
}
|
|
||||||
layer_effects "swaync-notification-window" {
|
|
||||||
blur enable
|
|
||||||
blur_ignore_transparent enable
|
|
||||||
}
|
|
||||||
|
|
||||||
blur_brightness 0.85
|
|
||||||
blur enable
|
blur enable
|
||||||
shadows enable
|
shadows disable
|
||||||
shadow_color $color1
|
blur_ignore_transparent enable
|
||||||
shadow_blur_radius 20
|
|
||||||
corner_radius 10
|
corner_radius 10
|
||||||
|
}
|
||||||
|
layer_effects "gtk-layer-shell" {
|
||||||
|
blur enable
|
||||||
|
blur_ignore_transparent enable
|
||||||
|
}
|
||||||
|
layer_effects "swaync-control-center" {
|
||||||
|
blur enable
|
||||||
|
blur_ignore_transparent enable
|
||||||
|
}
|
||||||
|
layer_effects "swaync-notification-window" {
|
||||||
|
blur enable
|
||||||
|
blur_ignore_transparent enable
|
||||||
|
}
|
||||||
|
|
||||||
|
blur_brightness 0.85
|
||||||
|
blur enable
|
||||||
|
shadows enable
|
||||||
|
shadow_color $color1
|
||||||
|
shadow_blur_radius 20
|
||||||
|
corner_radius 10
|
||||||
|
|
|
@ -47,5 +47,5 @@ for_window {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
assign [app_id="org.kde.tokodon"] workspace number 1
|
assign [app_id="org.kde.tokodon"] workspace number 0
|
||||||
assign [class="RSS.Guard"] workspace number 1
|
assign [class="RSS.Guard"] workspace number 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue