summaryrefslogtreecommitdiffstats
path: root/.config/conkyrc
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-09 11:44:37 +0100
committerJoe <rrbo@proton.me>2023-02-09 11:44:37 +0100
commit1ece3e44999e9c98e062fc8237ae398f7f041e22 (patch)
treea6f6e9043677d405187671b49f72bd5722b14167 /.config/conkyrc
parentup (diff)
downloaddotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.gz
dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.bz2
dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.xz
dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.tar.zst
dotfiles-bsd-1ece3e44999e9c98e062fc8237ae398f7f041e22.zip
up
Diffstat (limited to '.config/conkyrc')
-rw-r--r--.config/conkyrc88
1 files changed, 0 insertions, 88 deletions
diff --git a/.config/conkyrc b/.config/conkyrc
deleted file mode 100644
index 2ec1a5e..0000000
--- a/.config/conkyrc
+++ /dev/null
@@ -1,88 +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 = 1,
- 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_width = 400,
- minimum_height = 1440,
- maximum_width = 400,
- gap_x = 10,
- 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 = [[
-${color #928374}${alignc}${time %A %e %B %Y - %Hh%M}
-${color #ebdbb2}${font1}SYSTEM ${hr}${font}
-${color #928374}Terminal: ${font2}${color #ebdbb2}${nodename_short}${font}
-${color #928374}OS: ${font2}${color #ebdbb2}${sysname}${font}
-${color #928374}Kernel: ${font2}${color #ebdbb2}${kernel}${font}
-${color #928374}Uptime: ${font2}${color #ebdbb2}${uptime}${font}
-${if_mpd_playing}${font1}MPD ${hr}${font}
-
-${font2}${color #ebdbb2}${goto 130}${mpd_artist}
-${goto 130}${scroll wait 30 3 1 ${mpd_title}}
-${goto 130}${mpd_elapsed}/${mpd_length} ${mpd_bar}
-${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 0,150 -n}${font}
-
-${endif}${execpi 1800 ~/.local/bin/conky/weather.sh}
-CPU ${hr}
-${color #928374}CPU: ${font2}${color #ebdbb2} ${freq_g} GHz ${color #ebdbb2}${cpu}%
-${offset 4}${cpugraph bfbfbf c0c0c0}
-${color #928374}1:${color #ebdbb2} ${cpu cpu0}% ${cpubar cpu0}${color #ebdbb2}
-${color #928374}2:${color #ebdbb2} ${cpu cpu1}% ${cpubar cpu1}${color #ebdbb2}
-${color #928374}3:${color #ebdbb2} ${cpu cpu2}% ${cpubar cpu2}${color #ebdbb2}
-${color #928374}4:${color #ebdbb2} ${cpu cpu3}% ${cpubar cpu3}${color #ebdbb2}
-${color #928374}5:${color #ebdbb2} ${cpu cpu4}% ${cpubar cpu4}${color #ebdbb2}
-${color #928374}6:${color #ebdbb2} ${cpu cpu5}% ${cpubar cpu5}${color #ebdbb2}${font}
-${font1}RAM ${hr}${font}
-${color #928374}RAM: ${font2}${color #ebdbb2}${mem} / ${memmax} ${color #ebdbb2}${memperc}% ${membar 4}${font}
-${offset 4}${memgraph bfbfbf c0c0c0}
-${color #928374}SWAP: ${font2}${color #ebdbb2}${swap} / ${swapmax} ${color #ebdbb2}${swapperc}% ${swapbar 4}${font}
-${font1}DISK ${hr}${font}
-${color #928374}SSD: ${font2}${color #ebdbb2}${fs_free_perc /}% ${fs_bar 6 /}${font}
-${font1}PROC ${hr}${font}
-${color #928374}Process:${color #928374}${alignr}PID CPU MEM
-${font2}${color #ebdbb2}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem_res 1}
-${font2}${color #928374}${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem_res 2}
-${font2}${color #ebdbb2}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem_res 3}
-${font2}${color #928374}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font}
-${color #928374}---------
-${color #928374}Processes: ${font2}${color #ebdbb2}${processes}${font}
-${execp ~/.local/bin/conky/net.sh}
-]]