Skip to content

Instantly share code, notes, and snippets.

@j0hn
Created August 2, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j0hn/8c69610ed7f9df2e7a144731440b9839 to your computer and use it in GitHub Desktop.
Save j0hn/8c69610ed7f9df2e7a144731440b9839 to your computer and use it in GitHub Desktop.
# github.com/rafi i3status config
# i3status configuration file
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
color_good = "#BBBBBB"
color_bad = "#CC1616"
color_degraded = "#55858E"
interval = 5
}
order += "volume master"
order += "tztime local"
volume master {
format = " ♪ %volume "
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime local {
format = " %d %h - %H:%M |"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment