Skip to content
Snippets Groups Projects

postmarketos-ui-i3wm

Merged Imported Administrator requested to merge feature/postmarketos-ui-i3 into master
6 files
+ 154
3
Compare changes
  • Side-by-side
  • Inline
Files
6
# 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 = 10
color_good = "#009900"
color_bad = "#990000"
color_degraded = "#999900"
}
order += "disk /"
order += "wireless _first_"
order += "battery all"
order += "load"
order += "tztime local"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
battery all {
format = "%status %percentage %remaining"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "%1min"
}
disk "/" {
format = "%avail"
}
Loading