mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-04 09:13:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
general {
 | 
						|
	output_format = "dzen2"
 | 
						|
  	colors = true
 | 
						|
 	interval = 5
 | 
						|
	output_format = "i3bar"
 | 
						|
 	colors = true
 | 
						|
	color_good = "#0288D1"
 | 
						|
  	color_degraded = "#FFCDD2"
 | 
						|
  	color_bad = "#E91E63"
 | 
						|
}
 | 
						|
 | 
						|
order += "disk /home"
 | 
						|
order += "run_watch DHCP"
 | 
						|
order += "wireless wlp3s0"
 | 
						|
order += "ethernet eth0"
 | 
						|
order += "volume master"
 | 
						|
order += "brightness"
 | 
						|
order += "battery all"
 | 
						|
order += "tztime date"
 | 
						|
order += "tztime local"
 | 
						|
 | 
						|
wireless wlp3s0 {
 | 
						|
        format_up = "%essid: %ip, %quality, %bitrate"
 | 
						|
        format_down = ""
 | 
						|
}
 | 
						|
 | 
						|
ethernet eth0 {
 | 
						|
        # if you use %speed, i3status requires the cap_net_admin capability
 | 
						|
        format_up = "E: %ip (%speed)"
 | 
						|
        format_down = ""
 | 
						|
}
 | 
						|
 | 
						|
battery all {
 | 
						|
        format = "%status%percentage %remaining"
 | 
						|
        format_down = "No battery"
 | 
						|
        status_chr = "⚡"
 | 
						|
        status_bat = "🔋"
 | 
						|
        status_unk = "?"
 | 
						|
        status_full = "☻"
 | 
						|
	hide_seconds = true
 | 
						|
	last_full_capacity = true
 | 
						|
        path = "/sys/class/power_supply/BAT%d/uevent"
 | 
						|
        low_threshold = 20
 | 
						|
}
 | 
						|
 | 
						|
tztime date {
 | 
						|
       format = "%m/%d"
 | 
						|
}
 | 
						|
 | 
						|
tztime local {
 | 
						|
        format = "%I:%M:%S"
 | 
						|
}
 | 
						|
 | 
						|
disk "/home" {
 | 
						|
        format = "%free"
 | 
						|
}
 | 
						|
 | 
						|
volume master {
 | 
						|
        format = "♪%volume"
 | 
						|
        format_muted = "♪~%volume"
 | 
						|
        device = "default"
 | 
						|
} |