161a09e6df
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.
34 lines
No EOL
552 B
Text
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"
|
|
} |