aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-01-03 08:37:16 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2022-01-03 08:37:16 +0100
commit76cbeb4ac78663b72dd2f509a2cb1afb872bddc4 (patch)
treee74eb1b7df6322eb5f5f5e08a13e60b93997ec8e
parent150377d0c9d723414afa58df328b2c9201ef3186 (diff)
i3status updated
-rw-r--r--dot_config/i3/i3status.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/dot_config/i3/i3status.conf b/dot_config/i3/i3status.conf
index 0f1f048..3c02c8b 100644
--- a/dot_config/i3/i3status.conf
+++ b/dot_config/i3/i3status.conf
@@ -25,7 +25,7 @@ order += "volume master"
order += "tztime local"
wireless _first_ {
- format_up = "W: (%quality at %essid) %ip"
+ format_up = "W: (%quality @ %essid) %ip"
format_down = "W: down"
}
@@ -55,7 +55,6 @@ battery 0 {
status_full = "FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
- color_bad="red"
last_full_capacity = true
integer_battery_capacity = true
}
@@ -80,8 +79,8 @@ tztime local {
}
volume master {
- format = "♪: %volume"
- format_muted = "♪: muted (%volume)"
+ format = "%volume"
+ format_muted = "muted (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0