mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 22:50:52 +00:00
Update cheatsheets
This commit is contained in:
22
linux/i3status
Normal file
22
linux/i3status
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# i3status
|
||||
|
||||
> Status line for the i3 window manager.
|
||||
> This command is usually called from the i3 configuration file.
|
||||
> More information: <https://i3wm.org/i3status/manpage.html>.
|
||||
|
||||
- Print the status line to `stdout` periodically, using the default configuration:
|
||||
|
||||
`i3status`
|
||||
|
||||
- Print the status line to `stdout` periodically, using a specific configuration:
|
||||
|
||||
`i3status -c {{path/to/i3status.conf}}`
|
||||
|
||||
- Display help and version:
|
||||
|
||||
`i3status -h`
|
||||
Reference in New Issue
Block a user