diff --git a/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh b/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh index bbee980..b1e2179 100644 --- a/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh +++ b/dot_dotfiles/oh-my-zsh/custom/09_alias.zsh @@ -16,3 +16,5 @@ alias time='time -p ' # -p for POSIX output # git shortcuts alias gac="git add -A && git commit -a" + +alias dddu="docker-compose down && docker-compose up -d" diff --git a/dot_dotfiles/polybar/config.tmpl b/dot_dotfiles/polybar/config.tmpl index b7ead0a..498d6d2 100644 --- a/dot_dotfiles/polybar/config.tmpl +++ b/dot_dotfiles/polybar/config.tmpl @@ -389,14 +389,14 @@ label = %percentage_used%% [module/updates-pacman] type = custom/script format-prefix=" " -format-prefix-foreground = ${colors.bright_green} +format-prefix-foreground = ${colors.bright_orange} exec = ~/.dotfiles/polybar/polybar-scripts/updates-pacman/updates-pacman.sh interval = 600 [module/updates-aurhelper] type = custom/script format-prefix=" " -format-prefix-foreground = ${colors.bright_green} +format-prefix-foreground = ${colors.bright_orange} exec = ~/.dotfiles/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh interval = 600 @@ -404,7 +404,7 @@ interval = 600 type = custom/script exec = ~/.dotfiles/scripts/reboot.check format-underline = ${colors.light0} -format-foreground = ${colors.light0} +format-foreground = ${colors.bright_red} interval = 30 label = ""