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