[conky] change font size, color ...
This commit is contained in:
parent
226cfc0303
commit
fa217f199d
8
.conkyrc
8
.conkyrc
@ -1,14 +1,12 @@
|
|||||||
#avoid flicker
|
#avoid flicker
|
||||||
double_buffer yes
|
double_buffer yes
|
||||||
|
|
||||||
# set to yes if you want Conky to be forked in the background
|
|
||||||
background yes
|
background yes
|
||||||
|
|
||||||
#own window to run simultanious 2 or more conkys
|
#own window to run simultanious 2 or more conkys
|
||||||
own_window yes
|
own_window yes
|
||||||
own_window_transparent no
|
own_window_transparent no
|
||||||
own_window_type normal
|
own_window_type normal
|
||||||
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
|
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
|
||||||
|
|
||||||
#borders
|
#borders
|
||||||
draw_borders no
|
draw_borders no
|
||||||
@ -27,6 +25,8 @@ update_interval 1
|
|||||||
|
|
||||||
#colour
|
#colour
|
||||||
default_color 9f907d
|
default_color 9f907d
|
||||||
|
color2 D8476A
|
||||||
|
color3 929292
|
||||||
|
|
||||||
#default_shade_color 000000
|
#default_shade_color 000000
|
||||||
#own_window_colour 3d352a
|
#own_window_colour 3d352a
|
||||||
@ -34,7 +34,7 @@ own_window_colour 3e3c3a
|
|||||||
|
|
||||||
#font
|
#font
|
||||||
use_xft yes
|
use_xft yes
|
||||||
xftfont bauhaus:pixelsize=11
|
xftfont bauhaus:pixelsize=8
|
||||||
|
|
||||||
#to prevent window from moving
|
#to prevent window from moving
|
||||||
use_spacer none
|
use_spacer none
|
||||||
|
Loading…
Reference in New Issue
Block a user