- commit
- 38f4ef6
- parent
- bbf7095
- author
- chasinglightning
- date
- 2025-07-18 17:30:12 -0400 EDT
conky cleanup
22 files changed,
+23,
-1055
+0,
-42
1@@ -1,42 +0,0 @@
2-#! /usr/bin/env bash
3-
4-# Author: Arturo Aguilar Lagunas
5-# Date: 30/08/2021
6-# Description: Collection of conky themes uncomment lines
7-# in order to launch the desired theme
8-
9-# Path to directory containing conky themes
10-themes_path=$HOME/.config/conky/themes
11-
12-# Kill all conky processess
13-killall conky
14-
15-# splitted (solid)
16-# conky -c $themes_path/splitted/dark-splitted-top.conf & conky -c $themes_path/splitted/dark-splitted-middle.conf & conky -c $themes_path/splitted/dark-splitted-bottom.conf
17-
18-# splitted (clear)
19-# conky -c $themes_path/splitted-clear/dark-splitted-top-clear.conf & conky -c $themes_path/splitted-clear/dark-splitted-middle-clear.conf & conky -c $themes_path/splitted-clear/dark-splitted-bottom-clear.conf
20-
21-# dual (solid)
22-# conky -c $themes_path/dual/dark-dual-solid-0.conf & conky -c $themes_path/dual/dark-dual-solid-1.conf
23-
24-# dual (clear)
25-# conky -c $themes_path/dual-clear/dark-dual-clear-0.conf & conky -c $themes_path/dual-clear/dark-dual-clear-1.conf
26-
27-# minimal (solid)
28-# conky -c $themes_path/minimal/dark-minimal.conf
29-
30-# minimal (clear)
31-# conky -c $themes_path/minimal-clear/dark-minimal-clear.conf
32-
33-# strip 1366x768 (solid)
34-# conky -c $themes_path/strip/dark-strip-r-1366-768.conf
35-
36-# strip 1920x1080 (solid)
37-# conky -c $themes_path/strip/dark-strip-l-1920-1080.conf
38-
39-# strip 1366x768 (clear)
40-# conky -c $themes_path/strip-clear/dark-strip-r-clear-1366-768.conf
41-
42-# strip 1920x1080 (clear)
43-conky -c $themes_path/strip-clear/dark-strip-l-clear-1920-1080.conf
+0,
-1
1@@ -1 +0,0 @@
2-${execi 30 /home/kat/.config/conky/test.sh}
+0,
-5
1@@ -1,5 +0,0 @@
2-#!/bin/bash
3-
4-phantomjs --debug=yes --ignore-ssl-errors=true --ssl-protocol=TLSv1.1 --web-security=true /usr/local/share/phantomjs-1.9.8-linux-x86_64/examples/rasterize.js "http://wttr.in/New_York?0pqT" /home/kat/.config/conky/wttr.png
5-
6-magick /home/kat/.config/conky/wttr.png -crop 460x460+0+0 -transparent black /home/kat/.config/conky/wttr.png
1@@ -1,65 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p0)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_left',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
66-]]
1@@ -1,70 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 330,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
58-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
59-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
60-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
61-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
62-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
63-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
64-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
65-
66-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
67-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
68-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
69-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
70-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
71-]]
1@@ -1,65 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p0)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_left',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
66-]]
1@@ -1,70 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 330,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
58-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
59-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
60-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
61-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
62-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
63-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
64-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
65-
66-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
67-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
68-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
69-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
70-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
71-]]
1@@ -1,80 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Minimal dark theme
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 24,
11- gap_y = 24,
12- minimum_height = 516,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
66-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
67-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
68-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
69-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
70-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
71-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
72-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
73-
74-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
75-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
76-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
77-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
78-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
79-
80-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
81-]]
1@@ -1,80 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Minimal dark theme
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 24,
11- gap_y = 24,
12- minimum_height = 516,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
66-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
67-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
68-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
69-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
70-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
71-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
72-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
73-
74-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
75-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
76-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
77-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
78-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
79-
80-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
81-]]
1@@ -1,61 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 32}
57-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
58-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
59-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
60-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
61-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
62-]]
1@@ -1,64 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'middle_right',
10- gap_x = 32,
11- gap_y = 0,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
58-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
59-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
60-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
61-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
62-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
63-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
64-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
65-]]
1@@ -1,65 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p0)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'top_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = true, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 0, -- transparency [0 -255]
28- -- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
66-]]
1@@ -1,61 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'bottom_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 32}
57-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
58-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
59-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
60-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
61-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
62-]]
1@@ -1,64 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p1)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'middle_right',
10- gap_x = 32,
11- gap_y = 0,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} Memory (MiB) ${font1}${alignr}${color1}${font1} CPU (%)${font}${voffset 8}
58-${goto 24}${color1}${top_mem name 1}${color2}${top_mem mem 1} ${alignr}${color1}${top name 1}${color2}${top cpu 1}
59-${goto 24}${color1}${top_mem name 2}${color2}${top_mem mem 2} ${alignr}${color1}${top name 2}${color2}${top cpu 2}
60-${goto 24}${color1}${top_mem name 3}${color2}${top_mem mem 3} ${alignr}${color1}${top name 3}${color2}${top cpu 3}${voffset 8}
61-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
62-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}
63-${goto 24}${color1}CPU: ${freq_g}GHz ${color2}${alignr}${cpu}% ${color1}${cpubar 4, 124}${voffset 8}
64-${goto 24}${color1}${memgraph 16, 175}${alignr}${color1}${cpugraph 16, 175}
65-]]
1@@ -1,65 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dual dark theme (p0)
5-]]
6-
7-conky.config = {
8- -- window position and size
9- alignment = 'top_right',
10- gap_x = 32,
11- gap_y = 32,
12- minimum_height = 210,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} OS ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1} Processes: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
66-]]
1@@ -1,5 +0,0 @@
2-#!/bin/bash
3-
4-phantomjs --debug=yes --ignore-ssl-errors=true --ssl-protocol=TLSv1.1 --web-security=true /usr/local/share/phantomjs-1.9.8-linux-x86_64/examples/rasterize.js "http://wttr.in/New_York?0pqT" /home/kat/.config/conky/wttr.png
5-
6-magick /home/kat/.config/conky/wttr.png -crop 460x460+0+0 -transparent black /home/kat/.config/conky/wttr.png
1@@ -1,100 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dark theme for a single monitor (1920 x 1080)
5-]]
6-
7-conky.config = {
8- -- window
9- alignment = 'top_left',
10- gap_x = 0,
11- gap_y = 0,
12- minimum_height = 1080,
13- minimum_width = 460,
14- maximum_width = 460,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=11',
22- font1 = 'RobotoMono Nerd Font:size=11',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 30}
57-${goto 24}${color1}${font1} System ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1}${font1} Processes ${voffset 8}${font}
66-${goto 24}${color1}All: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
67-
68-${goto 24}${color1}${font1} Memory ${voffset 8}${font}
69-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
70-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}${voffset 8}
71-${goto 24}${color1}${alignr}PID CPU MiB${voffset 8}
72-${goto 24}${color1}缾 ${top_mem name 1}${color2}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
73-${goto 24}${color1}缾 ${top_mem name 2}${color2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
74-${goto 24}${color1}缾 ${top_mem name 3}${color2}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
75-${goto 24}${color1}缾 ${top_mem name 4}${color2}${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
76-${goto 24}${color1}缾 ${top_mem name 5}${color2}${alignr}${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
77-${goto 24}${color1}缾 ${top_mem name 6}${color2}${alignr}${top_mem pid 6} ${top_mem cpu 6} ${top_mem mem 6}
78-${goto 24}${color1}缾 ${top_mem name 7}${color2}${alignr}${top_mem pid 7} ${top_mem cpu 7} ${top_mem mem 7}${voffset 8}
79-${goto 24}${color1}${memgraph 30, 420}
80-
81-${goto 24}${color1}${font1} CPU ${voffset 8}${font}
82-${goto 24}${color1}0: ${freq_g 1}GHz ${color2}${alignr}${cpu cpu0}% ${color1}${cpubar cpu0 4, 124}
83-${goto 24}${color1}1: ${freq_g 2}GHz ${color2}${alignr}${cpu cpu1}% ${color1}${cpubar cpu1 4, 124}
84-${goto 24}${color1}2: ${freq_g 3}GHz ${color2}${alignr}${cpu cpu2}% ${color1}${cpubar cpu2 4, 124}
85-${goto 24}${color1}3: ${freq_g 4}GHz ${color2}${alignr}${cpu cpu3}% ${color1}${cpubar cpu3 4, 124}${voffset 8}
86-${goto 24}${color1}${alignr}PID MiB CPU${voffset 8}
87-${goto 24}${color1} ${top name 1}${color2}${alignr}${top pid 1} ${top mem 1} ${top cpu 1}
88-${goto 24}${color1} ${top name 2}${color2}${alignr}${top pid 2} ${top mem 2} ${top cpu 2}
89-${goto 24}${color1} ${top name 3}${color2}${alignr}${top pid 3} ${top mem 3} ${top cpu 3}
90-${goto 24}${color1} ${top name 4}${color2}${alignr}${top pid 4} ${top mem 4} ${top cpu 4}
91-${goto 24}${color1} ${top name 5}${color2}${alignr}${top pid 5} ${top mem 5} ${top cpu 5}
92-${goto 24}${color1} ${top name 6}${color2}${alignr}${top pid 6} ${top mem 6} ${top cpu 6}
93-${goto 24}${color1} ${top name 7}${color2}${alignr}${top pid 7} ${top cpu 7} ${top mem 7}${voffset 8}
94-${goto 24}${color1}${cpugraph 30, 420}
95-
96-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
97-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
98-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
99-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
100-${goto 24}${color1}${upspeedgraph wlan0 30, 200} ${alignr}${downspeedgraph wlan0 30, 200}
101-]]
1@@ -1,92 +0,0 @@
2---[[
3- Author: Arturo Aguilar Lagunas
4- Description: Dark theme for a single monitor (1366 x 768)
5-]]
6-
7-conky.config = {
8- -- window
9- alignment = 'top_right',
10- gap_x = 0,
11- gap_y = 0,
12- minimum_height = 768,
13- minimum_width = 400,
14- maximum_width = 400,
15- background = false,
16- border_width = 1,
17- own_window = true,
18- own_window_class = 'Conky',
19- own_window_type = 'desktop',
20- -- Colors
21- font = 'RobotoMono Nerd Font:size=10',
22- font1 = 'RobotoMono Nerd Font:size=10',
23- color1 = '#f3f3f3', -- accent
24- color2 = '#c8c8c8', -- accent dimmed
25- own_window_transparent = false, -- transparency
26- own_window_argb_visual = true, -- transparency
27- own_window_argb_value = 195, -- transparency [0 -255]
28- own_window_colour = '#121214', -- bg color [comment to full transparency]
29- default_color = 'white', -- default colors
30- default_outline_color = 'white', -- default colors
31- default_shade_color = 'white', -- default colors
32- double_buffer = true, -- removes flickering
33- draw_borders = false, -- borders (window)
34- draw_graph_borders = true, -- borders (graphs)
35- draw_outline = false, -- border (text)
36- draw_shades = false, -- shades
37- extra_newline = false, -- extra newline at the end when writing to stdout
38- -- other
39- update_interval = 1.0,
40- cpu_avg_samples = 4,
41- net_avg_samples = 4,
42- no_buffers = true,
43- out_to_console = false,
44- out_to_ncurses = false,
45- out_to_stderr = false,
46- out_to_x = true,
47- show_graph_range = false,
48- show_graph_scale = false,
49- stippled_borders = 0,
50- uppercase = false,
51- use_spacer = 'none',
52- use_xft = true,
53-}
54-
55-conky.text = [[
56-${voffset 0}
57-${goto 24}${color1}${font1} System ${voffset 8}${font}
58-${goto 24}${color1}OS: ${color2}$sysname $nodename $machine ${alignr}${color1} ${color2}${battery_percent BAT1}%
59-${goto 24}${color1}Kernel: ${color2}$kernel
60-${goto 24}${color1}Uptime: ${color2}$uptime
61-
62-${goto 24}${color1}${font1} File system ${voffset 8}${font}
63-${goto 24}${color1}root: ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}
64-
65-${goto 24}${color1}${font1} Processes ${voffset 8}${font}
66-${goto 24}${color1}All: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads
67-
68-${goto 24}${color1}${font1} Memory ${voffset 8}${font}
69-${goto 24}${color1}RAM: ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}
70-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}${voffset 8}
71-${goto 24}${color1}${alignr}PID CPU MiB${voffset 8}
72-${goto 24}${color1}缾 ${top_mem name 1}${color2}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
73-${goto 24}${color1}缾 ${top_mem name 2}${color2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
74-${goto 24}${color1}缾 ${top_mem name 3}${color2}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}${voffset 8}
75-${goto 24}${color1}${memgraph 16, 364}
76-
77-${goto 24}${color1}${font1} CPU ${voffset 8}${font}
78-${goto 24}${color1}0: ${freq_g 1}GHz ${color2}${alignr}${cpu cpu0}% ${color1}${cpubar cpu0 4, 124}
79-${goto 24}${color1}1: ${freq_g 2}GHz ${color2}${alignr}${cpu cpu1}% ${color1}${cpubar cpu1 4, 124}
80-${goto 24}${color1}2: ${freq_g 3}GHz ${color2}${alignr}${cpu cpu2}% ${color1}${cpubar cpu2 4, 124}
81-${goto 24}${color1}3: ${freq_g 4}GHz ${color2}${alignr}${cpu cpu3}% ${color1}${cpubar cpu3 4, 124}${voffset 8}
82-${goto 24}${color1}${alignr}PID MiB CPU${voffset 8}
83-${goto 24}${color1} ${top name 1}${color2}${alignr}${top pid 1} ${top mem 1} ${top cpu 1}
84-${goto 24}${color1} ${top name 2}${color2}${alignr}${top pid 2} ${top mem 2} ${top cpu 2}
85-${goto 24}${color1} ${top name 3}${color2}${alignr}${top pid 3} ${top mem 3} ${top cpu 3}${voffset 8}
86-${goto 24}${color1}${cpugraph 16, 364}
87-
88-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}
89-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}
90-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}
91-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}
92-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}
93-]]
+0,
-0
+3,
-0
1@@ -0,0 +1,3 @@
2+# conky desktop misc files
3+
4+just the service and the script that i use to get my widgets up.
+5,
-0
1@@ -0,0 +1,5 @@
2+#!/bin/bash
3+
4+cd /home/kat/.config/conky && curl -s "http://wttr.in/New+York?0pqT" | tail -n +2 | magick -size 460x460 xc:black -font "JetBrainsMonoNF-Nerd-Font-Regular" -pointsize 15 -fill "#c6d0f5" -transparent black -annotate +0+0 "@-" wttr.png
5+
6+DISPLAY=:0 conky -c /home/kat/.config/conky/themes/strip-clear/dark-strip-l-clear-1920-1080.conf
1@@ -0,0 +1,15 @@
2+[Unit]
3+Description=Conky
4+After=network.target
5+
6+[Service]
7+Type=simple
8+User=kat
9+Group=kat
10+Environment="DISPLAY=:0"
11+ExecStart=/usr/bin/conky-wttr.sh
12+Restart=always
13+RuntimeMaxSec=30m
14+
15+[Install]
16+WantedBy=multi-user.target