57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
# i3status configuration file, derived from the stock config provided in default i3.
|
|
#Copyright 2018 TheToric
|
|
#
|
|
#This program is free software: you can redistribute it and/or modify
|
|
#it under the terms of the GNU General Public License as published by
|
|
#the Free Software Foundation, either version 3 of the License, or
|
|
#(at your option) any later version.
|
|
#
|
|
#This program is distributed in the hope that it will be useful,
|
|
#but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
#GNU General Public License for more details.
|
|
#
|
|
#You should have received a copy of the GNU General Public License
|
|
#along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# 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 = 5
|
|
}
|
|
|
|
order += "wireless _first_"
|
|
order += "ethernet _first_"
|
|
order += "battery all"
|
|
order += "load"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = "W: (%quality at %essid) %ip"
|
|
format_down = "W: down"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
format_up = "E: %ip"
|
|
format_down = "E: down"
|
|
}
|
|
|
|
battery all {
|
|
format = "%status %percentage %remaining"
|
|
low_threshold = 10
|
|
integer_battery_capacity = true
|
|
last_full_capacity = true
|
|
}
|
|
|
|
tztime local {
|
|
format = "%Y-%m-%d %H:%M"
|
|
}
|
|
|
|
load {
|
|
format = "%1min"
|
|
}
|