mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
dunst: Decrease border size
Also makes the separator height consistent with the frame width.
This commit is contained in:
parent
2873612e25
commit
c9285617ba
@ -26,10 +26,10 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
width = 370;
|
width = 370;
|
||||||
separator_height = 5;
|
separator_height = 1;
|
||||||
padding = 24;
|
padding = 24;
|
||||||
horizontal_padding = 24;
|
horizontal_padding = 24;
|
||||||
frame_width = 3;
|
frame_width = 1;
|
||||||
idle_threshold = 120;
|
idle_threshold = 120;
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
word_wrap = "yes";
|
word_wrap = "yes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user