44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
#Avoid flicker
|
|
double_buffer yes
|
|
|
|
#own window to run simultanious 2 or more conkys
|
|
#on_bottom no
|
|
own_window yes
|
|
own_window_transparent yes
|
|
own_window_type override
|
|
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
|
|
|
|
#borders
|
|
draw_borders no
|
|
border_margin 0
|
|
|
|
#shades
|
|
draw_shades no
|
|
|
|
#position
|
|
gap_x 0
|
|
gap_y 0
|
|
alignment bottom_middle
|
|
|
|
#behaviour
|
|
update_interval 5
|
|
|
|
#colour
|
|
default_color 7CE56D
|
|
|
|
#default_shade_color 000000
|
|
own_window_colour 3d414c
|
|
|
|
#font
|
|
use_xft yes
|
|
xftfont snap:pixelsize=12
|
|
|
|
#to prevent window from moving
|
|
use_spacer no
|
|
#minimum_size 1280 0
|
|
|
|
TEXT
|
|
|
|
${alignc}${color cyan}:: ${color orange}Email: ${color D7D3C5}${pop3_unseen } - ${color cyan}G${color red}m${color yellow}a${color cyan}i${color green}l${color d7d3c5}: ${execi 50 python gmail.py} ${color cyan}:: ${color orange}Weather: ${color D7D3C5} ${execi 1800 weatherget -f ~/.conkyweatherrc -s GRXX0004 --metric } ${color cyan}:: ${color orange}Up: ${color D7D3C5}${uptime_short} ${color cyan}:: ${color orange}Processes: ${color D7D3C5}$processes : $running_processes ${color cyan}:: ${color orange}Top CPU usage: ${color ddaa00 } ${top name 1}:${top cpu 1} - ${color white} ${top name 2}:${top cpu 2} ${color cyan}:: ${color orange}
|
|
|