Yep use Conky here for that kind of thing.
.conkyrc file used.
- Code: Select all
alignment top_middle
background no
border_margin 5
border_width 5
default_color b7b7b7
double_buffer yes
draw_borders no
draw_outline no
draw_shades no
gap_x 2000
gap_y 0
maximum_width 1800
minimum_size 275
no_buffers yes
override_utf8_locale yes
own_window yes
own_window_title conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal ## normal /override /desktop
own_window_argb_visual yes # true transparency, a compositor has to be active
own_window_argb_value 0 # make the background semi-transparent
own_window_type normal ## normal /override /desktop
text_buffer_size 8000
total_run_times 0
update_interval 1
uppercase no
use_xft yes
xftalpha 1
xftfont Freesans:pixelsize=9
alignment top_left
#alignment top_right
gap_x 1740
gap_y 20
TEXT
${font Antipasto:pixelsize=28}${alignc}${time %A %I:%M:%S %P }${font}
${font Antipasto:pixelsize=46}${alignc}${time %B %d, %Y}${font}
${font Antipasto:pixelsize=11}${alignc} RAM: ${mem} | Wifi Up: ${upspeed wlan0} Wifi Dwn: ${downspeed wlan0} | CPU1: ${cpu cpu0}% CPU2: ${cpu cpu1}%
But will have to adjust the parameters to fit and align for your screen setup particularly.
As mine is a dual lcd's 1680x1050 with conky opening up on 2nd screen.
- Code: Select all
alignment top_left
#alignment top_right
gap_x 1740
gap_y 20
Other option is to install Screenlets it's in the software center and run one of those that have time,calendars,etc..
And run the ClearCalendar screenlet for a calendar on Mint 14 Cinnamon but they also have clock screenlets.
.