edwinpaixao

.i3status.conf

Mar 20th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 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. output_format = "i3bar"
  11. interval = 1
  12. colors = true
  13. color_good = '#88b090'
  14. color_degraded = '#ccdc90'
  15. color_bad = '#e89393'
  16. }
  17. # i3status configuration file.
  18. # see "man i3status" for documentation.
  19.  
  20. # It is important that this file is edited as UTF-8.
  21. # The following line should contain a sharp s:
  22. # ß
  23. # If the above line is not correctly displayed, fix your editor first!
  24.  
  25. general {
  26. output_format = "i3bar"
  27. interval = 1
  28. colors = true
  29. color_good = '#88b090'
  30. color_degraded = '#ccdc90'
  31. color_bad = '#e89393'
  32. }
  33. wireless _first_ {
  34. format_up = "W: (%quality at %essid) %ip"
  35. format_down = "W: down"
  36. }
  37.  
  38. ethernet eth0 {
  39. # if you use %speed, i3status requires root privileges
  40. format_up = "E: %ip (%speed)"
  41. format_down = "E: down"
  42. }
  43.  
  44. battery 0 {
  45. format = "%status %percentage %remaining"
  46. }
  47. run_watch DHCP {
  48. pidfile = "/var/run/dhclient*.pid"
  49. }
  50.  
  51. run_watch VPN {
  52. pidfile = "/var/run/vpnc/pid"
  53. }
  54.  
  55. tztime local {
  56. #format = " %d/%m/%y às %H:%M:%S"
  57. format = " %A, %d de %B de %Y, às %H:%M:%S"
  58. }
  59.  
  60. load {
  61. format = "%1min"
  62. }
  63.  
  64. volume master {
  65. format = ": %volume"
  66. device = "default"
  67. mixer = "Master"
  68. mixer_idx = 0
  69.  
  70. }
  71.  
  72. disk "/" {
  73. format = "HD: %percentage_used usado, %avail disponivel"
  74.  
  75. }
  76.  
  77. cpu_temperature 0 {
  78. format = " %degrees °C"
  79. path = "/sys/class/hwmon/hwmon0/temp1_input"
Advertisement
Add Comment
Please, Sign In to add comment