summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--dunst/.config/dunst/dunstrc33
-rw-r--r--sway/.config/sway/config3
2 files changed, 36 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
new file mode 100644
index 0000000..e4c01af
--- /dev/null
+++ b/dunst/.config/dunst/dunstrc
@@ -0,0 +1,33 @@
+[global]
+ width = 300
+ height = 300
+ offset = 10x10
+ notification_limit = 20
+ frame_color = "#fe8019"
+ idle_threshold = 120
+ font = Fira Code Nerd Font
+ markup = full
+ icon_path = /usr/share/icons
+ enable_recursive_icon_lookup = true
+ icon_theme = gruvbox-dark-icons-gtk, Adwaita
+ mouse_left_click = do_action, close_current
+ mouse_middle_click = context, close_current
+ mouse_right_click = close_current
+
+[urgency_low]
+ background = "#282828"
+ frame_color = "#8ec07c"
+ foreground = "#ebdbb2"
+ timeout = 5
+
+[urgency_normal]
+ background = "#282828"
+ frame_color = "#fabd2f"
+ foreground = "#ebdbb2"
+ timeout = 20
+
+[urgency_critical]
+ background = "#282828"
+ frame_color = "#fb4934"
+ foreground = "#ebdbb2"
+ timeout = 0
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index bd7a47b..2af0111 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -210,6 +210,9 @@ bar {
default_border pixel
hide_edge_borders smart
+# Notification daemon
+exec dunst
+
# Clipboard manager
exec wl-paste --type text --watch clipman store --no-persist
bindsym $mod+v exec clipman pick --tool=rofi