diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-24 22:29:35 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-24 22:29:35 +0530 |
commit | 4f0a26b94993e4a910ab9dc54bb5c93ce2aa660d (patch) | |
tree | 6e7ed889e119b3aa9602cf4bb0a8b25fc6743412 /.config | |
parent | 2e3d99acd413c663c489312daadd3197fd558c15 (diff) |
not turning on laptop screen if lid is off upon login
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 1f8e31a..3764a85 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -109,6 +109,10 @@ batt-full-fg = ${colors.module-color-0} ; also has different font size, bar height, etc ; modules are the same and should be synced if either is changed [bar/mybar2] +tray-position = right +tray-padding = 2 +tray-background = ${colors.systray-bg} + monitor = ${env:MONITOR:HDMI-0} enable-ipc = true width = 1920 @@ -154,7 +158,8 @@ tray-position = right tray-padding = 2 tray-background = ${colors.systray-bg} -;monitor = ${env:MONITOR:eDP-1} +monitor = ${env:MONITOR:eDP-1} +monitor-fallback = ${env:MONITOR:eDP-1-1} enable-ipc = true width = 1920 height = 28 |