diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 00:21:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 00:21:22 +0530 |
commit | 3d99cb44596006f8b6cfbf0f1f0daad5e54bd164 (patch) | |
tree | 3efc8651d5c3543fc66e789b933c6f09ea8b8404 /.config/polybar/config.ini | |
parent | 425a965910949349a813afce86e753c5fc00ee51 (diff) |
added a second bar for second monitor, made active workspaces a different color on both monitors
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 437d2b5..27f5e00 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -91,7 +91,7 @@ batt-full-fg = ${colors.module-color-0} [bar/mybar2] monitor = ${env:MONITOR:HDMI-0} enable-ipc = true -width = 1500 +width = 1577 height = 20 offset-x = 0 offset-y = 0 |