improve
This commit is contained in:
@@ -38,6 +38,17 @@ mac = ""
|
||||
format = " $icon $label "
|
||||
disconnected_format = ""
|
||||
|
||||
# Custom Bluetooth connected devices block
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "~/.config/sway/bluetooth-sway.sh"
|
||||
format = " $text "
|
||||
interval = 10
|
||||
click = [
|
||||
{button = "left", update = true},
|
||||
{button = "right", update = true},
|
||||
]
|
||||
|
||||
# Custom weather block using your wttr.in script
|
||||
# [[block]]
|
||||
# block = "custom"
|
||||
@@ -53,7 +64,7 @@ disconnected_format = ""
|
||||
# Uncomment and modify this block if you want weather for a different city
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "weather_location='Tallinn' ~/.config/sway/weather-sway.sh"
|
||||
command = "~/.config/sway/weather-sway.sh"
|
||||
format = "$text"
|
||||
interval = 1800
|
||||
|
||||
|
||||
Reference in New Issue
Block a user