Add i3 configs from terezi
This commit is contained in:
parent
836bd06d07
commit
7a210b7d71
3 changed files with 502 additions and 0 deletions
63
.config/i3status/py3status.conf_terezi
Normal file
63
.config/i3status/py3status.conf_terezi
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# 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
|
||||
interval = 1
|
||||
}
|
||||
|
||||
#order += "ipv6"
|
||||
#order += "disk /"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
order += "spaceapi"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: %ip (%speed)"
|
||||
#format_down = "E: down"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
last_full_capacity = true
|
||||
integer_battery_capacity = true
|
||||
low_threshold = 30
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%avail"
|
||||
}
|
||||
|
||||
# py3status module spaceapi
|
||||
spaceapi {
|
||||
cache_timeout = 60
|
||||
url = "https://spaceapi.afra-berlin.de/v1/status.json"
|
||||
format = "AfRA"
|
||||
state_open = "open"
|
||||
state_closed = "closed"
|
||||
color_closed = "#666666"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue