Switched to using DejaVu font and added idle background color to status
This commit is contained in:
parent
6c48ea43eb
commit
1ee2f42576
|
@ -176,6 +176,7 @@ export GIT_EDITOR=vim
|
||||||
#Aliases
|
#Aliases
|
||||||
alias oc="/home/jfm/Tools/openshift-origin-client/oc"
|
alias oc="/home/jfm/Tools/openshift-origin-client/oc"
|
||||||
alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
|
alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
|
||||||
|
alias dotfiles="cd /home/jfm/Repositories/dotfiles"
|
||||||
alias tdc="cd /home/jfm/Customers/TDC"
|
alias tdc="cd /home/jfm/Customers/TDC"
|
||||||
alias prod="ssh -fN sochi"
|
alias prod="ssh -fN sochi"
|
||||||
alias top="htop"
|
alias top="htop"
|
||||||
|
|
|
@ -21,7 +21,7 @@ bindsym $mod+n border normal
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font xft:Roboto Mono Medium for Powerline 14
|
font xft:DejaVu Sans Mono for Powerline 16
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows
|
# Use Mouse+$mod to drag floating windows
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
@ -257,13 +257,11 @@ bar {
|
||||||
status_command /usr/bin/i3status-rs /home/jfm/.config/i3status-rs/config.toml
|
status_command /usr/bin/i3status-rs /home/jfm/.config/i3status-rs/config.toml
|
||||||
position bottom
|
position bottom
|
||||||
|
|
||||||
bindsym button4 nop
|
font xft:DejaVu Sans Mono for Powerline, FontAwesome 16
|
||||||
bindsym button5 nop
|
|
||||||
font xft:Roboto Mono Medium for Powerline, FontAwesome 16
|
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #002b36
|
background #002b36
|
||||||
statusline #F9FAF9
|
statusline #F9FAF9
|
||||||
separator #454947
|
separator #454947
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
|
|
||||||
i3-msg "workspace 4:Work; append_layout ~/.i3/layouts/workspace4-work.json"
|
i3-msg "workspace 4:Work; append_layout ~/.i3/layouts/workspace4-work.json"
|
||||||
i3-msg "workspace 4:Work; exec termite -t vim -e vim"
|
|
||||||
i3-msg "workspace 4:Work; exec termite -t shell1"
|
i3-msg "workspace 4:Work; exec termite -t shell1"
|
||||||
i3-msg "workspace 4:Work; exec termite -t shell2"
|
i3-msg "workspace 4:Work; exec termite -t shell2"
|
||||||
|
i3-msg "workspace 4:Work; exec termite -t vim -e vim"
|
||||||
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
theme = "solarized-dark"
|
|
||||||
icons = "awesome"
|
icons = "awesome"
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
name = "solarized-dark"
|
||||||
|
[theme.overrides]
|
||||||
|
idle_bg = "#93a1a1"
|
||||||
|
idle_fg = "#ffffff"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
|
@ -20,6 +25,11 @@ format = "{1m}"
|
||||||
block = "pacman"
|
block = "pacman"
|
||||||
interval = 10
|
interval = 10
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "battery"
|
||||||
|
interval = 10
|
||||||
|
show = "percentage"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
interval = 60
|
interval = 60
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[options]
|
[options]
|
||||||
font = Roboto Mono Medium for Powerline 14
|
font = DejaVu Sans Mono for Powerline 14
|
||||||
|
|
||||||
# Solarized dark color scheme
|
# Solarized dark color scheme
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue