diff --git a/i3/config b/i3/config index fe06be4..ff5e652 100644 --- a/i3/config +++ b/i3/config @@ -212,8 +212,8 @@ hide_edge_borders both bindsym $mod+Shift+s sticky toggle # gaps -gaps outer 4 # 29 -gaps inner 8 +# gaps outer 12 # 29 +gaps inner 14 # Wallpaper exec_always nitrogen --restore diff --git a/picom/picom.conf b/picom/picom.conf index 60dd8fd..f6a02c8 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -163,15 +163,15 @@ blur-strength = 2; # Use fixed blur strength rather than adjusting according to window opacity. -# blur-background-fixed = false +blur-background-fixed = false # Specify the blur convolution kernel, with the following format: # example: -# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; +blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; # # blur-kern = "" -blur-kern = "3x3box"; +# blur-kern = "3x3box"; # Exclude conditions for background blur. diff --git a/polybar/config b/polybar/config index a2d620a..e496701 100644 --- a/polybar/config +++ b/polybar/config @@ -25,9 +25,9 @@ fixed-center = true wm-restack = i3 #width = 80% -height = 28 +height = 24 -bottom = true +#bottom = true #offset-x = 10% #offset-y = 5 @@ -48,8 +48,8 @@ padding-right = 1 module-margin = 1 modules-left = i3 title -modules-center = cmus -modules-right = pavolume time date +modules-center = time +modules-right = cmus pavolume date ############################################# # MODULES #