diff options
author | Akshay <[email protected]> | 2023-01-22 05:14:53 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-22 05:14:53 +0000 |
commit | 4a6725d5c01c804c96205d99663606dec4d0327e (patch) | |
tree | e7d2689376095fbe866abd228c5447b03021deda /services | |
parent | d328d8acc452f1d22dd6395e82e616aa4605fd38 (diff) |
add rotate scripts
Diffstat (limited to 'services')
-rw-r--r-- | services/dunst.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/dunst.nix b/services/dunst.nix index b8bda7f..c340c3e 100644 --- a/services/dunst.nix +++ b/services/dunst.nix | |||
@@ -10,7 +10,7 @@ with theme; | |||
10 | enable = true; | 10 | enable = true; |
11 | settings = { | 11 | settings = { |
12 | global = { | 12 | global = { |
13 | font = "Nerd Input 12"; | 13 | font = "Nerd Input 10"; |
14 | allow_markup = "no"; | 14 | allow_markup = "no"; |
15 | format = ''%s\n%b''; | 15 | format = ''%s\n%b''; |
16 | sort = "yes"; | 16 | sort = "yes"; |