lightmode
E. Almqvist 4 years ago
parent b766dc11db
commit 6cf50c71d1
  1. 4
      i3/config
  2. 6
      picom/picom.conf
  3. 8
      polybar/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

@ -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.

@ -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 #

Loading…
Cancel
Save