From 4d2aeb82fbe4f331967c17ade27d11976fe0bb46 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 6 Oct 2025 11:38:49 +0100 Subject: [PATCH] Reduce max width of fnott --- home/dot_config/fnott/fnott_dark.ini | 2 +- home/dot_config/fnott/fnott_light.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_config/fnott/fnott_dark.ini b/home/dot_config/fnott/fnott_dark.ini index 0cdeb8f..07d7a56 100644 --- a/home/dot_config/fnott/fnott_dark.ini +++ b/home/dot_config/fnott/fnott_dark.ini @@ -5,7 +5,7 @@ # Global values # output=# #min-width=300 -#max-width=800 +max-width=500 #max-height=200 # stacking-order=bottom-up anchor=top-right diff --git a/home/dot_config/fnott/fnott_light.ini b/home/dot_config/fnott/fnott_light.ini index 4549cc2..1102517 100644 --- a/home/dot_config/fnott/fnott_light.ini +++ b/home/dot_config/fnott/fnott_light.ini @@ -5,7 +5,7 @@ # Global values # output=# #min-width=300 -#max-width=800 +max-width=500 #max-height=200 # stacking-order=bottom-up anchor=top-right