Mises à jour diverses
This commit is contained in:
parent
4ed9147ca5
commit
2fa561e7cd
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ conky.config = {
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
font = 'xos4 Terminus:size=8',
|
font = 'xos4 Terminus:size=8',
|
||||||
draw_graph_borders = true,
|
draw_graph_borders = true,
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
minimum_width = 260,
|
minimum_width = 260,
|
||||||
maximum_width = 260,
|
maximum_width = 260,
|
||||||
minimum_height = 1080,
|
minimum_height = 1080,
|
||||||
|
@ -19,7 +19,7 @@ conky.config = {
|
||||||
own_window_colour = '#2D2D2D',
|
own_window_colour = '#2D2D2D',
|
||||||
update_interval = 1.0,
|
update_interval = 1.0,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
default_color = 'A09F93',
|
default_color = '#D3D0C8',
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
short_units = true,
|
short_units = true,
|
||||||
if_up_strictness = 'link',
|
if_up_strictness = 'link',
|
||||||
|
@ -28,7 +28,7 @@ conky.config = {
|
||||||
top_cpu_separate = true,
|
top_cpu_separate = true,
|
||||||
text_buffer_size = 1024,
|
text_buffer_size = 1024,
|
||||||
|
|
||||||
color2 = 'F2F0EC',
|
color2 = '#F2F0EC',
|
||||||
font2 = 'xos4 Terminus:size=12',
|
font2 = 'xos4 Terminus:size=12',
|
||||||
|
|
||||||
--template0 = [[${cpubar cpu\1 6,60}${offset 5}]],
|
--template0 = [[${cpubar cpu\1 6,60}${offset 5}]],
|
||||||
|
|
|
@ -6,7 +6,7 @@ conky.config = {
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
font = 'xos4 Terminus:size=8',
|
font = 'xos4 Terminus:size=8',
|
||||||
draw_graph_borders = true,
|
draw_graph_borders = true,
|
||||||
draw_outline = true,
|
draw_outline = false,
|
||||||
minimum_width = 260,
|
minimum_width = 260,
|
||||||
maximum_width = 260,
|
maximum_width = 260,
|
||||||
minimum_height = 1080,
|
minimum_height = 1080,
|
||||||
|
@ -20,7 +20,7 @@ conky.config = {
|
||||||
own_window_colour = '#2D2D2D',
|
own_window_colour = '#2D2D2D',
|
||||||
update_interval = 1.0,
|
update_interval = 1.0,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
default_color = 'A09F93',
|
default_color = 'D3D0C8',
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
short_units = true,
|
short_units = true,
|
||||||
if_up_strictness = 'link',
|
if_up_strictness = 'link',
|
||||||
|
|
|
@ -203,8 +203,8 @@ interval=once
|
||||||
signal=14
|
signal=14
|
||||||
separator=false
|
separator=false
|
||||||
|
|
||||||
#[rgb]
|
[rgb]
|
||||||
#interval=once
|
interval=once
|
||||||
|
|
||||||
[keyindicator]
|
[keyindicator]
|
||||||
instance=Caps
|
instance=Caps
|
||||||
|
|
Loading…
Reference in a new issue