From 64e5290c6083538d2a97856f8041c42926b3a290 Mon Sep 17 00:00:00 2001 From: DrunkenAlcoholic Date: Mon, 8 Jul 2024 00:53:15 +0000 Subject: [PATCH 1/2] Update configloader.nim Fix typo --- src/nimdowpkg/config/configloader.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimdowpkg/config/configloader.nim b/src/nimdowpkg/config/configloader.nim index fc31ef5..450f62f 100644 --- a/src/nimdowpkg/config/configloader.nim +++ b/src/nimdowpkg/config/configloader.nim @@ -45,7 +45,7 @@ type fonts*: seq[string] showIndicator*: bool # Hex values - fgColor*, bgColor*, selectionColor*, urgentColor*, hasWindowsColor: int + fgColor*, bgColor*, selectionColor*, urgentColor*, hasWindowsColor*: int transparency*: uint8 ScratchpadSettings* = object width*: int From 96a4e0d7c3976ad8d7bfe56fd78c99a9fad35085 Mon Sep 17 00:00:00 2001 From: DrunkenAlcoholic Date: Mon, 8 Jul 2024 00:57:21 +0000 Subject: [PATCH 2/2] Update config.default.toml updated default config for color tag and indicator modifications --- config.default.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.default.toml b/config.default.toml index b268960..ff68895 100644 --- a/config.default.toml +++ b/config.default.toml @@ -54,6 +54,8 @@ exec = [ barForegroundColor = "#f8f8f2" barSelectionColor = "#50fa7b" barUrgentColor = "#ff5555" + barHasWindowsColor = "#f5eodc" + barShowIndicator = false barTransparency = 255 # 0 to 255 barFonts = [ "monospace:size=10:antialias=true",