diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 14:50:35 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 14:50:35 +0200 |
commit | eed4e6a943c5fae1a87bf7dad2a0dc3ad0cd1d3a (patch) | |
tree | da1ec8a2a18dd9a5fe94c7326280239f470ff322 | |
parent | 06df3bd62220a13d1c39b6a8d5f28262b3b2ac76 (diff) |
polybar: darker module background
-rw-r--r-- | .config/polybar/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index cc0b873..5036d9c 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -4,7 +4,7 @@ ;background = #080f1f background = #101010 background-alt = #1b2f60 -background-module = #194129 +background-module = #1a301e ;foreground = ${xrdb:color7:#222} foreground = #dfdfdf foreground-alt = #254183 |