aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-11-14 04:32:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-11-14 04:32:54 +0100
commite95ff012dcad3f19babe75152b0680abd2b3d3a3 (patch)
tree7d64457973a98d6f9d64ab9af659587f2955ed46 /.config
parent628a44fcc62c1e3c52d559efabb2aee32f148b53 (diff)
downloaddotfiles-e95ff012dcad3f19babe75152b0680abd2b3d3a3.tar.gz
Update
Diffstat (limited to '.config')
-rw-r--r--.config/i3status/config8
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index 3ec0af1..3a53684 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -32,7 +32,7 @@ ethernet enp5s0 {
32 32
33cpu_temperature 0 { 33cpu_temperature 0 {
34 format = "TEMP: %degrees°C" 34 format = "TEMP: %degrees°C"
35 path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" 35 path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input"
36} 36}
37 37
38volume master { 38volume master {
@@ -43,10 +43,6 @@ volume master {
43 mixer_idx = 0 43 mixer_idx = 0
44} 44}
45 45
46tztime local {
47 format = "%Y-%m-%d %H:%M:%S"
48}
49
50tztime brisbane { 46tztime brisbane {
51 format = "Brisbane: %H:%M" 47 format = "Brisbane: %H:%M"
52 timezone = "Australia/Brisbane" 48 timezone = "Australia/Brisbane"
@@ -58,6 +54,6 @@ tztime ny {
58} 54}
59 55
60tztime local { 56tztime local {
61 format = "Local: %Y-%m-%d %H:%M:%S" 57 format = "Local: %a %Y-%m-%d %H:%M:%S"
62} 58}
63 59