Compare commits
No commits in common. "f10ca060cf8b3d9d26b6b0d7fe65e2bdd6d0df4e" and "bdbb7400e85f103d0ed2d8517f64732606c64cf1" have entirely different histories.
f10ca060cf
...
bdbb7400e8
2 changed files with 46 additions and 48 deletions
|
@ -1,50 +1,49 @@
|
|||
# For ideas about how to modify the conky conf, please see:
|
||||
# https://github.com/Toory/Conky-config
|
||||
#
|
||||
##############################################
|
||||
# Settings
|
||||
##############################################
|
||||
alignment top_right
|
||||
background yes
|
||||
border_width 1
|
||||
color0 0077FF
|
||||
color1 991F00
|
||||
color2 0000FF
|
||||
color3 eb91df
|
||||
color4 f2c55a
|
||||
color5 a7f0e3
|
||||
cpu_avg_samples 2
|
||||
default_color white
|
||||
default_outline_color green
|
||||
default_shade_color red
|
||||
double_buffer yes
|
||||
draw_borders no
|
||||
draw_graph_borders yes
|
||||
draw_outline no
|
||||
draw_shades no
|
||||
gap_x 0
|
||||
gap_y 15
|
||||
maximum_width 200
|
||||
minimum_size 0 0
|
||||
no_buffers yes
|
||||
override_utf8_locale yes
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
own_window_transparent no
|
||||
own_window_type normal
|
||||
own_window yes
|
||||
total_run_times 0
|
||||
update_interval 1
|
||||
uppercase no
|
||||
use_spacer right
|
||||
use_xft yes
|
||||
xftalpha 0.8
|
||||
xftfont Bitstream Vera Sans Mono:size=8
|
||||
own_window_argb_value 100
|
||||
own_window_argb_visual yes
|
||||
own_window_colour 000000
|
||||
|
||||
--##############################################
|
||||
--# Settings
|
||||
--##############################################
|
||||
conky.config = {
|
||||
alignment = top_right,
|
||||
--background = true,
|
||||
border_width = 1,
|
||||
color0 = '0077FF',
|
||||
color1 = '991F00',
|
||||
color2 = '0000FF',
|
||||
color3 = 'eb91df',
|
||||
color4 = 'f2c55a',
|
||||
color5 = 'a7f0e3',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = white,
|
||||
default_outline_color = green,
|
||||
default_shade_color = red,
|
||||
double_buffer = true,
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_outline = false,
|
||||
draw_shades = false,
|
||||
gap_x = 1166,
|
||||
gap_y = 15,
|
||||
minimum_width = 200,
|
||||
maximum_width = 200,
|
||||
minimum_height = 768,
|
||||
no_buffers = true,
|
||||
override_utf8_locale = true,
|
||||
own_window = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
--own_window_transparent = true,
|
||||
own_window_argb_visual = true,
|
||||
own_window_argb_value = 100,
|
||||
own_window_type = 'normal',
|
||||
--own_window_color = 000000
|
||||
total_run_times = 0,
|
||||
update_interval = 1,
|
||||
uppercase = false,
|
||||
use_spacer = right,
|
||||
use_xft = true,
|
||||
xftalpha = 0.8,
|
||||
font = 'Bitstream Vera Sans Mono:size=8',
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
TEXT
|
||||
##############################################
|
||||
#DATE
|
||||
##############################################
|
||||
|
@ -109,5 +108,5 @@ ${downspeedgraph wlp1s0 99cc33 006600}
|
|||
Down: $alignc ${downspeed wlp1s0}/s $alignr tot: ${totaldown wlp1s0}
|
||||
${upspeedgraph wlp1s0 ffcc00 ff0000}
|
||||
Up: $alignc ${upspeed wlp1s0}/s $alignr tot: ${totalup wlp1s0}
|
||||
]]
|
||||
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ rich comparator 10% https://howrichami.givingwhatwecan.org/how-rich-am-i
|
|||
opengraph image size facebook twitter og https://iamturns.com/open-graph-image-size
|
||||
inubo nextcloud files https://www.inubo.ch/apps/files/?dir=/&fileid=1238980
|
||||
password generator https://passwordsgenerator.net/
|
||||
lorem picsum picture https://picsum.photos/
|
||||
|
|
Loading…
Reference in a new issue