Advertisement
camar1

i3status config

Nov 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. # i3status configuration file.
  2. # see "man i3status" for documentation.
  3.  
  4. # It is important that this file is edited as UTF-8.
  5. # The following line should contain a sharp s:
  6. # ß
  7. # If the above line is not correctly displayed, fix your editor first!
  8.  
  9. general {
  10.         colors = true
  11.         interval = 5
  12. }
  13.  
  14.  
  15. order += "wireless _first_"
  16. order += "ethernet _first_"
  17. order += "battery all"
  18. order += "memory"
  19.  
  20.  
  21. memory {
  22.         format = "%used | %available"
  23.         threshold_degraded = "1G"
  24.         format_degraded = "MEMORY < %available"
  25. }
  26.  
  27. tztime local {
  28.         format = "%Y-%m-%d %H:%M:%S"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement