Switched to using DejaVu font and added idle background color to status

This commit is contained in:
Jesper Fussing Mørk 2018-07-01 10:13:27 +02:00
parent 6c48ea43eb
commit 1ee2f42576
5 changed files with 17 additions and 8 deletions

View File

@ -176,6 +176,7 @@ export GIT_EDITOR=vim
#Aliases
alias oc="/home/jfm/Tools/openshift-origin-client/oc"
alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
alias dotfiles="cd /home/jfm/Repositories/dotfiles"
alias tdc="cd /home/jfm/Customers/TDC"
alias prod="ssh -fN sochi"
alias top="htop"

View File

@ -21,7 +21,7 @@ bindsym $mod+n border normal
# Font for window titles. Will also be used by the bar unless a different font
# 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
floating_modifier $mod
@ -257,13 +257,11 @@ bar {
status_command /usr/bin/i3status-rs /home/jfm/.config/i3status-rs/config.toml
position bottom
bindsym button4 nop
bindsym button5 nop
font xft:Roboto Mono Medium for Powerline, FontAwesome 16
font xft:DejaVu Sans Mono for Powerline, FontAwesome 16
strip_workspace_numbers yes
colors {
background #002b36
background #002b36
statusline #F9FAF9
separator #454947

View File

@ -2,7 +2,7 @@
. ~/.i3/env
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 shell2"
i3-msg "workspace 4:Work; exec termite -t vim -e vim"
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"

View File

@ -1,6 +1,11 @@
theme = "solarized-dark"
icons = "awesome"
[theme]
name = "solarized-dark"
[theme.overrides]
idle_bg = "#93a1a1"
idle_fg = "#ffffff"
[[block]]
block = "memory"
display_type = "memory"
@ -20,6 +25,11 @@ format = "{1m}"
block = "pacman"
interval = 10
[[block]]
block = "battery"
interval = 10
show = "percentage"
[[block]]
block = "time"
interval = 60

View File

@ -1,5 +1,5 @@
[options]
font = Roboto Mono Medium for Powerline 14
font = DejaVu Sans Mono for Powerline 14
# Solarized dark color scheme