Update waybar a bit
This commit is contained in:
		@@ -18,13 +18,13 @@
 | 
			
		||||
	},
 | 
			
		||||
	"battery": {
 | 
			
		||||
		"states": {
 | 
			
		||||
			// "good": 95,
 | 
			
		||||
			"good": 100,
 | 
			
		||||
			"warning": 30,
 | 
			
		||||
			"critical": 15
 | 
			
		||||
		},
 | 
			
		||||
		"format": "{icon}",
 | 
			
		||||
		"format-charging": "{icon}",
 | 
			
		||||
		"format-plugged": "{icon}",
 | 
			
		||||
		"format": "{icon} {capacity}%",
 | 
			
		||||
		"format-charging": "{icon} {capacity}%",
 | 
			
		||||
		"format-plugged": "{icon} {capacity}%",
 | 
			
		||||
		"format-icons": ["", "", "", "", ""]
 | 
			
		||||
	},
 | 
			
		||||
	"pulseaudio": {
 | 
			
		||||
 
 | 
			
		||||
@@ -43,15 +43,17 @@ window#waybar {
 | 
			
		||||
}
 | 
			
		||||
#battery {
 | 
			
		||||
	padding: 0 1em;
 | 
			
		||||
	font-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
#battery.charging {
 | 
			
		||||
	color: #b8bb26;
 | 
			
		||||
}
 | 
			
		||||
#battery.good {
 | 
			
		||||
	color: #b8bb26;
 | 
			
		||||
}
 | 
			
		||||
#battery.warning {
 | 
			
		||||
	color: #fabd2f;
 | 
			
		||||
}
 | 
			
		||||
#battery.criticcal {
 | 
			
		||||
#battery.critical {
 | 
			
		||||
	color: #fb4934;
 | 
			
		||||
}
 | 
			
		||||
#clock {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user