i3status: remove notify, start plexamp on click
This commit is contained in:
parent
d27db84d35
commit
209195e8a9
4 changed files with 3 additions and 12 deletions
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue