dotfiles/.config/admiral.d/admiral.toml

53 lines
895 B
TOML
Raw Normal View History

2016-12-11 23:43:09 +00:00
[admiral]
items = ["left", "padding", "workspaces", "padding", "title", "padding", "right", "bitcoin", "padding", "tasks", "padding", "mail", "padding", "cpu", "padding", "memory", "padding", "battery", "padding", "clock", "padding"]
2016-12-11 23:43:09 +00:00
[left]
path = "echo '%{l}'"
static = true
[center]
path = "echo '%{c}'"
static = true
[right]
path = "echo '%{r}'"
static = true
[padding]
path = "echo ' '"
static = true
[battery]
2016-12-16 21:06:16 +00:00
path = "$HOME/.scripts/battery.sh"
2016-12-11 23:43:09 +00:00
reload = 3
2016-12-16 21:06:16 +00:00
[mail]
path = "$HOME/.scripts/mail.sh"
2016-12-11 23:43:09 +00:00
reload = 5
[workspaces]
2016-12-16 21:06:16 +00:00
path = "$HOME/.scripts/workspaces.sh"
2016-12-11 23:43:09 +00:00
[title]
path = "zscroll -n -u 'xtitle -s'"
2016-12-11 23:43:09 +00:00
[clock]
2016-12-16 21:06:16 +00:00
path = "date '+%m/%d %H:%M' "
2016-12-11 23:43:09 +00:00
reload = 1
2016-12-16 21:06:16 +00:00
[memory]
path = "$HOME/.scripts/memory.sh"
reload = 0.05
[cpu]
path = "$HOME/.scripts/cpu.sh"
reload = 0.05
[tasks]
path = "$HOME/.scripts/tasks.sh | grep /"
2016-12-16 21:06:16 +00:00
reload = 5
[bitcoin]
path = "$HOME/.scripts/bitcoin.sh"
reload = 20