rename tpom
This commit is contained in:
parent
664fd9e953
commit
3351c4316d
2 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue