From 395a91f0a8fdfcbeb374cb6b22f560bacf489c7e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 27 Apr 2022 10:05:58 +0300 Subject: [PATCH] i3status-rs: read the fine manual --- conf/i3status-rs/config.toml | 42 +++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/conf/i3status-rs/config.toml b/conf/i3status-rs/config.toml index 03d0b841..8cb178ca 100644 --- a/conf/i3status-rs/config.toml +++ b/conf/i3status-rs/config.toml @@ -1,5 +1,6 @@ # i3status-rs config file # based heavily on /usr/share/doc/i3status-rs/example_config.toml & https://github.com/greshake/i3status-rust/tree/master/examples +# and manpage from search engine # Note: I am not confident that "irstatus-rs" and "i3status-rust" are the same # software. @@ -29,14 +30,25 @@ name = "awesome" #warning = 20.0 #alert = 10.0 +# Not recognised on Fedora, could have been fun +#[[block]] +#block = "pomodoro" +#length = 25 +#break_length = 5 +#message = "Break" +#break_message = "Break over" +#notifier = "swaynag" + [[block]] block = "load" interval = 5 -format = "{1m}" +format = "{1m} {5m} {15m}" [[block]] block = "cpu" interval = 5 +# {frequency} can also be used. +format = "{barchart} {utilization}%" [[block]] block = "memory" @@ -44,13 +56,19 @@ display_type = "memory" format_mem = "{Mup}%" format_swap = "{SUp}%" +# Requires a battery to be present or will error. +#[[block]] +#block = "battery" +#interval = 10 +#format = "{percentage} {time}" + [[block]] block = "sound" -[[block]] -block = "custom" -command = "date -uIs" -interval = 5 +#[[block]] +#block = "custom" +#command = "date -uIs" +#interval = 5 # Date format explanations # %G = week based year @@ -65,6 +83,13 @@ interval = 5 # %M = minute # %S = seconds # %z = timezone offset to UTC, e.g. +0300 +[[block]] +block = "time" +interval = 5 +format = "%F %H.%M.%S %Z" +timezone = "UTC" +#locale = "en_DK" + [[block]] block = "time" interval = 5 @@ -72,6 +97,13 @@ interval = 5 format = "%G-W%V-%u (%j/%a/%B) %F %H.%M.%S%z" # default #format = "%a %d/%m %R" +#locale = "fi_EN" + +#[[block]] +#block = "keyboard_layout" +# Doesn't recognise "sway" as driver +#driver = "sway" +#format = "{layout} {variant}" #[[block]] #block = "custom"