Skip to content

Instantly share code, notes, and snippets.

@rnagasam
Created June 18, 2018 23:03
Show Gist options
  • Save rnagasam/3108d6ade2f72b88e69ec5896b8d5454 to your computer and use it in GitHub Desktop.
Save rnagasam/3108d6ade2f72b88e69ec5896b8d5454 to your computer and use it in GitHub Desktop.
i3status
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
interval = 5
}
order += "disk /"
order += "volume master"
order += "wireless _first_"
order += "battery 0"
order += "load"
order += "tztime local"
wireless _first_ {
format_up = " (%essid - %quality) %ip"
format_down = "down"
}
volume master {
format = " %volume"
format_muted = " (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0
}
battery 0 {
format = "%status %percentage %remaining"
status_bat = ""
status_chr = ""
status_full = ""
low_threshold = 30
threshold_type = percentage
integer_battery_capacity = true
color_good = "#0000FF"
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}
tztime local {
format = " %h %d, %Y %I:%M:%S"
}
load {
format = " %1min"
}
disk "/" {
format = " %avail"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment