From 5bd976d40a679d81edcbc7df52d823fea1826f41 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 22 Aug 2021 00:56:28 +0530 Subject: fix bar appearing over windows issue --- .config/openbox/rc.xml | 12 ++++++------ .config/polybar/config | 1 + .config/tint2/tint2rc | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) (limited to '.config') diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index ead5b1c..0e5dc72 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -158,22 +158,22 @@ Many programs reserve space automatically, but you can use this in other cases. --> - 35 + 32 0 0 0 - TopLeft + Top 0 0 - no - Above + yes + Below - Vertical + Horizontal - no + yes 300 300 diff --git a/.config/polybar/config b/.config/polybar/config index 38edd7f..3f8c502 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -66,6 +66,7 @@ vol-fg-alt = ${colors.foreground-alt} [bar/mybar] ;monitor = ${env:MONITOR:eDP-1-1} +enable-ipc = true width = 100% height = 32 offset-x = 0% diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index f5eff27..2b7bcb8 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf c27e ---- +#---- Generated by tint2conf 127e ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -78,17 +78,17 @@ panel_margin = 0 0 panel_padding = 2 0 2 panel_background_id = 1 wm_menu = 1 -panel_dock = 0 +panel_dock = 1 panel_pivot_struts = 0 panel_position = bottom center horizontal -panel_layer = top -panel_monitor = all +panel_layer = normal +panel_monitor = primary panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 -autohide_height = 2 -strut_policy = follow_size +autohide_height = 1 +strut_policy = minimum panel_window_name = taskbar disable_transparency = 1 mouse_effects = 1 -- cgit v1.2.3