dwm and conky configs

This commit is contained in:
Brandon Cornejo 2013-03-29 13:44:29 -05:00
parent c5151a7269
commit a11c03b971
2 changed files with 15 additions and 0 deletions

10
conkyrc Normal file
View File

@ -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}]

5
dwmstart Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
conky | while read -r; do xsetroot -name "$REPLY"; done &
sh ~/.fehbg &
exec dwm