瀏覽代碼

[i3] Update borders and gaps

Colin Powell 4 年之前
父節點
當前提交
22d88adec9
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      i3/.config/i3/config

+ 6 - 6
i3/.config/i3/config

@@ -4,7 +4,7 @@
 
 set $mod Mod4
 
-font pango:Iosevka 10 
+font pango:Go Mono 10
 
 # APP VARIABLES
 set $browser      qutebrowser
@@ -20,7 +20,7 @@ set $center move absolute position center
 # FLOATING
 floating_modifier $mod
 
-set $thick 1
+set $thick 2
 
 # DEFAULT BORDER
 for_window [class="^.*"] border pixel $thick
@@ -40,8 +40,8 @@ for_window [class="Foliate"] floating_maximum_size 400 x 800
 #for_window [class="Surf"] floating_maximum_size 800 x 550
 
 # GAP VARIABLES
-set $inner 5
-set $outer 5
+set $inner 7
+set $outer 10
 
 # SET GAPS
 gaps inner $inner
@@ -225,8 +225,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
 ##### COLORS #######################################
 
 # XRESOURCES
-set $fg "#006766"
-set $bg "#000000"
+set $fg "#FF0F00"
+set $bg "#FFFFFF"
 set $tx "#FFFFFF"
 set $ltx "#CCCCCC"