minor code tidies

This commit is contained in:
Paul Wilde 2022-08-31 11:58:40 +01:00
parent 1da85e522d
commit 0485352caa
2 changed files with 3 additions and 3 deletions

View file

@ -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 =

View file

@ -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