diff options
-rw-r--r-- | .config/openbox/rc.xml | 12 | ||||
-rw-r--r-- | .config/polybar/config | 1 | ||||
-rw-r--r-- | .config/tint2/tint2rc | 12 |
3 files changed, 13 insertions, 12 deletions
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. --> <margins> - <top>35</top> + <top>32</top> <bottom>0</bottom> <left>0</left> <right>0</right> </margins> <dock> - <position>TopLeft</position> + <position>Top</position> <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> <floatingX>0</floatingX> <floatingY>0</floatingY> - <noStrut>no</noStrut> - <stacking>Above</stacking> + <noStrut>yes</noStrut> + <stacking>Below</stacking> <!-- 'Above', 'Normal', or 'Below' --> - <direction>Vertical</direction> + <direction>Horizontal</direction> <!-- 'Vertical' or 'Horizontal' --> - <autoHide>no</autoHide> + <autoHide>yes</autoHide> <hideDelay>300</hideDelay> <!-- in milliseconds (1000 = 1 second) --> <showDelay>300</showDelay> 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 |