lightmode
E. Almqvist 3 years ago
parent d18c061323
commit 2f98df8965
  1. 12
      conky/.config/conky/conky.conf
  2. 2
      nvim/.config/nvim/init.vim

@ -12,9 +12,9 @@ conky.config = {
draw_outline = false, draw_outline = false,
draw_shades = false, draw_shades = false,
extra_newline = false, extra_newline = false,
font = 'monospace:size=14', font = 'Space Mono:size=14',
gap_x = 0, gap_x = 40,
gap_y = 0, gap_y = 40,
minimum_height = 5, minimum_height = 5,
minimum_width = 260, minimum_width = 260,
net_avg_samples = 2, net_avg_samples = 2,
@ -38,5 +38,9 @@ conky.config = {
} }
conky.text = [[ conky.text = [[
${eval ${texeci 1 /home/elal/.scripts/cbonsai --print --message="$(date)" | /home/elal/.scripts/ansi2conky}} TODO:
${exec cat ~/.todo}
MINER STATS:
${exec ~/.scripts/ethstatus.py}
]] ]]

@ -39,7 +39,7 @@ set ignorecase
set mouse=a set mouse=a
set hlsearch set hlsearch
set autoindent set autoindent
set nu rnu " set nu rnu
filetype plugin indent on filetype plugin indent on
syntax on syntax on

Loading…
Cancel
Save