Conky: Decolorize
This commit is contained in:
parent
81b32a2d1b
commit
9ec0f8faed
@ -6,7 +6,7 @@ conky.config = {
|
|||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'override',
|
own_window_type = 'override',
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_colour = '282828',
|
own_window_colour = '000000',
|
||||||
|
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
@ -16,15 +16,15 @@ conky.config = {
|
|||||||
|
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Inconsolata:style=Light:size=10',
|
font = 'Inconsolata:style=Light:size=10',
|
||||||
default_color = '#ebdbb2',
|
default_color = '#b2b2b2',
|
||||||
color1 = '282828', -- Background
|
color1 = '000000', -- Background
|
||||||
color2 = 'ebdbb2', -- Foreground
|
color2 = 'b2b2b2', -- Foreground
|
||||||
color3 = '3c3836', -- Background-alt
|
color3 = '181818', -- Background-alt
|
||||||
color4 = 'b8bb26', -- Green (Battery)
|
color4 = '54ff54', -- Green (Battery)
|
||||||
color6 = '8ec07c', -- Cyan (Network)
|
color6 = '54ffff', -- Cyan (Network)
|
||||||
color7 = 'fabd2f', -- Yellow (Disk)
|
color7 = 'ffff54', -- Yellow (Disk)
|
||||||
color8 = '83a598', -- Blue (CPU)
|
color8 = '5454ff', -- Blue (CPU)
|
||||||
color9 = 'd3869b', -- Magenta (Memory)
|
color9 = 'ff54ff', -- Magenta (Memory)
|
||||||
|
|
||||||
alignment = 'bottom_left',
|
alignment = 'bottom_left',
|
||||||
xinerama_head = 2,
|
xinerama_head = 2,
|
||||||
@ -32,7 +32,7 @@ conky.config = {
|
|||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 10,
|
gap_x = 10,
|
||||||
gap_y = 46,
|
gap_y = 40,
|
||||||
|
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
if_up_strictness = "link",
|
if_up_strictness = "link",
|
||||||
|
Loading…
Reference in New Issue
Block a user