Created
December 28, 2014 03:47
-
-
Save vahe/31c3fe91b6afd2966c0a to your computer and use it in GitHub Desktop.
i3status config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # i3status configuration file. | |
| # see "man i3status" for documentation. | |
| # It is important that this file is edited as UTF-8. | |
| # The following line should contain a sharp s: | |
| # ß | |
| # If the above line is not correctly displayed, fix your editor first! | |
| general { | |
| colors = true | |
| interval = 60 | |
| } | |
| # order += "cpu_usage" | |
| order += "battery 0" | |
| order += "tztime local" | |
| battery 0 { | |
| format = " %status %percentage %remaining " | |
| } | |
| tztime local { | |
| format = " %A %b %d,%l:%M%P " | |
| } | |
| cpu_usage { | |
| format = "cpu usage: %usage " | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment