minor code tidies
This commit is contained in:
parent
1da85e522d
commit
0485352caa
2 changed files with 3 additions and 3 deletions
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue