summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/dunst/dunstrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 7a05b95..473e505 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -55,9 +55,14 @@ frame_color = "#bf616a"
55timeout = "0s" 55timeout = "0s"
56 56
57[Spotify] 57[Spotify]
58appname = Spotify 58appname = "Spotify"
59format = "<b>Now Playing</b>\n%s\n%b" 59format = "<b>Now Playing</b>\n%s\n%b"
60 60
61[ncmpcpp]
62appname = "ncmpcpp"
63format = "<b>Now Playing</b>\n%s\n%b"
64set_transient = true
65
61[spliff] 66[spliff]
62appname = "spliff" 67appname = "spliff"
63format = "<b>ready for printing</b>\n%s\n%b" 68format = "<b>ready for printing</b>\n%s\n%b"