Blame


1 8d9e6350 2014-10-23 xhr # i3status configuration file.
2 8d9e6350 2014-10-23 xhr # see "man i3status" for documentation.
3 8d9e6350 2014-10-23 xhr
4 8d9e6350 2014-10-23 xhr # It is important that this file is edited as UTF-8.
5 8d9e6350 2014-10-23 xhr # The following line should contain a sharp s:
6 8d9e6350 2014-10-23 xhr # ß
7 8d9e6350 2014-10-23 xhr # If the above line is not correctly displayed, fix your editor first!
8 8d9e6350 2014-10-23 xhr
9 8d9e6350 2014-10-23 xhr general {
10 8d9e6350 2014-10-23 xhr colors = true
11 8d9e6350 2014-10-23 xhr interval = 5
12 8d9e6350 2014-10-23 xhr }
13 8d9e6350 2014-10-23 xhr
14 df028067 2015-09-14 xhr order += "path_exists screensaver-toggle"
15 8d9e6350 2014-10-23 xhr order += "ipv6"
16 0c5d25dc 2014-11-01 xhr order += "disk /"
17 8d9e6350 2014-10-23 xhr #order += "run_watch DHCP"
18 8d9e6350 2014-10-23 xhr #order += "run_watch VPN"
19 e982cca0 2016-03-16 aur order += "wireless wlp2s0"
20 e982cca0 2016-03-16 aur order += "ethernet eno1"
21 8908fe38 2014-11-01 xhr order += "ethernet vpn0"
22 df028067 2015-09-14 xhr order += "ethernet tun0"
23 8d9e6350 2014-10-23 xhr order += "battery 0"
24 8d9e6350 2014-10-23 xhr #order += "load"
25 8d9e6350 2014-10-23 xhr order += "cpu_usage"
26 8d9e6350 2014-10-23 xhr order += "volume master"
27 8d9e6350 2014-10-23 xhr order += "tztime local"
28 8d9e6350 2014-10-23 xhr
29 df028067 2015-09-14 xhr path_exists screensaver-toggle {
30 df028067 2015-09-14 xhr path = "/home/matthias/.screensaver-enabled.lock"
31 df028067 2015-09-14 xhr format = "Autolock: %status"
32 f8f36a6d 2017-01-16 matthias. format_down = ""
33 df028067 2015-09-14 xhr }
34 df028067 2015-09-14 xhr
35 8d9e6350 2014-10-23 xhr ipv6 {
36 8d9e6350 2014-10-23 xhr format_up = "%ip"
37 8d9e6350 2014-10-23 xhr format_down = ""
38 8d9e6350 2014-10-23 xhr }
39 8d9e6350 2014-10-23 xhr
40 e982cca0 2016-03-16 aur wireless wlp2s0 {
41 8d9e6350 2014-10-23 xhr format_up = "W: (%quality at %essid, %bitrate) %ip"
42 f8f36a6d 2017-01-16 matthias. format_down = ""
43 8d9e6350 2014-10-23 xhr }
44 8d9e6350 2014-10-23 xhr
45 e982cca0 2016-03-16 aur ethernet eno1 {
46 8d9e6350 2014-10-23 xhr # if you use %speed, i3status requires root privileges
47 2fa37416 2014-11-07 xhr format_up = "E: %ip (%speed)"
48 2fa37416 2014-11-07 xhr #format_up = "E: %ip"
49 f8f36a6d 2017-01-16 matthias. format_down = ""
50 8d9e6350 2014-10-23 xhr }
51 8d9e6350 2014-10-23 xhr
52 8908fe38 2014-11-01 xhr ethernet vpn0 {
53 8908fe38 2014-11-01 xhr format_up = "V: %ip"
54 f8f36a6d 2017-01-16 matthias. format_down = ""
55 8908fe38 2014-11-01 xhr }
56 8908fe38 2014-11-01 xhr
57 df028067 2015-09-14 xhr ethernet tun0 {
58 df028067 2015-09-14 xhr format_up = "O: %ip"
59 f8f36a6d 2017-01-16 matthias. format_down = ""
60 df028067 2015-09-14 xhr }
61 df028067 2015-09-14 xhr
62 8d9e6350 2014-10-23 xhr battery 0 {
63 8d9e6350 2014-10-23 xhr format = "%status %percentage %remaining"
64 8d9e6350 2014-10-23 xhr integer_battery_capacity = true
65 8924fb30 2015-05-26 xhr status_chr = "CHR"
66 8924fb30 2015-05-26 xhr status_bat = "BAT"
67 8924fb30 2015-05-26 xhr status_full = "FULL"
68 8924fb30 2015-05-26 xhr threshold_type = time
69 8924fb30 2015-05-26 xhr low_threshold = 20
70 8d9e6350 2014-10-23 xhr }
71 8d9e6350 2014-10-23 xhr
72 8d9e6350 2014-10-23 xhr run_watch DHCP {
73 8d9e6350 2014-10-23 xhr pidfile = "/run/sendsigs.omit.d/network-manager.dhclient*.pid"
74 f8f36a6d 2017-01-16 matthias. format_down = ""
75 8d9e6350 2014-10-23 xhr }
76 8d9e6350 2014-10-23 xhr
77 8d9e6350 2014-10-23 xhr run_watch VPN {
78 8d9e6350 2014-10-23 xhr pidfile = "/run/openvpn*.pid"
79 f8f36a6d 2017-01-16 matthias. format_down = ""
80 8d9e6350 2014-10-23 xhr }
81 8d9e6350 2014-10-23 xhr
82 8d9e6350 2014-10-23 xhr tztime local {
83 a5ed812b 2018-09-03 xhr format = "%Y-%m-%d %H:%M (CW %V)"
84 8d9e6350 2014-10-23 xhr }
85 8d9e6350 2014-10-23 xhr
86 8d9e6350 2014-10-23 xhr load {
87 8d9e6350 2014-10-23 xhr format = "%1min"
88 8d9e6350 2014-10-23 xhr }
89 8d9e6350 2014-10-23 xhr
90 0c5d25dc 2014-11-01 xhr disk "/" {
91 e982cca0 2016-03-16 aur format = "r: %avail"
92 e982cca0 2016-03-16 aur low_threshold = 5
93 e982cca0 2016-03-16 aur threshold_type = gbytes_avail
94 0c5d25dc 2014-11-01 xhr }
95 0c5d25dc 2014-11-01 xhr
96 0c5d25dc 2014-11-01 xhr volume master {
97 0c5d25dc 2014-11-01 xhr format = "♪: %volume"
98 0c5d25dc 2014-11-01 xhr format_muted = "♪: muted (%volume)"
99 0c5d25dc 2014-11-01 xhr device = "default"
100 0c5d25dc 2014-11-01 xhr mixer = "Master"
101 0c5d25dc 2014-11-01 xhr mixer_idx = 0
102 0c5d25dc 2014-11-01 xhr }
103 0c5d25dc 2014-11-01 xhr