diff options
| author | awy <awy@awy.one> | 2025-11-19 19:35:16 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-19 19:35:16 +0300 |
| commit | 790eccde5e3bb6a187a47c34fa905bab064fad71 (patch) | |
| tree | 4eeaa7b05b47442f6d72a19194e0e161159bb221 /.config/fnott/fnott.ini | |
| parent | c767767a21064a4ce8cade883a3c59f2f2d32165 (diff) | |
| download | hyprdots-790eccde5e3bb6a187a47c34fa905bab064fad71.tar.gz | |
yep
Diffstat (limited to '.config/fnott/fnott.ini')
| -rw-r--r-- | .config/fnott/fnott.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini index 42017eb..63748c8 100644 --- a/.config/fnott/fnott.ini +++ b/.config/fnott/fnott.ini @@ -4,23 +4,23 @@ max-width=300 min-width=300 max-icon-size=32 -background=2e3440FF -border-color=3b4252FF +background=282828FF +border-color=3c3836FF border-size=2 title-font=monospace:size=14 -title-color=eceff4FF +title-color=ebdbb2FF title-format= summary-font=monospace:size=14 -summary-color=eceff4FF +summary-color=ebdbb2FF body-font=monospace:size=14 -body-color=eceff4FF +body-color=ebdbb2FF -progress-bar-color=A7C080FF +progress-bar-color=d3869bFF default-timeout=5 idle-timeout=120 [critical] -border-color=bf616aFF +border-color=fb4934FF default-timeout=15 |