Merge branch 'master' of git.barakmich.com:barak/dotfiles

This commit is contained in:
Barak Michener 2013-11-06 13:52:54 -05:00
commit be7db520c5
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -32,7 +32,7 @@ set -g status-fg white
set -g status-interval 1 set -g status-interval 1
set -g status-left '#[fg=green]#H#[default]' set -g status-left '#[fg=green]#H#[default]'
set -g status-left-length 20 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 # Notifying if other windows has activities
setw -g monitor-activity on setw -g monitor-activity on