Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/f018a3ce26fe4b4f23f8 to your computer and use it in GitHub Desktop.
Save cirrusUK/f018a3ce26fe4b4f23f8 to your computer and use it in GitHub Desktop.
dzen panel piping to conkyrc
background no
out_to_console yes
out_to_x no
use_xft yes
update_interval 1.0
total_run_times 0
use_spacer none
default_color 497BF7
override_utf8_locale yes
TEXT
★ ☰ ${nodename} | $kernel | ^fg(red) CPU^fg(cyan)1 ^fg(white)${cpu cpu1}% |^fg(red) CPU^fg(cyan)2 ^fg(white)${cpu cpu2}% | ^fg(red) CPU^fg(cyan)3 ^fg(white)${cpu cpu3}% | ^fg(red)CPU^fg(cyan)4 ^fg(white)${cpu cpu4}% | ^fg(red)CPU^fg(cyan)5 ^fg(white)${cpu cpu5}% | ^fg(red)CPU^fg(cyan)6 ^fg(white)${cpu cpu6}% | ^fg(red)CPU^fg(cyan)7 ^fg(white)${cpu cpu7}% | ^fg(red)CPU^fg(cyan)8 ^fg(white)${cpu cpu8}% | ^fg(red)RAM ^fg(white) $memperc% | ^fg(red)Load ^fg(yellow)${loadavg 1} | ${loadavg 2} | ${loadavg 3} ^fg(white)|^fg(red) Up ^fg(white) $uptime | ^fg(red) Down ^fg(white)${downspeed eth0} ${if_mpd_playing} ^fg(cyan) ${mpd_artist} -^fg(green) ${mpd_album} - ${mpd_title} - Bitrate:┈↳ ${mpd_bitrate} | ${endif} ☰ ★ ^fg(yellow) ${time %a %b %d}^fg(white) | ${time %I:%M %p} | ^fg(yellow)★ ☰ ^fg(orange) AUR Updates ${execi 7200 cower -u | wc -l} | ^fg(orange) Pacman Updates ${execi 7200 pacman -Qqu | wc -l} ^fg(yellow) ☰ ★
#! /bin/sh
FG='#1DCC9F'
BG='#333333'
FONT='-*-envy-code-r-*-*-10-*-*-*-*-*-*-*'
BAR_OPS="-fg #1DCC9F -bg #333333 -h 7 -w 25 -s o -ss 1 -sw 2"
conky -c ~/.conkyrc | dzen2 -e '' -ta c -fg $FG -bg $BG -fn $FONT -x 1920 -y 1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment