From 3250ff192da985317e5d8242213404a9da8b6ab8 Mon Sep 17 00:00:00 2001 From: TheEdgeOfRage Date: Thu, 25 Apr 2024 12:17:51 +0200 Subject: [PATCH] Add ETH price to bumblebee --- dot_config/bumblebee-status/top.toml.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_config/bumblebee-status/top.toml.tmpl b/dot_config/bumblebee-status/top.toml.tmpl index d15317f..154f901 100644 --- a/dot_config/bumblebee-status/top.toml.tmpl +++ b/dot_config/bumblebee-status/top.toml.tmpl @@ -1,11 +1,14 @@ [core] -modules=playerctl, dunst, {{ .bumblebee.modules }} sensors, pulsein, pulseout, date, time +modules=playerctl, getcrypto, dunst, {{ .bumblebee.modules }} sensors, pulsein, pulseout, date, time autohide=#comma-separated list of modules to hide, unless in warning/error state theme=gruvbox-powerline [module-parameters] workspacewheel=False popup_font_size=14 +getcrypto.interval=300 +getcrypto.getbtc=0 +getcrypto.getltc=0 playerctl.args=-p tidal-hifi playerctl.layout=playerctl.song,playerctl.prev,playerctl.pause,playerctl.next playerctl.format={{`{{artist}}`}} - {{`{{title}}`}}