Compare commits

...

3 Commits

Author SHA1 Message Date
Gregory Trolliet 788b5532bd Add some quickmarks 2020-08-25 17:23:45 +02:00
Gregory Trolliet 2c4416695e Change to lua 2020-08-25 17:23:31 +02:00
Gregory Trolliet ebbfaa23a9 Add latin language 2020-08-25 17:23:11 +02:00
3 changed files with 52 additions and 60 deletions

View File

@ -260,6 +260,7 @@ language+=([se]="Svenska");
language+=([it]="Italiano"); language+=([it]="Italiano");
language+=([es]="Español"); language+=([es]="Español");
language+=([jp]="Nihongo"); language+=([jp]="Nihongo");
language+=([la]="Latin");
language+=([goyu]="Taiwanese Mandarin"); language+=([goyu]="Taiwanese Mandarin");
if cmus-remote -Q &>/dev/null ; then if cmus-remote -Q &>/dev/null ; then

View File

@ -1,49 +1,49 @@
# For ideas about how to modify the conky conf, please see: --##############################################
# https://github.com/Toory/Conky-config --# Settings
# --##############################################
############################################## conky.config = {
# Settings alignment = top_right,
############################################## --background = true,
alignment top_right border_width = 1,
#background yes color0 = '0077FF',
border_width 1 color1 = '991F00',
color0 0077FF color2 = '0000FF',
color1 991F00 color3 = 'eb91df',
color2 0000FF color4 = 'f2c55a',
color3 eb91df color5 = 'a7f0e3',
color4 f2c55a cpu_avg_samples = 2,
color5 a7f0e3 default_color = white,
cpu_avg_samples 2 default_outline_color = green,
default_color white default_shade_color = red,
default_outline_color green double_buffer = true,
default_shade_color red draw_borders = false,
double_buffer yes draw_graph_borders = true,
draw_borders no draw_outline = false,
draw_graph_borders yes draw_shades = false,
draw_outline no gap_x = 3515,
draw_shades no gap_y = 0,
gap_x -1920 minimum_width = 325,
gap_y 0 maximum_width = 325,
maximum_width 325 minimum_height = 1080,
minimum_height 1080 no_buffers = true,
no_buffers yes override_utf8_locale = true,
override_utf8_locale yes own_window = true,
own_window yes own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager --own_window_transparent = true,
#own_window_transparent yes own_window_argb_visual = true,
own_window_argb_visual yes own_window_argb_value = 100,
own_window_argb_value 100 own_window_type = 'normal',
own_window_type 'normal' --own_window_color = 000000
#own_window_color 000000 total_run_times = 0,
total_run_times 0 update_interval = 1,
update_interval 1 uppercase = false,
uppercase no use_spacer = right,
use_spacer right use_xft = true,
use_xft yes xftalpha = 0.8,
xftalpha 0.8 font = 'Bitstream Vera Sans Mono:size=8',
xftfont Bitstream Vera Sans Mono:size=8 }
TEXT conky.text = [[
############################################## ##############################################
#DATE #DATE
############################################## ##############################################
@ -111,14 +111,6 @@ ${fs_bar /media/HDD3/}
${font sans-serif:normal:size=8} /RAGNAS $alignc ${fs_used /media/ragnas/music/} / ${fs_size /media/ragnas/music/} $alignr ${fs_used_perc /media/ragnas/music}% ${font sans-serif:normal:size=8} /RAGNAS $alignc ${fs_used /media/ragnas/music/} / ${fs_size /media/ragnas/music/} $alignr ${fs_used_perc /media/ragnas/music}%
${fs_bar /media/ragnas/music/} ${fs_bar /media/ragnas/music/}
#${voffset 2}${font sans-serif:normal:size=8}| Read of /: ${font}${font Liberation Sans:size=8}$alignr${diskio_read sda}
#${font sans-serif:normal:size=8}|----${offset 5}${color3}${diskiograph_read sda 7,000 1793d0 ffffff}${font}${color}
#${voffset 0}${font sans-serif:normal:size=8}| Write of /: ${font}${font Liberation Sans:size=8}$alignr${diskio_write sda}
#${font sans-serif:normal:size=8}|----${offset 5}${color3}${diskiograph_write sda 7,000 1793d0 ffffff}${font}${color}
#${color4}${font sans-serif:normal:size=8} Disk D $alignc ${fs_used /run/media/giux/DISCO D/} / ${fs_size /run/media/giux/DISCO D/} $alignr ${fs_used_perc /run/media/giux/DISCO D/}%
#${fs_bar /run/media/giux/DISCO D/}$color
#${color5}${font sans-serif:normal:size=8} Disk E $alignc ${fs_used /run/media/giux/DISCO E/} / ${fs_size /run/media/giux/DISCO E/} $alignr ${fs_used_perc /run/media/giux/DISCO E/}%
#${fs_bar /run/media/giux/DISCO E/}$color
############################################## ##############################################
#NETWORK #NETWORK
############################################## ##############################################
@ -131,13 +123,6 @@ Total: ${totaldown enp0s31f6} $alignr Total: ${totalup enp0s31f6}
${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6 25,160 ffcc00 ff0000} ${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6 25,160 ffcc00 ff0000}
#${color0}${font sans-serif:bold:size=8}GEOIP ${hr 2}$color #${color0}${font sans-serif:bold:size=8}GEOIP ${hr 2}$color
############################################## ##############################################
#GEOIP
##############################################
#${font sans-serif:normal:size=8}Ping: $alignr${execi 450 ping www.google.com -c 1 | grep time= | rev | cut -c -6 | rev}
#${font sans-serif:normal:size=8}country $alignr${execi 450 curl ipinfo.io/country}
#${font sans-serif:normal:size=8}region $alignr${execi 450 curl ipinfo.io/region}
#${font sans-serif:normal:size=8}city $alignr${execi 450 curl ipinfo.io/city}
#${font sans-serif:normal:size=8}coords $alignr${execi 450 curl ipinfo.io/loc}
############################################## ##############################################
#MUSIC #MUSIC
@ -153,3 +138,4 @@ ${alignc}${exec cmus-remote -Q | grep 'position'| awk '{print strftime("%M:%S",
${else}$alignc Nothing is playing at the moment. ${else}$alignc Nothing is playing at the moment.
${endif} ${endif}
${color DimGray}${execi 120 fortune -a -n 500 -s | fold -s -w54}$color ${color DimGray}${execi 120 fortune -a -n 500 -s | fold -s -w54}$color
]]

View File

@ -17,3 +17,8 @@ svg optimizer svgomg https://lehollandaisvolant.net/tout/tools/svgoptim/
fer ciam https://fer-ge.ch/web/fer-ge fer ciam https://fer-ge.ch/web/fer-ge
inubo https://www.inubo.ch/apps/files/?dir=/&fileid=1238980 inubo https://www.inubo.ch/apps/files/?dir=/&fileid=1238980
instagram rss bridge bibliogram https://bibliogram.pussthecat.org/ instagram rss bridge bibliogram https://bibliogram.pussthecat.org/
ygg torrent https://ww3.yggtorrent.si/
windows nettoyage https://sebsauvage.net/wiki/doku.php?id=windows
mail dovecot postfix configuration https://blog.cybiere.fr/post/mail_intro/
factorio blueprints https://factorioprints.com/
nfs smb sshfs nas performance https://blog.ja-ke.tech/2019/08/27/nas-performance-sshfs-nfs-smb.html