Browse Source

dwm and conky configs

neuraflash
Brandon Cornejo 11 years ago
parent
commit
a11c03b971
  1. 10
      conkyrc
  2. 5
      dwmstart

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

5
dwmstart

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