summaryrefslogtreecommitdiff
path: root/.i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to '.i3status.conf')
-rw-r--r--.i3status.conf15
1 files changed, 12 insertions, 3 deletions
diff --git a/.i3status.conf b/.i3status.conf
index 87656f8..31c0a8d 100644
--- a/.i3status.conf
+++ b/.i3status.conf
@@ -22,6 +22,7 @@ order += "disk /"
order += "cpu_usage"
#order += "load"
order += "memory"
+order += "volume master"
order += "cpu_temperature 0"
order += "tztime local"
@@ -33,7 +34,7 @@ read_file hostname {
wireless _first_ {
#format_up = "🌐 %essid %quality"
#format_up = "📶 %essid %quality"
- format_up = "📡 %essid %quality"
+ format_up = "📡 %essid %signal %bitrate"
format_down = "📡 down"
}
@@ -46,7 +47,8 @@ ethernet _first_ {
battery all {
last_full_capacity = true
integer_battery_capacity = true
- format = "%status %percentage %remaining"
+# format = "%status %percentage %remaining"
+ format = "%status %percentage %remaining %consumption"
status_chr = "⚡🔋"
status_bat = "🔋"
status_unk = "? UNK"
@@ -93,8 +95,9 @@ memory {
cpu_temperature 0 {
format = "🌡%degrees °C"
#path = "/sys/class/hwmon/hwmon0/temp1_input"
+ #path = "/sys/class/hwmon/hwmon6/temp1_input"
#path = "/sys/class/hwmon/hwmon7/temp1_input"
- path = "/sys/class/hwmon/hwmon6/temp1_input"
+ #path = "/sys/class/hwmon/hwmon8/temp1_input"
}
tztime local {
@@ -102,3 +105,9 @@ tztime local {
format = "%a %d %b %H:%M:%S"
#format = "📅 %a %d %b ⌚ %H:%M:%S"
}
+
+volume master {
+ format = "🎜 %volume"
+ format_muted = "🎜 mute (%volume)"
+ device = "pulse:alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
+}