bspwm, Polybar: Moar gaps, shadows

This commit is contained in:
2018-08-19 16:22:57 -05:00
parent e3958fcf80
commit af49c38f0b
4 changed files with 11 additions and 11 deletions

View File

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

View File

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