]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/i3/config
update scripts, vim plugins, fonts, firefox, tint2
[dotfiles.git] / xdg / i3 / config
index af19cae2c18532bfcbae463d07c2a31f3844a804..8b7b33c8cccbc8a2a2737c65f15014d285d53c7e 100644 (file)
@@ -185,7 +185,7 @@ bindsym $mod+r mode "translate"
 
 ### appearance ###
 # font
 
 ### appearance ###
 # font
-font pango:Dina 7
+font pango:monospace 7
 
 # windows
 for_window [class="Gsimplecal"] floating enable
 
 # windows
 for_window [class="Gsimplecal"] floating enable
@@ -226,27 +226,27 @@ set $b_fg  #fdf6e3
 set $b_ind #264db2
 set $b_chb #4466ff
 
 set $b_ind #264db2
 set $b_chb #4466ff
 
-# TODO: deprecate in favor of tint2
-bar {
-       position top
-       output LVDS1
-       tray_output primary
-       status_command i3status
-       separator_symbol "|"
-
-       colors {
-               background $bg
-               statusline $fg
-               separator  $b_ind
-
-               # class            border  backgr. text
-               focused_workspace  $f_bdr  $f_bg   $f_fg
-               active_workspace   $i_bdr  $i_bg   $i_fg
-               inactive_workspace $i_bdr  $i_bg   $i_fg
-               urgent_workspace   $u_bdr  $u_bg   $u_fg
-               binding_mode       $b_bdr  $b_bg   $b_fg
-       }
-}
+# deprecated in favor of tint2
+#bar {
+#      position top
+#      output LVDS1
+#      tray_output primary
+#      status_command i3status
+#      separator_symbol "|"
+#
+#      colors {
+#              background $bg
+#              statusline $fg
+#              separator  $b_ind
+#
+#              # class            border  backgr. text
+#              focused_workspace  $f_bdr  $f_bg   $f_fg
+#              active_workspace   $i_bdr  $i_bg   $i_fg
+#              inactive_workspace $i_bdr  $i_bg   $i_fg
+#              urgent_workspace   $u_bdr  $u_bg   $u_fg
+#              binding_mode       $b_bdr  $b_bg   $b_fg
+#      }
+#}
 
 # apply colors
 # class                 border  backgr. text    indicator child_border
 
 # apply colors
 # class                 border  backgr. text    indicator child_border
This page took 0.03641 seconds and 4 git commands to generate.