tangled
alpha
login
or
join now
matthew-hre.com
/
flake
0
fork
atom
My NixOS configuration (mirror)
0
fork
atom
overview
issues
pulls
pipelines
ghostty + dunst tweaks
matthew-hre.com
6 months ago
0fddbbdf
64e9573b
+4
-5
2 changed files
expand all
collapse all
unified
split
home
shell
ghostty.nix
wayland
dunst
default.nix
+1
-2
home/shell/ghostty.nix
···
18
18
listsAsDuplicateKeys = true;
19
19
} {
20
20
confirm-close-surface = false;
21
21
-
copy-on-select = true;
22
21
font-family = "FiraCode Nerd Font";
23
22
font-size = 11;
24
23
font-style = "Medium";
···
27
26
shell-integration = "fish";
28
27
window-inherit-working-directory = true;
29
28
theme = "Dracula";
30
30
-
window-decoration = false;
29
29
+
window-decoration = true;
31
30
window-theme = "ghostty";
32
31
window-padding-x = 16;
33
32
window-padding-y = 16;
+3
-3
home/wayland/dunst/default.nix
···
10
10
origin = "top-right";
11
11
scale = 0;
12
12
offset = "9x9";
13
13
-
notification_limit = 0;
13
13
+
notification_limit = 3;
14
14
15
15
# progress bar
16
16
progress_bar = true;
···
47
47
show_indicators = "yes";
48
48
49
49
icon_position = "left";
50
50
-
min_icon_size = 0;
50
50
+
min_icon_size = 24;
51
51
max_icon_size = 32;
52
52
icon_path = "${pkgs.papirus-icon-theme}";
53
53
54
54
sticky_history = "yes";
55
55
history_length = 20;
56
56
57
57
-
corner_radius = 10;
57
57
+
corner_radius = 4;
58
58
};
59
59
60
60
settings.urgency_low = {