tvl-depot/configs/shared/misc/.config/i3status/config
William Carroll 161a09e6df Adjust i3 colors, update KBDs, remove icons from i3statusbar
May need to find a better KBD for `snip_it`, since I really enjoy Tmux's M-s to
switch sessions.

Learned about i3's "edge" concept. Re-supported KBDs for settings split
directions. Also adjusted theme colors.

Also adjusts the formatting of the timezone information to show GMT as LON, EST
as NYC, and Pacific as MTV.
2019-03-27 18:21:00 +00:00

34 lines
No EOL
552 B
Text

general {
markup = "pango"
separator = " "
colors = true
}
order += "tztime lon"
order += "tztime est"
order += "tztime pst"
order += "disk /"
disk "/" {
prefix_type = "decimal"
format = "%used/%total"
}
# Useful commands for dealing with timezones:
# - cat /etc/timezone
# - man date
# - timedatectl
tztime lon {
format = "LON %H:%M"
timezone = "Europe/London"
}
tztime est {
format = "NYC %H:%M"
timezone = "US/Eastern"
}
tztime pst {
format = "MTV %H:%M"
timezone = "US/Pacific"
}