1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-02 13:07:46 +00:00

Change dunst color and position

This commit is contained in:
RGBCube 2023-11-08 16:46:55 +03:00
parent 77362ff325
commit 45cd4fad18
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,9 @@ homeConfiguration "nixos" {
alignment = "left"; alignment = "left";
font = "OpenSans 12"; font = "OpenSans 12";
origin = "top-center";
offset = "0x20";
}; };
settings.urgency_low = { settings.urgency_low = {

View file

@ -9,5 +9,5 @@
low = "94A6FF"; low = "94A6FF";
medium = "FAA41A"; medium = "FAA41A";
high = "F15D22"; high = "AC1800";
} }