From a11c03b9710a7058c7444d6b3a492a316ad63e4c Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Fri, 29 Mar 2013 13:44:29 -0500 Subject: [PATCH] dwm and conky configs --- conkyrc | 10 ++++++++++ dwmstart | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 conkyrc create mode 100755 dwmstart diff --git a/conkyrc b/conkyrc new file mode 100644 index 0000000..6a948af --- /dev/null +++ b/conkyrc @@ -0,0 +1,10 @@ +out_to_console yes +out_to_x no +background no +update_interval 2 +total_run_times 0 +use_spacer none + +TEXT +${cpu cpu1}% / ${cpu cpu2}% :: ${acpitemp}c ${color #0100ff} :: $memperc% ($mem) :: ${wireless_essid wlan0} :: ${time %a %b %d %I:%M%P} [${battery BAT0} ${battery_time BAT0}] + diff --git a/dwmstart b/dwmstart new file mode 100755 index 0000000..386679c --- /dev/null +++ b/dwmstart @@ -0,0 +1,5 @@ +#! /bin/bash + +conky | while read -r; do xsetroot -name "$REPLY"; done & +sh ~/.fehbg & +exec dwm