all repos — dotfiles @ 4d614ebabda678d93d830dde43d1cedc0eb34337

linux dotfiles

update i3 config

A little bit of theming.
changed font to roboto.
Prithu Goswami prithugoswami524@gmail.com
Sun, 15 Apr 2018 12:40:26 +0530
commit

4d614ebabda678d93d830dde43d1cedc0eb34337

parent

cf4d7bc4c88a5f784ae1c3b214736416033dd254

1 files changed, 15 insertions(+), 1 deletions(-)

jump to
M .config/i3/config.config/i3/config

@@ -13,7 +13,7 @@ set $mod Mod4

# Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango: Hack-Regular 8 +font pango: Roboto-Medium 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango).

@@ -200,6 +200,20 @@ bindsym Escape mode "default"

} bindsym $mod+r mode "resize" + + +# window colors +set $bg-color #2f343f +set $inactive-bg-color #181b21 +set $text-color #ededed +set $inactive-text-color #777777 +set $urgent-bg-color #ff5b5b + +# border background text indicator +client.focused $bg-color $bg-color $text-color #0000ff +client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color #0000ff +client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #0000ff +client.urgent $urgent-bg-color $urgent-bg-color $text-color #0000ff # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)