ulthar.xyz > Repos

dotfiles

Seven years worth of accumulated configuration cruft
About Files Commits git clone https://ulthar.xyz/repos/dotfiles/dotfiles.git

dotfiles/i3/.config/i3status/config

Download raw file: i3/.config/i3status/config

# i3status configuration file.
# see "man i3status" for documentation.

general {
	colors = true
	interval = 1
        separator = "  "
}

order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "tztime local"

wireless _first_ {
	format_up = "W: (%quality at %essid) %ip "
	format_down = "W: down "
}

ethernet _first_ {
	format_up = " E: %ip (%speed) "
	format_down = " E: down "
}

battery all {
	format = " %status %percentage %remaining "
}

tztime local {
	format = " %A, %B %d %Y %H:%M:%S"
}
Generated 2025-03-07 15:24:27 -0700 by RepoRat