diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 85e56a33..f52bdafe 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -49,9 +49,9 @@ bspc config pointer_action2 resize_corner #RMB ## Looks # Padding bspc config border_width 2 -bspc config window_gap 0 -bspc config single_monocle true -bspc config borderless_monocle true +bspc config window_gap 8 +bspc config single_monocle false +bspc config borderless_monocle false bspc config gapless_monocle true # Colors bspc config normal_border_color "#3c3836" #Unfocused diff --git a/.config/compton.conf b/.config/compton.conf index 9d73156e..fd0d9474 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -56,7 +56,7 @@ glx-swap-method = "undefined"; ################################# # Enabled client-side shadows on windows. -shadow = false; +shadow = true; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows. @@ -101,7 +101,7 @@ shadow-exclude = [ "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'", "class_g ?= 'Wine'", - #"window_type = 'dock'", + "window_type = 'dock'", "_GTK_FRAME_EXTENTS@:c" ]; # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) diff --git a/.config/conky/primary.conf b/.config/conky/primary.conf index 723e04fd..13c787b2 100644 --- a/.config/conky/primary.conf +++ b/.config/conky/primary.conf @@ -5,9 +5,9 @@ conky.config = { own_window_title = 'Conky', own_window_class = 'Conky', own_window_type = 'desktop', - own_window_colour = '1d2021', + own_window_colour = '000000', own_window_argb_visual = true, - own_window_argb_value = 180, + own_window_argb_value = 0, double_buffer = true, cpu_avg_samples = 2, @@ -32,7 +32,7 @@ conky.config = { minimum_height = 4000, minimum_width = 404, border_width = 6, - gap_x = 10, + gap_x = 20, gap_y = 44, show_graph_scale = true, diff --git a/.config/conky/secondary.conf b/.config/conky/secondary.conf index fb55dd99..642513c7 100644 --- a/.config/conky/secondary.conf +++ b/.config/conky/secondary.conf @@ -5,9 +5,9 @@ conky.config = { own_window_title = 'Conky', own_window_class = 'Conky', own_window_type = 'desktop', - own_window_colour = '1d2021', + own_window_colour = '000000', own_window_argb_visual = true, - own_window_argb_value = 180, + own_window_argb_value = 0, double_buffer = true, cpu_avg_samples = 2, @@ -32,7 +32,7 @@ conky.config = { minimum_height = 4000, minimum_width = 404, border_width = 6, - gap_x = 10, + gap_x = 20, gap_y = 44, show_graph_scale = true,