diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-20 15:46:51 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-20 15:46:51 +0100 |
commit | d88e25d2282df5c08f1551d3435f65adda5a6b29 (patch) | |
tree | 67a467cc2b36902693adcd246cbf342d7989a76f /i3-config | |
parent | f2eb0fd35861a69c6171e16f688d1234661a0bbd (diff) |
Moves the i3 bar to bottom and removes stuff unneeded
Diffstat (limited to 'i3-config')
-rw-r--r-- | i3-config | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -301,12 +301,15 @@ bindsym $mod+r mode "resize" # bar { + tray_output primary status_command i3status - position top - font pango:Jetbrains Mono 11 + position bottom + font pango:Iosevka Regular 11 + mode dock colors { - background #282A36 +# background #282A36 + background #000000 statusline #F8F8F2 separator #44475A |