Add files via upload
This commit is contained in:
parent
6c5d65c5c1
commit
6239e9c9e3
53
dotfiles-old/config
Normal file
53
dotfiles-old/config
Normal file
@ -0,0 +1,53 @@
|
||||
# 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 = false
|
||||
interval = 5
|
||||
}
|
||||
|
||||
#order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
order += "disk /"
|
||||
#order += "load"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "wlan0: (%quality at %essid) %ip"
|
||||
format_down = "wlan0 DOWN"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "enp0s25: %ip (%speed)"
|
||||
format_down = "enp0s25 DOWN"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%avail"
|
||||
}
|
||||
|
||||
#load {
|
||||
# format = "%1min"
|
||||
#}
|
||||
|
||||
memory {
|
||||
format = "%used/%available"
|
||||
threshold_degraded = "1G"
|
||||
format_degraded = "MEMORY < %available"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%dT%H:%M:%S"
|
||||
}
|
Loading…
Reference in New Issue
Block a user