diff options
| author | Camil Staps | 2016-04-05 15:38:45 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:08 +0100 | 
| commit | 4fe029d89baa60121127c06f6562c8f8d41fbedb (patch) | |
| tree | 5b0357c7c19643902dac860f57a2499766029b63 /system/i3status.conf.symlink | |
| parent | Autolock time increased (diff) | |
Migrated back to i3status; added kbdlayout
Diffstat (limited to 'system/i3status.conf.symlink')
| -rw-r--r-- | system/i3status.conf.symlink | 12 | 
1 files changed, 10 insertions, 2 deletions
| diff --git a/system/i3status.conf.symlink b/system/i3status.conf.symlink index 211b6e8..37406ea 100644 --- a/system/i3status.conf.symlink +++ b/system/i3status.conf.symlink @@ -1,6 +1,7 @@  general {      colors = true      interval = 5 +    output_format = "i3bar"  }  order += "cmd nowplaying" @@ -8,6 +9,7 @@ order += "volume master"  order += "wireless wlan0"  order += "battery 0"  order += "cpu_usage" +order += "load"  order += "tztime local"  volume master { @@ -28,17 +30,23 @@ wireless wlan0 {  }  battery 0 { -    format = "%status %percentage %remaining" +    format = "%status %percentage %remaining %consumption" +    hide_seconds = true      status_chr = "⚇"      status_bat = "⚡"      status_full = "☻" -    low_threshold = 20 +    low_threshold = 30 +    threshold_type = "percentage"  }  cpu_usage {      format = "⚙️ %usage"  } +load { +    max_threshold = "0.7" +} +  tztime local {      format = "%Y-%m-%d %H:%M:%S"  } | 
