From b3ba463e4ec4175119ec3d8f7edf01b4fd50a418 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 19 Aug 2018 16:50:51 -0500 Subject: [PATCH] Conky: Get rid of that darned second bar Information overload is a real thing --- .config/conky/secondary.conf | 65 ------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 .config/conky/secondary.conf diff --git a/.config/conky/secondary.conf b/.config/conky/secondary.conf deleted file mode 100644 index 12192a25..00000000 --- a/.config/conky/secondary.conf +++ /dev/null @@ -1,65 +0,0 @@ --- vim: ts=4 sw=4 noet ai cindent syntax=lua - -conky.config = { - own_window = true, - own_window_title = 'Conky', - own_window_class = 'Conky', - own_window_type = 'desktop', - own_window_colour = '282828', - - double_buffer = true, - cpu_avg_samples = 2, - net_avg_samples = 2, - no_buffers = true, - update_interval = 1, - - use_xft = true, - font = 'Roboto:style=Light:size=10', - default_color = '#ebdbb2', - color1 = '282828', -- Background - color2 = 'ebdbb2', -- Foreground - color3 = '3c3836', -- Background-alt - color4 = 'fb4934', -- Red (Debian) - color6 = '8ec07c', -- Cyan - color7 = 'fabd2f', -- Yellow - color8 = '83a598', -- Blue - color9 = 'd3869b', -- Magenta (Gentoo) - - alignment = 'top_left', - xinerama_head = 0, - minimum_height = 400, - minimum_width = 404, - border_width = 6, - gap_x = 30, - gap_y = 64, - - show_graph_scale = true, - format_human_readable = true, - - draw_outline = false, - draw_graph_borders = false, - draw_shades = false -} - -conky.text = [[ -${font Roboto:style=Medium:size=30}salt$font -${font Roboto:style=Light:size=17}${time %I:%M %p}$font -${font Roboto:style=Light:size=12}${time %A, %B %d, %Y}$font -${color3}$hr$color -${font Roboto:style=Medium:size=10}RSS$font: -$color9${rss https://security.gentoo.org/glsa/feed.rss 60 feed_title}$color: - ${rss https://security.gentoo.org/glsa/feed.rss 60 item_title 0} - ${rss https://security.gentoo.org/glsa/feed.rss 60 item_title 1} - ${rss https://security.gentoo.org/glsa/feed.rss 60 item_title 2} -$color4${rss https://www.debian.org/security/dsa 60 feed_title}$color: - ${rss https://www.debian.org/security/dsa 60 item_title 0} - ${rss https://www.debian.org/security/dsa 60 item_title 1} - ${rss https://www.debian.org/security/dsa 60 item_title 2} -${color3}$hr$color${if_existing /home/salt/Documents/todo} -${font Roboto:style=Medium:size=10}TODO$font:${alignr}Top 10 items -${head ~/Documents/todo 10 2}${color3}$hr$color${endif} -${font Roboto:style=Medium:size=10}Statistics$font: -Battery: $battery_percent% charged, $battery_time remaining -Processes: $running_processes running, $processes total -Uptime: $uptime -]]