Skip to content

Instantly share code, notes, and snippets.

@Bouni
Created March 9, 2020 21:14
Show Gist options
  • Save Bouni/4f914c116bdd80e08eaef9dbe583cf7f to your computer and use it in GitHub Desktop.
Save Bouni/4f914c116bdd80e08eaef9dbe583cf7f to your computer and use it in GitHub Desktop.
py3status.config
# github.com/bouni i3status/py3status 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 = "#97d82d"
color_bad = "#ff5d00"
color_degraded = "#55858E"
interval = 2
}
order += "spaceapi"
order += "imap"
order += "volume_status"
order += "spotify"
order += "arch_updates"
order += "whatismyip"
order += "wireless wlp3s0"
order += "ethernet enp0s25"
order += "battery_level"
order += "tztime local"
whatismyip {
format = " {ip}"
}
spotify {
button_next = 4
button_play_pause = 1
button_previous = 5
format = " {title} / {artist} ({time})"
format_down = ""
}
spaceapi {
url = "https://spaceapi.reaktor23.org/"
format = "Reaktor23 {state} / {lastchanged}"
format_lastchanged = "%a %H:%M"
color_closed = "#FFFFFF"
}
arch_updates {
format = " {total}"
hide_if_zero = True
include_aur = True
}
battery_level {
cache_timeout = 10
color_bad = "#FF0000"
color_charging = "#FCE94F"
color_degraded = "#ff7a00"
color_good = "#00FF00"
format_notify_charging = "charging"
format_notify_discharging = "discharging {percent}"
hide_when_full = False
hide_seconds = True
notification = True
notify_low_level = True
blocks = "\uf244\uf243\uf242\uf241\uf240"
charging_character = "\uf1e6"
format = "{percent}% {icon} {time_remaining}"
color_charging = "#FFFFFF"
threshold_full = 97
threshold_degraded = 20
threshold_bad = 10
}
imap {
cache_timeout = 60
imap_server = "mail.provider.de"
mailbox = "INBOX"
password = "password"
port = "993"
user = "[email protected]"
format = " {unseen} "
}
volume_status {
format = "\uf025 {percentage}%"
format_muted = "\uf025 \uf00d"
color_muted = "#cb4b16"
volume_delta = 1
cache_timeout = 0.1
}
wireless wlp3s0 {
format_up = " %essid %quality %ip "
format_down = ""
}
ethernet enp0s25 {
format_up = " %ip "
format_down = " "
}
tztime local {
format = " %a %d.%m.%Y %H:%M"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment