diff options
| author | awy <awy@awy.one> | 2025-11-02 20:36:35 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-02 20:36:35 +0300 | 
| commit | a72c7536580145161b838cc58b80ef70927ba33a (patch) | |
| tree | fe666332e632b496c0b6add3276259ec02cf8f23 /.config/fnott | |
| parent | 80582415fa6436d854895e413ab8815cdbe0bb1c (diff) | |
| download | hyprdots-a72c7536580145161b838cc58b80ef70927ba33a.tar.gz | |
nord
Diffstat (limited to '.config/fnott')
| -rw-r--r-- | .config/fnott/fnott.ini | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini index 4e7d4d5..42017eb 100644 --- a/.config/fnott/fnott.ini +++ b/.config/fnott/fnott.ini @@ -4,17 +4,17 @@ max-width=300  min-width=300  max-icon-size=32 -background=3D484DFF -border-color=475259FF +background=2e3440FF +border-color=3b4252FF  border-size=2  title-font=monospace:size=14 -title-color=D3C6AAFF +title-color=eceff4FF  title-format=  summary-font=monospace:size=14 -summary-color=D3C6AAFF +summary-color=eceff4FF  body-font=monospace:size=14 -body-color=D3C6AAFF +body-color=eceff4FF  progress-bar-color=A7C080FF @@ -22,5 +22,5 @@ default-timeout=5  idle-timeout=120  [critical] -border-color=E67E80FF +border-color=bf616aFF  default-timeout=15  |