2df563197244c5b02f04346051053a83a3b35c3c
dblume Add i3 configs

dblume authored 10 months 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!
dblume Add 'reboot required' i3sta...

dblume authored 8 months ago

8) # https://fontawesome.com/v4/cheatsheet/
dblume Add i3 configs

dblume authored 10 months ago

9) 
10) general {
11)         colors = true
12)         interval = 5
13) }
14) 
15) #order += "ipv6"
dblume Add 'reboot required' i3sta...

dblume authored 8 months ago

16) order += "path_exists reboot_req"
dblume Add i3 configs

dblume authored 10 months ago

17) order += "wireless _first_"
dblume Add volume to i3 status bar

dblume authored 10 months ago

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

dblume authored 10 months ago

19) #order += "ethernet _first_"
20) order += "battery all"
21) #order += "disk /"
dblume Simplify the i3status bar

dblume authored 9 months ago

22) #order += "load"
dblume Add i3 configs

dblume authored 10 months ago

23) #order += "memory"
24) order += "tztime local"
25) 
dblume Add 'reboot required' i3sta...

dblume authored 8 months ago

26) path_exists reboot_req {
27) 	path = "/var/run/reboot-required"
28) 	format = " Reboot required"
29) 	format_down = ""
30) 	color_good = "#aaaaff"
31) }
32) 
dblume Add i3 configs

dblume authored 10 months ago

33) wireless _first_ {
dblume Simplify the i3status bar

dblume authored 9 months ago

34)         format_up = "%quality on %essid %ip"
35)         # format_up = " %quality %ip"
dblume Remove ':' from i3status

dblume authored 10 months ago

36)         format_down = " down"
dblume Add i3 configs

dblume authored 10 months ago

37) }
38) 
39) ethernet _first_ {
dblume Use 'Eth' for Ethernet in i...

dblume authored 10 months ago

40)         format_up = "Eth: %ip (%speed)"
41)         format_down = "Eth: down"
dblume Add i3 configs

dblume authored 10 months ago

42) }
43) 
dblume Add volume to i3 status bar

dblume authored 10 months ago

44) volume master {
dblume Remove ':' from i3status

dblume authored 10 months ago

45)         format = "♪ %volume"
46)         format_muted = "♪ muted (%volume)"
dblume Add volume to i3 status bar

dblume authored 10 months ago

47)         device = "default"
48)         mixer = "Master"
49)         mixer_idx = 0
50) }
51) 
dblume Add i3 configs

dblume authored 10 months ago

52) battery all {
dblume Simplify the i3status bar

dblume authored 9 months ago

53)         # format = " %status %percentage %remaining"
54)         format = " %status %percentage"