Add btc price tracker panel module
This commit is contained in:
@@ -53,7 +53,7 @@ font-4 = "Font Awesome 5 Brands:pixelsize=16;3"
|
||||
|
||||
modules-left = bspwm
|
||||
modules-center = title
|
||||
modules-right = pulseaudio backlight-acpi wlan eth battery battery-low date powermenu
|
||||
modules-right = btc pulseaudio backlight-acpi wlan eth battery battery-low date powermenu
|
||||
|
||||
tray-maxsize = 30
|
||||
tray-position = right
|
||||
|
||||
@@ -28,6 +28,15 @@ type = internal/xwindow
|
||||
label = %title:0:50:...%
|
||||
label-foreground = ${colors.white-bright}
|
||||
|
||||
[module/btc]
|
||||
type = custom/script
|
||||
interval = 300
|
||||
|
||||
exec = $HOME/.scripts/panel/btc.sh
|
||||
|
||||
label = %output%
|
||||
label-foreground = ${colors.white-bright}
|
||||
|
||||
; https://github.com/polybar/polybar/wiki/Module:-pulseaudio
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
||||
Reference in New Issue
Block a user