diff --git a/i3status b/i3status new file mode 100644 index 0000000000000000000000000000000000000000..2550dc2eae1cc3e31a93d81ea6a5620e19ce9ec7 --- /dev/null +++ b/i3status @@ -0,0 +1,54 @@ +general { + colors = true + interval = 5 +} + +order += "cpu_temperature 0" +order += "load" +order += "memory" +order += "disk /" +order += "ethernet enp5s0" +order += "tztime brisbane" +order += "tztime ny" +order += "tztime local" + +load { + format = "CPU: %5min" +} + +memory { + format = "RAM: %free" +} + +disk "/" { + format = "DISK: %free" +} + +ethernet enp5s0 { + format_up = "NET: %ip (%speed)" + format_down = "E: down" +} + +cpu_temperature 0 { + format = "TEMP: %degrees°C" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" +} + +tztime brisbane { + format = "Brisbane: %H:%M" + timezone = "Australia/Brisbane" +} + +tztime ny { + format = "NY: %H:%M" + timezone = "America/New_York" +} + +tztime local { + format = "Local: %Y-%m-%d %H:%M:%S" +} + diff --git a/symlink.sh b/symlink.sh index a026315f2b2eb8ad35e38b57f16e2748502800ae..82ddad64ff78a735e021b53f10128ba93726c6a4 100644 --- a/symlink.sh +++ b/symlink.sh @@ -2,5 +2,6 @@ ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf ln -s ~/.dotfiles/vimrc ~/.vimrc ln -s ~/.dotfiles/i3config ~/.config/i3/config +ln -s ~/.dotfiles/i3status ~/.config/i3status/config ln -s ~/.dotfiles/rssfeeds ~/.newsboat/urls