diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-09 19:30:50 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-09 19:30:50 +0100 |
commit | 9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb (patch) | |
tree | 96a5398729d06ca9068b15b346cc8bc0ad80963e /.config/conky | |
parent | up (diff) | |
download | dotfiles-bsd-9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb.tar.gz dotfiles-bsd-9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb.tar.bz2 dotfiles-bsd-9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb.tar.xz dotfiles-bsd-9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb.tar.zst dotfiles-bsd-9513bd2b0f03d5ad89f42b12e5a9415b8ed614bb.zip |
up
Diffstat (limited to '.config/conky')
-rw-r--r-- | .config/conky/conkyrss | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/.config/conky/conkyrss b/.config/conky/conkyrss deleted file mode 100644 index b0e6e93..0000000 --- a/.config/conky/conkyrss +++ /dev/null @@ -1,51 +0,0 @@ -conky.config = { - alignment = 'left', - background = false, - own_window = true, - own_window_class = 'Desktop', - own_window_transparent = true, - own_window_type = 'desktop', - own_window_argb_visual = true, - own_window_argb_value = 255, - double_buffer = true, - use_spacer = 'none', - use_xft = true, - xftalpha = 1, - font = 'NotoSansMono Nerd Font:size=10', - font1 = 'NotoSansMono Nerd Font:bold:size=10', - font2 = 'Hack Nerd Font Mono:bold:size=10', - font3 = 'Hack Nerd Font Mono:bold:size=9', - template0 = '\\n', - if_up_strictness = address, - format_human_readable = true, - update_interval = 1.5, - uppercase = false, - override_utf8_locale = true, - stippled_borders = 0, - border_width = 2, - draw_borders = false, - draw_graph_borders = true, - draw_outline = false, - draw_shades = false, - show_graph_scale = false, - show_graph_range = false, - alignment = 'top_left', - minimum_height = 200, - minimum_width = 480, - maximum_width = 480, - gap_x = 330, - gap_y = 40, - net_avg_samples = 2, - cpu_avg_samples = 4, - short_units = true, - pad_percents = 2, - text_buffer_size = 8192, - out_to_console = false, - out_to_stderr = false, - extra_newline = false, - default_color = 'red', -} - -conky.text = [[ -${execpi 300 ~/.local/bin/conky/rss.sh} -]] |