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
340c9157
Commit
340c9157
authored
Apr 17, 2020
by
Jay Ta'ala
Browse files
Fix/workaround for py3status diskdata. Reverted to standard "disk /"
module as having issue with diskdata.
parent
62e7ec83
Changes
1
Show whitespace changes
Inline
Side-by-side
i3status/.i3status.conf.py3status
View file @
340c9157
...
...
@@ -21,8 +21,8 @@ order += "wireless _first_"
order += "ethernet _first_"
# order += "load"
order += "cpu_usage"
#
order += "disk /"
order += "diskdata"
order += "disk /"
#
order += "diskdata"
order += "timer"
#order += "battery all"
order += "battery_level"
...
...
@@ -52,6 +52,11 @@ load {
# max_threshold = 0.3
}
disk "/" {
prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) "
}
diskdata {
disk = sda2
prefix_type = decimal
...
...
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