i3status: remove deprecated options
This commit is contained in:
parent
128c917e3f
commit
c069a7fc43
4 changed files with 4 additions and 6 deletions
|
@ -36,7 +36,6 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "bluetooth"
|
block = "bluetooth"
|
||||||
mac = "4C:87:5D:0D:0F:4F"
|
mac = "4C:87:5D:0D:0F:4F"
|
||||||
label = " ignorance ii"
|
|
||||||
on_click = "termite -e bluetoothctl"
|
on_click = "termite -e bluetoothctl"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
|
@ -52,7 +51,7 @@ format = "{percentage} {time}"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "weather"
|
block = "weather"
|
||||||
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"
|
format = "{location}: {weather} {temp}, {wind} m/s {direction}"
|
||||||
autolocate = true
|
autolocate = true
|
||||||
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "bluetooth"
|
block = "bluetooth"
|
||||||
mac = "04:52:C7:C7:C8:DB"
|
mac = "04:52:C7:C7:C8:DB"
|
||||||
label = " ignorance"
|
|
||||||
on_click = "termite -e bluetoothctl"
|
on_click = "termite -e bluetoothctl"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
|
@ -52,7 +51,7 @@ format = "{percentage} {time}"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "weather"
|
block = "weather"
|
||||||
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"
|
format = "{location}: {weather} {temp}, {wind} m/s {direction}"
|
||||||
autolocate = true
|
autolocate = true
|
||||||
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ on_collapsed_click = "Plexamp.AppImage"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "weather"
|
block = "weather"
|
||||||
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"
|
format = "{location}: {weather} {temp}, {wind} m/s {direction}"
|
||||||
autolocate = true
|
autolocate = true
|
||||||
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ format = "{percentage} {time}"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "weather"
|
block = "weather"
|
||||||
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"
|
format = "{location}: {weather} {temp}, {wind} m/s {direction}"
|
||||||
autolocate = true
|
autolocate = true
|
||||||
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
service = { name = "openweathermap", api_key = "2a4ce7726b2f1731ec04418e64800e92", city_id = "2950159", units = "metric" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue