summaryrefslogtreecommitdiff
path: root/i3/.config/i3status
diff options
context:
space:
mode:
Diffstat (limited to 'i3/.config/i3status')
-rw-r--r--i3/.config/i3status/config19
1 files changed, 14 insertions, 5 deletions
diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config
index 5221830..c5f93aa 100644
--- a/i3/.config/i3status/config
+++ b/i3/.config/i3status/config
@@ -4,21 +4,23 @@ order += "cpu_temperature 0"
order += "cpu_usage"
order += "load"
order += "tztime local"
+order += "volume master"
wireless wlan0 {
- format_up = "%ip @ %essid"
+ format_up = "%ip @ %essid (%quality)"
format_down = "W: down"
}
battery 1 {
format = "%status %percentage %remaining"
format_down = "No battery"
+ hide_seconds = true
path = "/sys/class/power_supply/BAT%d/uevent"
- low_threshold = 10
+ low_threshold = 15
integer_battery_capacity = true
- status_chr = "⚡"
- status_bat = "🔋"
- status_full = "🔌"
+ status_chr = "CHR"
+ status_bat = "BAT"
+ status_full = "FULL"
}
tztime local {
@@ -34,3 +36,10 @@ cpu_temperature 0 {
max_threshold = 65
}
+volume master {
+ format = "♪: %volume"
+ format_muted = "♪: %volume [M]"
+ device = "default"
+ mixer = "Master"
+ mixer_idx = 0
+}