mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Make dunst min_icon_size 64
This commit is contained in:
parent
fdedc53fda
commit
e426cad6e9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ homeConfiguration "nixos" {
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
font = "OpenSans 12";
|
font = "OpenSans 12";
|
||||||
|
|
||||||
min_icon_size = 48;
|
min_icon_size = 64;
|
||||||
|
|
||||||
offset = "0x20";
|
offset = "0x20";
|
||||||
origin = "top-center";
|
origin = "top-center";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue