Add CPU sensor script for polybar status

This commit is contained in:
2019-10-25 15:54:49 -04:00
parent db1c4bc508
commit 1c904a7254
3 changed files with 29 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ export EDITOR='/usr/bin/vim'
export VISUAL='/usr/bin/vim'
export PROMPT_COMMAND="$TMUX_GITBAR_DIR/update-gitbar; $PROMPT_COMMAND"
export PATH=$PATH":$HOME/.local/bin/i3scripts"
source cpusensor
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux