summaryrefslogtreecommitdiffstatshomepage
path: root/dunst/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-08 16:15:57 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-08 16:15:57 -0500
commitd64310c1452e4467c6c1451f9dbee7807f82190e (patch)
treeda1d5e63f3e087b199ba7be9cfa1dceb48826734 /dunst/.config
parenta92449fb658067d4f2957f4105323da10de48136 (diff)
fix: fix font config in multiple locations
Diffstat (limited to 'dunst/.config')
-rw-r--r--dunst/.config/dunst/dunstrc2
-rw-r--r--dunst/.config/systemd/user/dunst.service.d/50-install.conf5
2 files changed, 6 insertions, 1 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 08ab5a4..504ebcf 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -6,7 +6,7 @@
notification_limit = 20
frame_color = "#fe8019"
idle_threshold = 120
- font = Fira Code Nerd Font
+ font = FiraCode Nerd Font 15
markup = full
icon_path = /usr/share/icons
enable_recursive_icon_lookup = true
diff --git a/dunst/.config/systemd/user/dunst.service.d/50-install.conf b/dunst/.config/systemd/user/dunst.service.d/50-install.conf
new file mode 100644
index 0000000..c6b29cd
--- /dev/null
+++ b/dunst/.config/systemd/user/dunst.service.d/50-install.conf
@@ -0,0 +1,5 @@
+[Unit]
+After=graphical-session.target
+
+[Install]
+WantedBy=graphical-session.target