lightmode
E. Almqvist 4 years ago
parent 706f8610f7
commit 324801a9f2
  1. 3
      conky/launch.sh
  2. 42
      conky/todo.conf
  3. 4
      i3/config

@ -3,4 +3,5 @@ killall -q conky
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
conky conky &
conky -q -c $HOME/.config/conky/todo.conf &

@ -0,0 +1,42 @@
conky.config = {
alignment = 'middle_right',
background = true,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'red',
default_shade_color = 'white',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
extra_newline = false,
font = 'Overpass Mono:size=14',
gap_x = 40,
gap_y = 20,
minimum_height = 5,
minimum_width = 260,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'override',
own_window_transparent = true,
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}
conky.text = [[
${color #a4abb3}To do list:$color
${exec cat ~/.todo/todo.txt}
]]

@ -209,8 +209,8 @@ hide_edge_borders both
bindsym $mod+Shift+s sticky toggle bindsym $mod+Shift+s sticky toggle
# gaps # gaps
gaps outer 26 gaps outer 28
gaps inner 12 gaps inner 8
# Wallpaper # Wallpaper
exec_always feh --bg-fill $HOME/.wallpaper.jpg exec_always feh --bg-fill $HOME/.wallpaper.jpg

Loading…
Cancel
Save