New dotfiles update, spacing and colors mainly
This commit is contained in:
+5
-1
@@ -4,7 +4,7 @@
|
||||
### Display ###
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
monitor = 1
|
||||
monitor = 0
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
||||
@@ -463,3 +463,7 @@
|
||||
frame_color = "#575C5B"
|
||||
icon = "~/.config/dunst/icons/hyprdots.svg"
|
||||
timeout = 10
|
||||
|
||||
[play_sound]
|
||||
summary = "*"
|
||||
script = ~/.config/dunst/scripts/alert.sh
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
pw-play --volume=1.1 ~/audio/alert.mp3
|
||||
Reference in New Issue
Block a user