f01f120364c03e2b5b407d93938a6a02c6719dab
dblume Add i3 configs

dblume authored 1 year ago

1) # i3status configuration file.
2) # see "man i3status" for documentation.
3) 
4) # It is important that this file is edited as UTF-8.
5) # The following line should contain a sharp s:
6) # ß
7) # If the above line is not correctly displayed, fix your editor first!
8) 
9) general {
10)         colors = true
11)         interval = 5
12) }
13) 
14) #order += "ipv6"
15) order += "wireless _first_"
dblume Add volume to i3 status bar

dblume authored 11 months ago

16) order += "volume master"
dblume Add i3 configs

dblume authored 1 year ago

17) #order += "ethernet _first_"
18) order += "battery all"
19) #order += "disk /"
20) order += "load"
21) #order += "memory"
22) order += "tztime local"
23) 
24) wireless _first_ {
25)         # format_up = ": (%quality at %essid) %ip"
26)         format_up = " %quality %ip"
27)         format_down = ": down"
28) }
29) 
30) ethernet _first_ {
31)         format_up = "E: %ip (%speed)"
32)         format_down = "E: down"
33) }
34) 
dblume Add volume to i3 status bar

dblume authored 11 months ago

35) volume master {
36)         format = "♪: %volume"
37)         format_muted = "♪: muted (%volume)"
38)         device = "default"
39)         mixer = "Master"
40)         mixer_idx = 0
41) }
42)