Updated.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
background =
|
||||
background = #ee0c181d
|
||||
foreground = #ccffffff
|
||||
|
||||
background-alt = #444
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #dfdfdf
|
||||
foreground-alt = #555
|
||||
|
||||
primary = #ffb52a
|
||||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
@ -13,10 +13,8 @@ alert = #bd2c40
|
||||
width = 1900
|
||||
height = 30
|
||||
|
||||
#background = #df1D1F21
|
||||
background = #ee0c181d
|
||||
foreground = #ccffffff
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
border-color = #00000000
|
||||
|
||||
offset-y = 10
|
||||
@ -30,14 +28,21 @@ module-margin-left = 1
|
||||
|
||||
font-0 = RobotoMono:size=10;2
|
||||
font-1 = MaterialIcons;3
|
||||
font-2 = coins;3
|
||||
|
||||
modules-left = bspwm
|
||||
modules-right = xbps-updates pulseaudio-control brightnessctl wireless-network battery date
|
||||
;modules-center = bspwm
|
||||
modules-center = crypto
|
||||
fixed-center = true
|
||||
|
||||
tray-position = right
|
||||
|
||||
[module/crypto]
|
||||
type = custom/script
|
||||
interval = 180
|
||||
exec = ~/.config/polybar/scripts/pcrypto.py --coins btc eth ada atom matic vet --base usd
|
||||
label-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/bt-status]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/bt-status.sh
|
||||
@ -77,11 +82,6 @@ label-foreground = ${colors.foreground}
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
||||
[module/crypto]
|
||||
type = custom/script
|
||||
interval = 60
|
||||
exec = ~/.config/polybar/scripts/pcrypto.py --base USD --coins btc eth ada --apikey coinranking667e22ef80713a74e538696d841e19ade62f38679290e928
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT1
|
||||
|
Reference in New Issue
Block a user