Kevin Mok
4 days ago
9 changed files with 48 additions and 46 deletions
-
4aliases/key_aliases.tmpl
-
7dot_config/i3/config.tmpl
-
11dot_config/i3blocks/i3blocks-secondary.conf.tmpl
-
18dot_config/i3blocks/i3blocks.conf.tmpl
-
2dot_config/i3blocks/scripts/executable_calendar
-
3dot_config/i3blocks/scripts/executable_dexscreener
-
3dot_config/i3blocks/scripts/executable_kraken
-
10dot_config/mimeapps.list
-
36scripts/executable_kraken
@ -1,5 +1,6 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
. "/home/kevin/.cache/wal/colors.sh" |
. "/home/kevin/.cache/wal/colors.sh" |
||||
ticker=$(~/scripts/dexscreener $CHAIN $PAIR) |
|
||||
|
#ticker=$(~/scripts/dexscreener $CHAIN $PAIR) |
||||
|
ticker=$(~/scripts/dexscreener $1 $2) |
||||
printf "%s\n\n%s\n" "$ticker" "$color7" |
printf "%s\n\n%s\n" "$ticker" "$color7" |
@ -1,5 +1,6 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
. "/home/kevin/.cache/wal/colors.sh" |
. "/home/kevin/.cache/wal/colors.sh" |
||||
ticker=$(~/scripts/kraken $TICKER) |
|
||||
|
#ticker=$(~/scripts/kraken $TICKER) |
||||
|
ticker=$(~/scripts/kraken $1) |
||||
printf "%s\n\n%s\n" "$ticker" "$color7" |
printf "%s\n\n%s\n" "$ticker" "$color7" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue