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
|
||||
|
||||
@@ -156,6 +156,7 @@ alias vp="$HOME/.scripts/vimplugin.sh"
|
||||
alias mpvshuffle="$HOME/.scripts/mpv.sh shuffle"
|
||||
|
||||
# Other
|
||||
alias crypto="curl 'https://rate.sx/?qF'"
|
||||
alias IP="curl https://ifconfig.me"
|
||||
alias len="xclip -o | wc -m"
|
||||
alias length="rofi -dmenu -i -p 'String length' -lines 0 | tr -d '\n' | wc -m"
|
||||
|
||||
Reference in New Issue
Block a user