diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 19:11:55 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-25 19:11:55 +0100 |
| commit | 6eda9782b5013f588e5a6ec37604bdb4b9fc8658 (patch) | |
| tree | c758283779ad343bf16f427fb64e7942a26650c8 /.config/polybar/config.ini | |
| parent | 138795385cee947b71204f8f3973fcf8fbb4ff5c (diff) | |
Set Polybar bckground to #000000
Diffstat (limited to '.config/polybar/config.ini')
| -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 2b87be8..b886e11 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -17,7 +17,7 @@ ;========================================================== [colors] -background = #282A2E +background = #000000 background-alt = #373B41 foreground = #FFFFFF primary = #FE8019 |
