Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
ba2b3a90
Commit
ba2b3a90
authored
Apr 30, 2018
by
Jay Ta'ala
Browse files
Merge branch 'master' into development
parents
31794982
3087bfc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3status/.i3status.conf
→
i3status/.i3status.conf
.py3status
View file @
ba2b3a90
File moved
i3status/.i3status.conf.standard
0 → 100644
View file @
ba2b3a90
# 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 = 5
color_good = "#F9FAF9"
color_bad = "#F9FAF9"
color_degraded = "#DC322F"
}
order += "cpu_usage"
# order += "load"
order += "disk /"
# order += "disk /home"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
# order += "load"
order += "tztime local"
# order += "ipv6"
cpu_usage {
format = " cpu %usage "
}
load {
format = " load %1min "
# max_threshold = 0.3
}
disk "/" {
# format = " hdd %avail "
prefix_type = decimal
format = " ⛁ %used / %total "
}
wireless _first_ {
# if you use %speed, i3status requires root privileges
format_up = " wlan: %ip "
format_down = ""
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " eth: %ip "
format_down = ""
}
battery all {
# format = "%status %percentage %remaining %emptytime"
format = " %status %percentage %remaining "
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
# status_chr = ""
status_chr = "⚡"
# status_bat = "bat"
# status_bat = "☉"
status_bat = ""
# status_unk = "?"
status_unk = ""
# status_full = ""
status_full = "☻"
low_threshold = 15
threshold_type = time
}
tztime local {
# format = "%Y-%m-%d %H:%M:%S"
format = " %d.%m. %H:%M "
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment