diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-22 04:51:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-22 04:51:43 +0100 |
commit | c9a505bfb926e58a8787dae9c9a6faca068be727 (patch) | |
tree | 96aa577253eff8f934ad5f0e544ab4473c505e33 /i3-config | |
parent | 7c9638f7124ed24768c6b7409d4e8a0d68fa1538 (diff) |
Updates i3 status to move bar to bottom, etc
Diffstat (limited to 'i3-config')
-rw-r--r-- | i3-config | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -46,12 +46,11 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango:monospace 8 -font pango:mono 10 +#font pango:mono 10 +font pango:Iosevka Regular 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - # Before i3 v4.8, we used to recommend this one as the default: # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # The font above is very space-efficient, that is, it looks good, sharp and @@ -108,7 +107,7 @@ bindsym $mod+Shift+g gaps inner current minus 5 bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec "dmenu_run -nf '#F8F8F2' -nb '#282A36' -sb '#6272A4' -sf '#F8F8F2' -fn 'monospace-10' -p 'dmenu%'" +bindsym $mod+d exec "dmenu_run -nf '#F8F8F2' -nb '#282A36' -sb '#6272A4' -sf '#F8F8F2' -fn 'IosevkaNerdFont-10' -p 'dmenu%'" # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that @@ -298,11 +297,13 @@ bindsym $mod+r mode "resize" bar { status_command i3status - position top - font pango:Jetbrains Mono 11 + position bottom + font pango:IosevkaNerdFont 11 + mode dock colors { - background #282A36 +# background #282A36 + background #000000 statusline #F8F8F2 separator #44475A |