From 411db83683eed91c6ca295e201c4776a7aa60162 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 19 Jul 2025 20:20:46 +0200 Subject: [PATCH] fuzzel: modularize config files v2 --- dot-config/fuzzel/fuzzel.ini | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/dot-config/fuzzel/fuzzel.ini b/dot-config/fuzzel/fuzzel.ini index 3c72835b..7d4dd449 100644 --- a/dot-config/fuzzel/fuzzel.ini +++ b/dot-config/fuzzel/fuzzel.ini @@ -18,7 +18,7 @@ icon-theme=breeze-dark # delayed-filter-ms=300 # delayed-filter-limit=20000 # show-actions=no -# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here +terminal=foot -e # Note: you cannot actually use environment variables here # launch-prefix= # list-executables-in-path=no @@ -49,22 +49,8 @@ width=45 # render-workers= # match-workers= -[colors] -# Start flavours -## Default Dark theme -## by Chris Kempson (http://chriskempson.com) - -background=282828e2 -text=d8d8d8ff -match=7cafc2ff -selection=585858ff -selection-text=e8e8e8ff -selection-match=7cafc2ff -border=86c1b9ff -# End flavours - [border] -width=1 +width=2 radius=6 [dmenu] @@ -117,3 +103,4 @@ radius=6 # custom-17=Mod1+ampersand # custom-18=Mod1+asterix # custom-19=Mod1+parentleft + -- 2.51.2