Split actuator into 2
[khatus.git] / bin / khatus_actuate_status_bar_to_xsetroot_name
1 #! /usr/bin/awk -f
2
3 /^STATUS_BAR / {
4 sub("^" $1 " +", "")
5 # TODO: Move padding back to controller, now that we no-longer use readline
6 system("xsetroot -name \" " $0 "\" ")
7 next
8 }
This page took 0.047454 seconds and 4 git commands to generate.