diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | d149baeadb499702ffe41861cf1711fb53c17da8 (patch) | |
| tree | 73bccbbe81cec8d2ea85eaad71a3264bdaf75a12 /.config/polybar | |
| parent | b1ce13e00db884c438fae5247a5005507f30539b (diff) | |
change colors a little, add gaps back
Diffstat (limited to '.config/polybar')
| -rw-r--r-- | .config/polybar/config.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a4f8b46..8c93128 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -25,7 +25,7 @@ ; alert = #A54242 ; disabled = #707880 -background = #EFEFEF +background = #E0E0E0 background-alt = #CACACA foreground = #000000 primary = #555555 @@ -42,8 +42,9 @@ foreground = ${colors.foreground} line-size = 3pt -border-color = #00000000 +border-color = #FFFFFF border-size = 0pt +border-top-size = 5pt padding-left = 0 padding-right = 1 |
