Created
January 12, 2014 23:30
-
-
Save cirrusUK/8392127 to your computer and use it in GitHub Desktop.
conky bar with weather & MPD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background yes | |
| use_xft yes | |
| #xftfont DejaVu Sans Mono:size=8 | |
| xftfont envy code r :pixelsize=12 | |
| xftalpha 0.8 | |
| out_to_console no | |
| update_interval 5.0 | |
| total_run_times 0 | |
| draw_shades no | |
| # Create own window instead of using desktop (required in nautilus) | |
| own_window yes | |
| # If own_window is yes, you may use type normal, desktop or override | |
| own_window_type desktop | |
| # Use pseudo transparency with own_window? | |
| own_window_transparent yes | |
| minimum_size 21 | |
| maximum_width 1920 | |
| double_buffer yes | |
| default_color 497BF7 | |
| #color1 grey | |
| alignment bottom_left | |
| gap_x 0 | |
| gap_y 0 | |
| #no_buffers yes | |
| use_spacer none | |
| TEXT | |
| $nodename ${color1}$kernel ${color}up ${color1}$uptime ${color}cpu1 ${color1}${cpu cpu1}% ${cpubar 6,40 cpu1} ${freq cpu1}MHz ${color}cpu2 ${color1}${cpu cpu2}% ${cpubar 6,40 cpu2} ${freq cpu2}MHz ${color}mem ${color1}$memperc% ${membar 6,40} ${color}disk ${color1}${fs_used /home}/${fs_size /home} ${fs_bar 6,40 /home} ${color}date ${color1}${time %d/%m/%y} ${color}time ${color1}${time %H:%M} ${color}Glasgow ${color1}${execi 300 /home/cirrus/weather.sh "EUR|UK|UKXX0062|Glasgow"} ${color #99182C}MPD${if_mpd_playing}${font caviar dreams:pixelsize=12} ${font caviar dreams:pixelsize=14}${color1}${mpd_artist} ${mpd_title} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment