aboutsummaryrefslogtreecommitdiffstats
path: root/config/dunst
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-27 13:27:28 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-27 13:27:28 +0900
commitda34f03bab6b200c699be2a9b3aaf727d1c87a2a (patch)
treecb29346e728c6ddaf3ccbf9089e5ffc8c256b7bc /config/dunst
parent816475928f186a6ff4486a3d1138a78ffcffd898 (diff)
updated dunts and Dark Light script
Diffstat (limited to 'config/dunst')
-rwxr-xr-xconfig/dunst/dunstrc14
-rw-r--r--config/dunst/images/bell.pngbin0 -> 51752 bytes
-rw-r--r--config/dunst/images/notification.pngbin159081 -> 0 bytes
-rw-r--r--config/dunst/images/notification2.pngbin275942 -> 0 bytes
-rw-r--r--config/dunst/images/notification3.pngbin250334 -> 0 bytes
-rwxr-xr-xconfig/dunst/images/notification4.pngbin18432 -> 0 bytes
-rwxr-xr-xconfig/dunst/reload13
7 files changed, 7 insertions, 20 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc
index 9f054293..c1f4e403 100755
--- a/config/dunst/dunstrc
+++ b/config/dunst/dunstrc
@@ -67,10 +67,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 3
+ frame_width = 2
# Defines color of the frame around the notification window.
- frame_color = "#158E15"
+ frame_color = "#7F8153"
# Define a color for the separator.
# possible values are:
@@ -283,17 +283,17 @@
# Otherwise the "#" and following would be interpreted as a comment.
timeout = 2
# Icon for notifications with low urgency, uncomment to enable
- icon = ~/.config/hypr/dunst/images/notification2.png
+ icon = $HOME/.config/dunst/images/bell.png
[urgency_normal]
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
- icon = ~/.config/hypr/dunst/images/notification2.png
+ icon = $HOME/.config/dunst/images/bell.png
[urgency_critical]
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
- icon = ~/.config/hypr/dunst/images/notification2.png
+ icon = $HOME/.config/dunst/images/bell.png
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
@@ -310,8 +310,8 @@
# summary
#
# and you can override the
- background = "#0C0C0C"
- foreground = "#80ef80"
+ background = "#080A10"
+ foreground = "#f1f1bc"
# format
# frame_color
# fullscreen
diff --git a/config/dunst/images/bell.png b/config/dunst/images/bell.png
new file mode 100644
index 00000000..d9fea964
--- /dev/null
+++ b/config/dunst/images/bell.png
Binary files differ
diff --git a/config/dunst/images/notification.png b/config/dunst/images/notification.png
deleted file mode 100644
index 48f6e3cc..00000000
--- a/config/dunst/images/notification.png
+++ /dev/null
Binary files differ
diff --git a/config/dunst/images/notification2.png b/config/dunst/images/notification2.png
deleted file mode 100644
index 557777d3..00000000
--- a/config/dunst/images/notification2.png
+++ /dev/null
Binary files differ
diff --git a/config/dunst/images/notification3.png b/config/dunst/images/notification3.png
deleted file mode 100644
index 40303e2f..00000000
--- a/config/dunst/images/notification3.png
+++ /dev/null
Binary files differ
diff --git a/config/dunst/images/notification4.png b/config/dunst/images/notification4.png
deleted file mode 100755
index 4f3a210c..00000000
--- a/config/dunst/images/notification4.png
+++ /dev/null
Binary files differ
diff --git a/config/dunst/reload b/config/dunst/reload
deleted file mode 100755
index 9e8ee076..00000000
--- a/config/dunst/reload
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-pkill dunst
-dunst -config ~/.config/dunst/dunstrc &
-
-notify-send -u critical "Test message: critical test 1"
-notify-send -u normal "Test message: normal test 2"
-notify-send -u low "Test message: low test 3"
-notify-send -u critical "Test message: critical test 4"
-notify-send -u normal "Test message: normal test 5"
-notify-send -u low "Test message: low test 6"
-notify-send -u critical "Test message: critical test 7"
-notify-send -u normal "Test message: normal test 8"
-notify-send -u low "Test message: low test 9"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage