From e589eff80a403bfe7831c040fe55a6bcf5ba038b Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 6 Dec 2021 15:02:31 +0100 Subject: update --- .i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.i3status.conf') diff --git a/.i3status.conf b/.i3status.conf index 87656f8..7590d2b 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -93,8 +93,8 @@ memory { cpu_temperature 0 { format = "🌡%degrees °C" #path = "/sys/class/hwmon/hwmon0/temp1_input" - #path = "/sys/class/hwmon/hwmon7/temp1_input" path = "/sys/class/hwmon/hwmon6/temp1_input" + #path = "/sys/class/hwmon/hwmon7/temp1_input" } tztime local { -- cgit v1.2.3 From 6c3f8a99905545cea8e36434ec01455ad8ce355f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 21 May 2022 09:05:56 +0200 Subject: update --- .i3status.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.i3status.conf') diff --git a/.i3status.conf b/.i3status.conf index 7590d2b..411a648 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -93,8 +93,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/hwmon6/temp1_input" #path = "/sys/class/hwmon/hwmon7/temp1_input" + #path = "/sys/class/hwmon/hwmon8/temp1_input" } tztime local { -- cgit v1.2.3 From 96f5dc439ef6f91ba50ae842d4e5cb86c92a3553 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 14 Jun 2022 17:37:01 +0200 Subject: update --- .i3status.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.i3status.conf') diff --git a/.i3status.conf b/.i3status.conf index 411a648..6cc7210 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -46,7 +46,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" -- cgit v1.2.3 From abe00380ff8b708b890371c73116e1006ea05178 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 11 Mar 2023 16:11:37 +0100 Subject: update --- .i3status.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.i3status.conf') diff --git a/.i3status.conf b/.i3status.conf index 6cc7210..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" } @@ -104,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" +} -- cgit v1.2.3