]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/i3/config
refactor submodules, add xorg, small fixes & changes
[dotfiles.git] / xdg / i3 / config
index a37e72e531dc3f6398a0780b490f5f6a5c22eaf5..e7e66f56d250761cde0d914a8c7cd7392ea7c3fe 100644 (file)
@@ -4,7 +4,7 @@
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
 
-font pango:Dina, DejaVu Sans Mono, monospace 7
+font pango:Dina 7
 
 # This font is widely installed, provides lots of unicode glyphs, right-to-left
 # text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -217,25 +217,26 @@ set $inactive #884400 #221100 #93a1a1 #264bd2   #884400
 set $urgent   #ff4444 #dc322f #000000 #4466ff   #ff4444
 set $blue     #4466ff #268bd2 #fdf6e3 #264db2   #4466ff
 
-#bar {
-#      position top
-#      tray_output primary
-#      status_command i3status
-#      separator_symbol "|"
-#
-#      colors {
-#              background #110800
-#              statusline #93a1a1
-#              separator  #268bd2
-#
-#              # class            border  backgr. text
-#              focused_workspace  $focused
-#              active_workspace   $inactive
-#              inactive_workspace $inactive
-#              urgent_workspace   $urgent
-#              binding_mode       $blue
-#      }
-#}
+bar {
+       position top
+       output LVDS1
+       tray_output primary
+       status_command i3status
+       separator_symbol "|"
+
+       colors {
+               background #110800
+               statusline #93a1a1
+               separator  #268bd2
+
+               # class            border  backgr. text
+               focused_workspace  $focused
+               active_workspace   $inactive
+               inactive_workspace $inactive
+               urgent_workspace   $urgent
+               binding_mode       $blue
+       }
+}
 
 # colors
 # class                 border  backgr. text    indicator child_border
This page took 0.047756 seconds and 4 git commands to generate.