rename tpom

This commit is contained in:
Barak Michener 2013-09-01 15:31:31 -04:00
parent 664fd9e953
commit 3351c4316d
2 changed files with 3 additions and 3 deletions

View file

@ -106,10 +106,10 @@ function execute_command(command)
end
pom = widget({type = "textbox"})
pom.text = " " .. execute_command("~/src/tpm/tpm") .. " "
pom.text = " " .. execute_command("~/src/tpom/tpom") .. " "
pomtimer = timer({ timeout = 1})
pomtimer:add_signal("timeout", function()
pom.text = " " .. execute_command("~/src/tpm/tpm") .. " "
pom.text = " " .. execute_command("~/src/tpom/tpom") .. " "
end)
pomtimer:start()

View file

@ -32,7 +32,7 @@ set -g status-fg white
set -g status-interval 1
set -g status-left '#[fg=green]#H#[default]'
set -g status-left-length 20
set -g status-right '#[fg=green]#(~/src/tpm/tpm) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
set -g status-right '#[fg=green]#(~/src/tpom/tpom) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
# Notifying if other windows has activities
setw -g monitor-activity on