diff --git a/polybar/config b/polybar/config index 67acb3c..362a15c 100644 --- a/polybar/config +++ b/polybar/config @@ -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} diff --git a/termite/config b/termite/config index 35e9fd6..e0ae077 100644 --- a/termite/config +++ b/termite/config @@ -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 diff --git a/youtube-dl/youtube-dl-audio.sh b/youtube-dl/youtube-dl-audio similarity index 100% rename from youtube-dl/youtube-dl-audio.sh rename to youtube-dl/youtube-dl-audio