Modified color reboot check, added dddu alias.
This commit is contained in:
parent
5f66f72a83
commit
b90822c651
@ -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"
|
||||
|
||||
@ -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 = ""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user