Updated Metadata.
This commit is contained in:
parent
fdf49719be
commit
6e1378cc3a
1 changed files with 11 additions and 0 deletions
11
system.sh
11
system.sh
|
@ -1,5 +1,16 @@
|
|||
#! /bin/bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
# <bitbar.title>system</bitbar.title>
|
||||
# <bitbar.version>v1.0</bitbar.version>
|
||||
# <bitbar.author>Tobias Schmidl</bitbar.author>
|
||||
# <bitbar.author.github>schtobia</bitbar.author.github>
|
||||
# <bitbar.desc>system monitor</bitbar.desc>
|
||||
# <bitbar.image></bitbar.image>
|
||||
# <bitbar.dependencies>python,requests</bitbar.dependencies>
|
||||
# <bitbar.abouturl>https://gitlab.com/schtobia/argos-system/-/blob/master/system.sh</bitbar.abouturl>
|
||||
|
||||
|
||||
PURPLE_GREEN_THEME=("#762a83" "#9970ab" "#c2a5cf" "#a6dba0" "#5aae61" "#1b7837")
|
||||
RED_GREEN_THEME=("#d73027" "#fc8d59" "#fee08b" "#d9ef8b" "#91cf60" "#1a9850")
|
||||
ORIGINAL_THEME=("#acacac" "#ff0101" "#cc673b" "#ce8458" "#6bbb15" "#0ed812")
|
||||
|
|
Loading…
Reference in a new issue