summary refs log tree commit diff stats
path: root/i3
diff options
context:
space:
mode:
authorAlan Pearce2017-09-07 17:03:13 +0200
committerAlan Pearce2017-09-07 17:03:13 +0200
commit82eb765f41d41ad5043c05492ca817f76007b5e2 (patch)
treeb3f69bac95906893793063aa99a0a00633d72dbc /i3
parent088f3423cbd586728551a910979dd130523adbde (diff)
downloaddotfiles-82eb765f41d41ad5043c05492ca817f76007b5e2.tar.lz
dotfiles-82eb765f41d41ad5043c05492ca817f76007b5e2.tar.zst
dotfiles-82eb765f41d41ad5043c05492ca817f76007b5e2.zip
i3: Make bar text clearer
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 39e374a..7a5b8a3 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -51,14 +51,14 @@ set $Locker i3lock-color
 
 # 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:Liberation Mono, Font Awesome 11
 
 # 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
+# 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
 # clear in small sizes. However, its unicode glyph coverage is limited, the old
 # X core fonts rendering does not support right-to-left and this being a bitmap
@@ -214,12 +214,12 @@ bar {
   colors {
     background $base00
     separator  $base03
-    statusline $base04
+    statusline $base06
 
     # State             Border  BG      Text
     focused_workspace   $base05 $base0D $base00
     active_workspace    $base05 $base03 $base00
-    inactive_workspace  $base03 $base01 $base05
+    inactive_workspace  $base03 $base01 $base07
     urgent_workspace    $base08 $base08 $base00
     binding_mode        $base00 $base0A $base00
   }