improve structure; move stuff to relevant folders
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "~/.config/sway/osrs-mode-status.sh"
|
||||
command = "~/.config/sway/scripts/osrs/osrs-mode-status.sh"
|
||||
format = " $text "
|
||||
interval = 1
|
||||
click = [
|
||||
{button = "left", cmd = "~/.config/sway/osrs-mode-toggle.sh", update = true}
|
||||
{button = "left", cmd = "~/.config/sway/scripts/osrs/osrs-mode-toggle.sh", update = true}
|
||||
]
|
||||
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "~/.config/sway/display-profile-status.sh"
|
||||
command = "~/.config/sway/scripts/display-profile/display-profile-status.sh"
|
||||
format = " $text "
|
||||
interval = 1
|
||||
click = [
|
||||
{button = "left", cmd = "~/.config/sway/display-profile-toggle.sh", update = true}
|
||||
{button = "left", cmd = "~/.config/sway/scripts/display-profile/display-profile-toggle.sh", update = true}
|
||||
]
|
||||
|
||||
[[block]]
|
||||
@@ -25,12 +25,12 @@ command = "echo ''"
|
||||
format = " $text "
|
||||
interval = 1
|
||||
click = [
|
||||
{button = "left", cmd = "~/.config/sway/set_random_bg.sh", update = false},
|
||||
{button = "left", cmd = "~/.config/sway/scripts/i3status/set-random-bg.sh", update = false},
|
||||
]
|
||||
|
||||
#[[block]]
|
||||
#block = "custom"
|
||||
#command = "~/.config/sway/get-focused-window.sh"
|
||||
#command = "~/.config/sway/scripts/i3status/get-focused-window.sh"
|
||||
#format = " $text "
|
||||
#interval = 5
|
||||
|
||||
@@ -76,7 +76,7 @@ disconnected_format = ""
|
||||
# Custom Bluetooth connected devices block
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "~/.config/sway/bluetooth-sway.sh"
|
||||
command = "~/.config/sway/scripts/i3status/bluetooth.sh"
|
||||
format = " $text "
|
||||
interval = 10
|
||||
click = [
|
||||
@@ -87,7 +87,7 @@ click = [
|
||||
# Custom weather block using your wttr.in script
|
||||
# [[block]]
|
||||
# block = "custom"
|
||||
# command = "~/.config/sway/weather-sway.sh"
|
||||
# command = "~/.config/sway/scripts/i3status/wttrin-weather.sh"
|
||||
# format = " 🌤 $text "
|
||||
# interval = 1800
|
||||
# click = [
|
||||
@@ -99,7 +99,7 @@ click = [
|
||||
# Uncomment and modify this block if you want weather for a different city
|
||||
[[block]]
|
||||
block = "custom"
|
||||
command = "~/.config/sway/weather-sway.sh"
|
||||
command = "~/.config/sway/scripts/i3status/wttrin-weather.sh"
|
||||
format = "$text"
|
||||
interval = 1800
|
||||
|
||||
@@ -108,7 +108,7 @@ interval = 1800
|
||||
# 1 = current conditions, 2 = current + today, 3 = current + today + tomorrow, 4 = current + 3 days
|
||||
# [[block]]
|
||||
# block = "custom"
|
||||
# command = "weather_format='2' ~/.config/sway/weather-sway.sh"
|
||||
# command = "weather_format='2' ~/.config/sway/scripts/i3status/wttrin-weather.sh"
|
||||
# format = " 📅 $text "
|
||||
# interval = 1800
|
||||
|
||||
|
||||
Reference in New Issue
Block a user