File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 5858ghostwriter
5959git
6060github-cli
61+ gitleaks
6162glu
6263granatier
6364grantlee-editor
Original file line number Diff line number Diff line change 1+ [global]
2+ # Monitor where notifications should be displayed
3+ monitor = 0
4+
5+ # Follow focus or use the mouse for placement
6+ follow = mouse
7+
8+ # Dimensions
9+ width = 300
10+ height = 300
11+ offset = 30x30
12+ origin = top-right
13+
14+ # Display settings
15+ transparency = 0
16+ padding = 10
17+ horizontal_padding = 10
18+ frame_width = 1
19+ frame_color = "#91d7e3"
20+ separator_color = frame
21+ font = JetBrainsMono Nerd Font 10
22+ line_height = 0
23+
24+ # Colors (Catppuccin Mocha-like)
25+ [urgency_low]
26+ background = "#1e1e2e"
27+ foreground = "#cdd6f4"
28+ timeout = 5
29+
30+ [urgency_normal]
31+ background = "#1e1e2e"
32+ foreground = "#cdd6f4"
33+ timeout = 10
34+
35+ [urgency_critical]
36+ background = "#1e1e2e"
37+ foreground = "#f38ba8"
38+ frame_color = "#f38ba8"
39+ timeout = 0
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $menu = rofi -show drun
4444
4545exec-once = hypridle
4646exec-once = kanshi
47+ exec-once = dunst
4748exec-once = hyprpaper
4849exec-once = nm-applet &
4950exec-once = waybar &
You can’t perform that action at this time.
0 commit comments