From 3351c4316ddef22603d8d91e18be221a3af620b8 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sun, 1 Sep 2013 15:31:31 -0400 Subject: [PATCH] rename tpom --- .config/awesome/rc.lua | 4 ++-- .tmux.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 1aecc82..73339e2 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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() diff --git a/.tmux.conf b/.tmux.conf index c1a5bc5..8eba866 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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