1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Merge branch 'master' of gitlab.com:h45h74x/yadm-dotfiles

This commit is contained in:
Simon
2020-05-28 14:20:31 +02:00
2 changed files with 29 additions and 3 deletions
+25 -1
View File
@@ -460,6 +460,30 @@ schemes:
yellow: '#0792f5'
white: '#777777'
justnord: &justnord
primary:
background: '#171717'
foreground: '0xD8DEE9'
normal:
black: '0x3B4252'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x88C0D0'
white: '0xE5E9F0'
bright:
black: '0x4C566A'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x8FBCBB'
white: '0xECEFF4'
#colors: *xterm
colors: *justblue
colors: *justnord
#colors: *justblue
#colors: *thinkpadred
+4 -2
View File
@@ -146,7 +146,7 @@ exec = echo $(nordvpn status | grep -oP '(?<=Current server: ).*' | cut -f1 -d'.
type = custom/script
interval = 60
format = upd: <label>
label-maxlen=15
label-maxlen=5
label-ellipsis=true
exec = "echo $(yay -Qu 2>/dev/null | wc -l | awk '$1 ~ /^[[:digit:]]+$/')"
click-left = "setsid alacritty -e sh -c 'echo ---UPDATE LIST---; echo; yay -Syy; yay -Qu; echo ; read -p ---END---'"
@@ -158,7 +158,9 @@ click-middle = "setsid alacritty -e sh -c 'echo ---UPDATING, NOCONFIRM---; echo
type = custom/script
interval = 60
format = upd: <label>
exec = "echo $(checkupdates>/dev/null | wc -l | awk '$1 ~ /^[[:digit:]]+$/')"
label-maxlen=5
label-ellipsis=true
exec = "echo $(checkupdates | wc -l | awk '$1 ~ /^[[:digit:]]+$/') 2>&1"
click-left = "setsid alacritty -e sh -c 'echo ---UPDATE LIST---; echo; checkupdates; echo ; read -p ---END---'"
click-right = "setsid alacritty -e sh -c 'echo ---UPDATING---; echo ; yay -Syu --sudoloop; echo ; read -p ---END---'"
click-middle = "setsid alacritty -e sh -c 'echo ---UPDATING, NOCONFIRM---; echo ; yay -Syu --sudoloop --noconfirm; echo ; read -p ---END---'"