Change transparency for Polybar and Alacritty
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ddfa11951c
commit
19160d74f5
2 changed files with 7 additions and 5 deletions
|
@ -211,7 +211,7 @@ bell:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.6
|
background_opacity: 0.67
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
[settings]
|
[settings]
|
||||||
padding = 4
|
padding = 4
|
||||||
# 60% alpha
|
# 60% alpha
|
||||||
background-color = #080808
|
background-color = #AA080808
|
||||||
foreground-color = #A1B0B8
|
foreground-color = #A1B0B8
|
||||||
bar-height = 35
|
bar-height = 35
|
||||||
|
|
||||||
|
@ -26,10 +26,12 @@ bar-height = 35
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:POLYBAR_MONITOR}
|
monitor = ${env:POLYBAR_MONITOR}
|
||||||
|
|
||||||
width = 100%
|
width = 100%:-20
|
||||||
height = ${settings.bar-height}
|
height = ${settings.bar-height}
|
||||||
offset-x = 0
|
offset-x = 10
|
||||||
offset-y = 0
|
offset-y = 10
|
||||||
|
override-redirect = true
|
||||||
|
wm-restack = i3
|
||||||
|
|
||||||
font-0 = Noto Sans:pixelsize=12;3
|
font-0 = Noto Sans:pixelsize=12;3
|
||||||
font-1 = Noto Sans CJK JP:pixelsize=12;3
|
font-1 = Noto Sans CJK JP:pixelsize=12;3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue