summaryrefslogtreecommitdiff
path: root/i3/i3status+config
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-09-05 19:40:52 -0500
committerBlaise Thompson <blaise@untzag.com>2017-09-05 19:40:52 -0500
commit17aac7f017b67f0f73827dc28f7e987c8fa92461 (patch)
tree2e60ef8cf95b660830b28c41b232ed6a14656902 /i3/i3status+config
parent2094c690a116c8447dbafd89f1eb6d209df20dd0 (diff)
i3status
Diffstat (limited to 'i3/i3status+config')
-rw-r--r--i3/i3status+config26
1 files changed, 26 insertions, 0 deletions
diff --git a/i3/i3status+config b/i3/i3status+config
new file mode 100644
index 0000000..6049922
--- /dev/null
+++ b/i3/i3status+config
@@ -0,0 +1,26 @@
+general {
+ colors = true
+ color_good = "#b5bd68"
+ color_bad = "#cc6666"
+ color_degraded = "#81a2be"
+ interval = 1
+}
+
+order += "volume master"
+order += "cpu_usage"
+order += "tztime local"
+
+volume master {
+ format = " ♪ %volume "
+ device = "default"
+ mixer = "Master"
+ mixer_idx = 0
+}
+
+cpu_usage {
+ format = " CPU %usage "
+}
+
+tztime local {
+ format = " %Y-%m-%d %H:%M:%S "
+} \ No newline at end of file