6f873444c278147af5069c1ab0017d825fb37736
[khatus.git] / actuate_status_bar_to_xsetroot_name.awk
1 $1 == Node && \
2 $2 == "khatus_bar" && \
3 $3 == "status_bar" {
4 delete msg
5 msg_in_parse(msg, $0)
6 system("xsetroot -name \"" msg["status_bar"] "\"")
7 next
8 }
This page took 0.057897 seconds and 3 git commands to generate.