Desktop/i3

From LunaSys
Revision as of 15:05, 4 January 2013 by Eadam (talk | contribs) (Created page with "== i3 == For more information, see [http://i3wm.org/docs/userguide.html the official doc] === i3status === <pre> general { #output_format = "dzen2" #colors = true interv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

i3

For more information, see the official doc

i3status

general {
	#output_format = "dzen2"
	#colors = true
	interval = 5
}

order += "disk /"
order += "ethernet eth0"
order += "load"
order += "time"

ethernet eth0 {
	# if you use %speed, i3status requires the cap_net_admin capability
	format_up = "E: %ip (%speed)"
	format_down = "E: down"
}
time {
	format = "%Y-%m-%d %H:%M"
}
load {
	format = "%5min"
}