Skip to content

Commit

Permalink
Update margins and border sizes in openbox and polybar configuration …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
ulises-jeremias committed Feb 7, 2024
1 parent e608e75 commit 8f6c576
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions home/dot_config/openbox/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
</popupFixedPosition>
</resize>
<margins>
<top>75</top>
<bottom>62</bottom>
<left>15</left>
<right>15</right>
<top>0</top>
<bottom>0</bottom>
<left>0</left>
<right>0</right>
</margins>
<dock>
<position>Floating</position>
Expand Down
2 changes: 2 additions & 0 deletions home/dot_config/polybar/polybars/common-bottom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ radius = 12.0
modules-left =
modules-center = playing
modules-right = keyboard filesystem memory cpu temperature

override-redirect = false
4 changes: 3 additions & 1 deletion home/dot_config/polybar/polybars/common-top.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ width = 100%
height = 35

border-top-size = 10
border-bottom-size = 5
border-bottom-size = 10
border-right-size = 10
border-left-size = 10

Expand All @@ -88,3 +88,5 @@ radius = 12.0
modules-left = jgmenu apps window_switch bluetooth pulseaudio-microphone pulseaudio-bar backlight-acpi-bar
modules-center = date-popup
modules-right = pkg night-mode feh-blur-toggle github tray

override-redirect = false
2 changes: 1 addition & 1 deletion home/dot_config/polybar/polybars/i3-top.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ width = 100%
height = 35

border-top-size = 10
border-bottom-size = 5
border-bottom-size = 10
border-right-size = 10
border-left-size = 10

Expand Down

0 comments on commit 8f6c576

Please sign in to comment.