Difference between revisions of "Desktop/i3"

From LunaSys
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 15:05, 4 January 2013

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"
}