sway: use dunst

This commit is contained in:
Konstantin Koslowski 2021-02-01 12:07:41 +01:00
parent 1401576333
commit b2053887d8
5 changed files with 29 additions and 14 deletions

1
config
View file

@ -275,5 +275,6 @@ bar {
# #
exec --no-startup-id nextcloud --background exec --no-startup-id nextcloud --background
exec --no-startup-id persway -w -o 0.8 exec --no-startup-id persway -w -o 0.8
exec --no-startup-id dunst
include /etc/sway/config.d/* include /etc/sway/config.d/*

View file

@ -53,14 +53,17 @@ block = "music"
player = "Plexamp" player = "Plexamp"
buttons = ["play", "next"] buttons = ["play", "next"]
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]] [[block]]
block = "time" block = "time"
format = "%Y/%m/%d %R" format = "%Y/%m/%d %R"
timezone = "Europe/Berlin" timezone = "Europe/Berlin"
interval = 60 interval = 60
locale = "de_DE" locale = "de_DE"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"

View file

@ -52,6 +52,15 @@ label = " ignorance"
block = "music" block = "music"
player = "Plexamp" player = "Plexamp"
buttons = ["play", "next"] buttons = ["play", "next"]
on_collapsed_click = "Plexamp.AppImage"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]] [[block]]
block = "time" block = "time"
@ -60,7 +69,3 @@ timezone = "Europe/Berlin"
interval = 60 interval = 60
locale = "de_DE" locale = "de_DE"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"

View file

@ -48,6 +48,9 @@ block = "music"
player = "Plexamp" player = "Plexamp"
buttons = ["play", "next"] buttons = ["play", "next"]
[[block]]
block = "notify"
[[block]] [[block]]
block = "time" block = "time"
format = "%Y/%m/%d %R" format = "%Y/%m/%d %R"

View file

@ -48,14 +48,17 @@ block = "music"
player = "Plexamp" player = "Plexamp"
buttons = ["play", "next"] buttons = ["play", "next"]
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"
[[block]]
block = "notify"
[[block]] [[block]]
block = "time" block = "time"
format = "%Y/%m/%d %R" format = "%Y/%m/%d %R"
timezone = "Europe/Berlin" timezone = "Europe/Berlin"
interval = 60 interval = 60
locale = "de_DE" locale = "de_DE"
[[block]]
block = "battery"
interval = 10
format = "{percentage}% {time}"