[−][src]Module i3status_rs::blocks
Modules
| apt | |
| backlight | A block for displaying the brightness of a backlit device. |
| base_block | A Base block for common behavior for all blocks |
| battery | A block for displaying information about an internal power supply. |
| bluetooth | |
| cpu | |
| custom | |
| custom_dbus | |
| disk_space | |
| docker | |
| focused_window | |
| github | |
| hueshift | |
| ibus | |
| kdeconnect | |
| keyboard_layout | |
| load | |
| memory | |
| music | |
| net | |
| networkmanager | |
| notify | |
| nvidia_gpu | |
| pacman | |
| pomodoro | |
| sound | |
| speedtest | |
| taskwarrior | |
| temperature | |
| template | |
| time | Display the current time |
| toggle | |
| uptime | |
| watson | |
| weather | |
| xrandr |
Enums
| Update |
Traits
| Block | The Block trait is used to interact with a block after it has been instantiated from ConfigBlock |
| ConfigBlock | The ConfigBlock trait combines a constructor (new(...)) and an associated configuration type to form a block that can be instantiated from a piece of TOML (from the block configuration). The associated type has to be a deserializable struct, which you can then use to get your configurations from. The template shows you how to instantiate a simple Text widget. For more info on how to use widgets, just look into other Blocks. More documentation to come. |
Functions
| create_block |