i3status: remove notify, start plexamp on click

This commit is contained in:
Konstantin Koslowski 2021-03-06 19:58:37 +01:00
parent d27db84d35
commit 209195e8a9
4 changed files with 3 additions and 12 deletions

View file

@ -56,15 +56,13 @@ on_click = "termite -e bluetoothctl"
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
on_collapsed_click = "Plexamp.AppImage"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]]
block = "weather"
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"

View file

@ -63,9 +63,6 @@ block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]]
block = "weather"
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"

View file

@ -50,9 +50,7 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
[[block]]
block = "notify"
on_collapsed_click = "Plexamp.AppImage"
[[block]]
block = "weather"

View file

@ -50,15 +50,13 @@ on_click = "$HOME/.config/sway/bin/sway_volume gui"
block = "music"
player = "Plexamp"
buttons = ["play", "next"]
on_collapsed_click = "Plexamp.AppImage"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]]
block = "weather"
format = "{location}: {weather} {temp}°, {wind} m/s {direction}"