1
0
Fork 0

Initial commit

dotbot, X, emacs, zsh, i3
This commit is contained in:
Jeremy Kaplan 2015-09-04 22:53:17 -04:00
commit c154ac3f7c
17 changed files with 2241 additions and 0 deletions

35
i3status/config Normal file
View file

@ -0,0 +1,35 @@
general {
colors = true
interval = 1
}
order += "ethernet enp3s0f1"
order += "wireless wlp2s0"
order += "volume master"
order += "battery 0"
order += "tztime local"
ethernet enp3s0f1 {
format_up = "E: %ip"
format_down = ""
}
wireless wlp2s0 {
format_up = "%essid %ip"
format_down = "W: down"
}
battery 0 {
format = "%status %percentage"
low_threshold = 15
threshold_type = percentage
integer_battery_capacity = true
last_full_capacity = true
}
tztime local {
format = "%a %d %b %T"
}
volume master {
format = "♪: %volume"
}