Browse Source

updated i3

master
Josh Fabean 4 years ago
parent
commit
d623e8d6ae
1 changed files with 17 additions and 17 deletions
  1. +17
    -17
      .config/i3/arch-config

+ 17
- 17
.config/i3/arch-config View File

@ -14,7 +14,7 @@ exec --no-startup-id nightshift -l 39.0315533:-94.4954291 -d
# exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
font pango:FiraCode, FontAwesome 12
font pango:JetBrains Mono, FontAwesome 12
bindsym $mod+F7 exec --no-startup-id xset r rate 250 25 && xset b off && setxkbmap -option caps:escape
@ -213,22 +213,22 @@ bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
# position top
# status_command i3blocks
# font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
# colors {
# separator #586e75
# background #0c1014
# statusline #aea79f
# focused_workspace #091f2e #091f2e #ffffff
# active_workspace #073642 #073642 #ffffff
# inactive_workspace #0c1014 #0c1014 #aea79f
# urgent_workspace #77216f #77216f #ffffff
# }
#}
bar {
position top
status_command i3blocks
font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
colors {
separator #586e75
background #0c1014
statusline #aea79f
focused_workspace #091f2e #091f2e #ffffff
active_workspace #073642 #073642 #ffffff
inactive_workspace #0c1014 #0c1014 #aea79f
urgent_workspace #77216f #77216f #ffffff
}
}
# class border backgr. text indicator
client.focused #FFFFFF #BF360C #fdf6e3 #FF0000


Loading…
Cancel
Save