transparent polybar, updaed youtube script
This commit is contained in:
parent
8f81a5b17b
commit
7e55c1db7a
@ -1,5 +1,6 @@
|
||||
[colors]
|
||||
background = #3b4c6d
|
||||
#background = #3b4c6d
|
||||
background = rgba(0,0,0,0)
|
||||
foreground = #eee
|
||||
separator = #66ffffff
|
||||
linecolor = #8e8e8e
|
||||
@ -27,7 +28,7 @@ enable-ipc = true
|
||||
monitor = ${env:MONITOR:eDP1}
|
||||
width = 100%
|
||||
height = 24
|
||||
radius = 3.0
|
||||
;radius = 3.0
|
||||
;fixed-center = false
|
||||
;override-redirect = true
|
||||
separator = /
|
||||
@ -351,6 +352,7 @@ label = %output%
|
||||
;format-underline = #268bd2
|
||||
format-prefix = "vpn: "
|
||||
format-spacing = 1
|
||||
exec-if = pgrep -x openvpn
|
||||
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
|
||||
|
@ -47,10 +47,11 @@ scrollback_lines = 10000
|
||||
#foreground = #dcdccc
|
||||
#foreground_bold = #ffffff
|
||||
#background = #3f3f3f
|
||||
background = rgba(47, 87, 153, 0.8)
|
||||
#background = rgba(47, 87, 153, 0.8)
|
||||
background = rgba(23, 48, 89, 0.8)
|
||||
|
||||
# 20% background transparency (requires a compositor)
|
||||
#background = rgba(63, 63, 63, 0.8)
|
||||
#background = rgba(59, 76, 109, 0.8)
|
||||
|
||||
# If unset, will reverse foreground and background
|
||||
highlight = #2f2f2f
|
||||
|
Loading…
Reference in New Issue
Block a user