Skip to content

Commit c979b71

Browse files
committed
auto-sync: [Sun Mar 15 08:33:59 PM -03 2026]
1 parent 2af73e3 commit c979b71

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

.ignore_stow/packages/pkglist_native.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fzf
5858
ghostwriter
5959
git
6060
github-cli
61+
gitleaks
6162
glu
6263
granatier
6364
grantlee-editor

dunst/.config/dunst/dunstrc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

hypr/.config/hypr/hyprland.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $menu = rofi -show drun
4444

4545
exec-once = hypridle
4646
exec-once = kanshi
47+
exec-once = dunst
4748
exec-once = hyprpaper
4849
exec-once = nm-applet &
4950
exec-once = waybar &

0 commit comments

Comments
 (0)