Shift X2 status from legacy to archived
[khatus.git] / actuate_status_bar_to_xsetroot_name.awk
... / ...
CommitLineData
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.021695 seconds and 5 git commands to generate.