Conky: Switch to Gruvbox

This commit is contained in:
Salt 2018-05-17 16:38:00 -05:00
parent 207ce3beb6
commit ca3395959f

View File

@ -5,7 +5,7 @@ conky.config = {
own_window_title = 'Conky', own_window_title = 'Conky',
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_type = 'desktop', own_window_type = 'desktop',
own_window_colour = 'fdf6e3', own_window_colour = '282828',
double_buffer = true, double_buffer = true,
cpu_avg_samples = 2, cpu_avg_samples = 2,
@ -15,14 +15,14 @@ conky.config = {
use_xft = true, use_xft = true,
font = 'Terminus:size=9', font = 'Terminus:size=9',
default_color = '#002b36', default_color = '#ebdbb2',
color1 = 'fdf6e3', color1 = '282828',
color2 = '002b36', color2 = 'ebdbb2',
color3 = 'eee8d5', color3 = '3c3836',
color6 = '2aa198', color6 = '8ec07c',
color7 = '859900', color7 = 'b8bb26',
color8 = '268bd2', color8 = '83a598',
color9 = 'd33682', color9 = 'd3869b',
alignment = 'bottom_right', alignment = 'bottom_right',
xinerama_head = 2, xinerama_head = 2,