From 0485352caa3c994b3b73264511bfa35082e2c8d2 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 31 Aug 2022 11:58:40 +0100 Subject: [PATCH] minor code tidies --- batturry/src/batturry.nim | 2 +- noteurr/src/noteurr.nim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/batturry/src/batturry.nim b/batturry/src/batturry.nim index 95756e0..b9c0840 100644 --- a/batturry/src/batturry.nim +++ b/batturry/src/batturry.nim @@ -12,7 +12,7 @@ const low_fg = red const alert_fg = black const alert_bg = yellow const med_fg = green -const med_bg = black +#const med_bg = black proc batteryExists(): bool = diff --git a/noteurr/src/noteurr.nim b/noteurr/src/noteurr.nim index 8a44e20..f77a50d 100644 --- a/noteurr/src/noteurr.nim +++ b/noteurr/src/noteurr.nim @@ -1,7 +1,7 @@ import ../../globurrl -import std/[os,strutils,sequtils,times] +import std/[os,sequtils,times] -const note_dir = WM_TOOLS_DIR & ".notes.dmenu/" # Putting it in Nextcloud so it can sync :-) +const note_dir = WM_TOOLS_DIR & ".notes.wm_tools/" # Putting it in Nextcloud so it can sync :-) const default_bg = white const default_fg = black