update bashrc
[dotfiles.git] / x / .config / i3status / config
index 04d3a4a..4ac8370 100644 (file)
@@ -4,7 +4,8 @@ general {
 }
 
 order += "wireless wlp2s0"
-order += "ethernet enp5s0"
+order += "ethernet eth0"
+#order += "keyboard"
 order += "volume master"
 order += "disk /"
 order += "battery 0"
@@ -13,10 +14,10 @@ order += "tztime local"
 battery 0 {
        format = "%status %percentage"
        integer_battery_capacity = true
-       format_down = "No battery"
-       status_chr = "⚇ CHR"
-       status_bat = "⚡ BAT"
-       status_full = "☻ FULL"
+#      format_down = "No battery"
+#      status_chr = "⚇ CHR"
+#      status_bat = "⚡ BAT"
+#      status_full = "☻ FULL"
        path = "/sys/class/power_supply/BAT%d/uevent"
        low_threshold = 10
 }
@@ -25,7 +26,7 @@ wireless wlp2s0 {
        format_up = "W: (%quality at %essid) %ip"
        format_down = "W: down"
 }
-ethernet enp5s0 {
+ethernet eth0 {
        format_up = "E: %ip"
        format_down = "E: down"
 }
@@ -33,7 +34,6 @@ ethernet enp5s0 {
 volume master {
        format = "♪: %volume"
        format_muted = "♪: muted (%volume)"
-       device = "hw:1"
 }
 
 tztime local {
@@ -43,3 +43,6 @@ tztime local {
 disk "/" {
        format = "%free/%total free"
 }
+
+#keyboard {
+#}