Skip to content

Instantly share code, notes, and snippets.

@aixnr
Created June 26, 2019 13:22
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 aixnr/0c29b57ad2a343683e117377079f74b9 to your computer and use it in GitHub Desktop.
Save aixnr/0c29b57ad2a343683e117377079f74b9 to your computer and use it in GitHub Desktop.
New config for the i3status
general {
output_format = "i3bar"
colors = false
markup = pango
interval = 5
color_good = '#2f343f'
color_degraded = '#ebcb8b'
color_bad = '#ba5e57'
}
order += "wireless wlp2s0"
order += "volume master"
order += "battery 1"
order += "tztime local"
wireless wlp2s0 {
format_up = "<span background='#efefef'> %essid </span>"
format_down = "<span background='#efefef'> No Net </span>"
}
volume master {
format = "<span background='#efefef'> Vol %volume </span>"
format_muted = "<span background='#efefef'> Vol Muted </span>"
device = "default"
mixer = "Master"
mixer_idx = 0
}
battery 1 {
last_full_capacity = true
format = "<span background='#efefef'> %status %percentage </span>"
format_down = "No Battery"
status_chr = "Charging"
status_bat = "Battery"
status_unk = "Unknown"
status_full = "Charged"
path = "/sys/class/power_supply/BAT0/uevent"
low_threshold = 10
}
tztime local {
format = "<span background='#efefef'> %time </span>"
format_time = "%a %-d %b %H:%M"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment