Updates
This commit is contained in:
@@ -24,6 +24,7 @@ exec-once = swww init
|
||||
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
|
||||
exec-once = dunst
|
||||
exec-once = ~/dotfiles/hypr/gtk.sh
|
||||
exec-once = ~/dotfiles/scripts/autolock.sh &
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Load pywal color file
|
||||
@@ -55,14 +56,11 @@ input {
|
||||
# General window layout and colors
|
||||
# -----------------------------------------------------
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
gaps_in = 7
|
||||
gaps_out = 14
|
||||
border_size = 3
|
||||
# Single Color for active window
|
||||
col.active_border = rgba(ffffffee)
|
||||
# Color Gradient for active window
|
||||
# col.active_border = $color11 $background $background $color14 45deg
|
||||
col.inactive_border = $color11
|
||||
col.active_border = $color11
|
||||
col.inactive_border = rgba(ffffffff)
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
@@ -73,13 +71,15 @@ decoration {
|
||||
rounding = 10
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
blurls = waybar
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
# blurls = waybar
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
|
||||
Reference in New Issue
Block a user