This commit is contained in:
2025-07-09 07:17:30 +03:00
parent 44471d2877
commit 8e0c4f9a70
4 changed files with 82 additions and 2 deletions

View File

@@ -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