Fix
This commit is contained in:
+5
-5
@@ -170,7 +170,7 @@ format = "[ ${ram_pct} $symbol ]($style)"
|
||||
[time]
|
||||
disabled = false
|
||||
time_format = "%R" # Hour:Minute Format
|
||||
format = '[](fg:white)[ $time ](fg:black bg:white)'
|
||||
format = '[](fg:white)[ $time ](fg:black bg:white)'
|
||||
|
||||
[battery]
|
||||
full_symbol = ' '
|
||||
@@ -182,19 +182,19 @@ format = '[](fg:white)[ $symbol$percentage ]($style)'
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 10
|
||||
style = 'bold red bg:white'
|
||||
style = 'bold red bg:black'
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 30
|
||||
style = 'bold yellow bg:white'
|
||||
style = 'bold yellow bg:black'
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 50
|
||||
style = 'bold purpel bg:white'
|
||||
style = 'bold purpel bg:black'
|
||||
|
||||
[[battery.display]]
|
||||
threshold = 100
|
||||
style = 'bold green bg:white'
|
||||
style = 'bold green bg:black'
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
Reference in New Issue
Block a user