mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Update
This commit is contained in:
@@ -1,131 +0,0 @@
|
||||
-----------------------------------------------------------------------------
|
||||
-- conkyrc_seamod
|
||||
-- Date : 04/23/2016
|
||||
-- Author : SeaJey and Maxiwell
|
||||
-- Conky : >= 1.10
|
||||
-- License : Distributed under the terms of GNU GPL version 2 or later
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
conky.config = {
|
||||
|
||||
background = true,
|
||||
update_interval = 1,
|
||||
time_in_seconds = true,
|
||||
|
||||
cpu_avg_samples = 2,
|
||||
net_avg_samples = 2,
|
||||
temperature_unit = 'farenheight',
|
||||
|
||||
double_buffer = true,
|
||||
no_buffers = true,
|
||||
text_buffer_size = 2048,
|
||||
|
||||
gap_x = 0,
|
||||
gap_y = 150,
|
||||
minimum_width = 100, minimum_height = 900,
|
||||
maximum_width = 115,
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_argb_visual = true,
|
||||
own_window_class = 'conky-semi',
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
|
||||
border_inner_margin = 0,
|
||||
border_outer_margin = 0,
|
||||
alignment = 'top_left',
|
||||
|
||||
|
||||
draw_shades = false,
|
||||
draw_outline = false,
|
||||
draw_borders = false,
|
||||
draw_graph_borders = false,
|
||||
|
||||
override_utf8_locale = true,
|
||||
use_xft = true,
|
||||
font = 'caviar dreams:size=11',
|
||||
xftalpha = 0.5,
|
||||
uppercase = false,
|
||||
|
||||
-- Defining colors
|
||||
default_color = '#FFFFFF',
|
||||
-- Shades of Gray
|
||||
color1 = '#DDDDDD',
|
||||
color2 = '#AAAAAA',
|
||||
color3 = '#888888',
|
||||
-- Gentoo Purple
|
||||
color4 = '#7A5ADA',
|
||||
-- Green
|
||||
color5 = '#8FEB8F',
|
||||
-- Red
|
||||
color6 = '#F45F45',
|
||||
-- Loading lua script for drawning rings
|
||||
lua_load = '~/.config/awesome/conky/seamod_rings.lua',
|
||||
lua_draw_hook_pre = 'main',
|
||||
|
||||
};
|
||||
|
||||
--${offset 15}${font Droid Sans:size=11:style=normal}${color1}${pre_exec lsb_release -d | cut -f 2} - $sysname $kernel
|
||||
conky.text = [[
|
||||
|
||||
${font Droid Sans:size=8:style=normal}${color1}$kernel
|
||||
${font Droid Sans:size=8:style=normal}${color1}Temp ${color3}$alignr${exec 10 sensors | grep Core\ 3 | awk '{print $3}'}
|
||||
${font Droid Sans:size=9:style=normal}${color1}NVidia Optimus: ${color3}$alignr${execi 10 cat /proc/acpi/bbswitch | awk '{print $2}'}
|
||||
${font Droid Sans:size=9:style=normal}${color1}Uptime: $alignr${color3}${color3}$uptime
|
||||
#${voffset 40}
|
||||
#${offset 65}${font Droid Sans:size=16:style=bold}${color5}BAT
|
||||
#
|
||||
#${voffset -35}
|
||||
${font Droid Sans:size=8:style=normal}${color1}Status ${color3}$alignr${battery BAT1}
|
||||
${font Droid Sans:size=8:style=normal}${color1}Time Left ${font Droid Sans:size=8:bold:style=normal}${color4}$alignr${format_time $battery_time "\hh\mm"}${battery_time BAT1}
|
||||
|
||||
# Showing CPU Graph
|
||||
${voffset 40}
|
||||
${offset 65}${font Droid Sans:size=19:style=bold}${color5}CPU
|
||||
${voffset 10}
|
||||
${cpugraph cpu1 20,118 666666 666666}
|
||||
${voffset -40}
|
||||
${font Droid Sans:size=9:style=normal}${color1}CPU Freq: ${font Droid Sans:size=9:bold:style=normal}${alignr}${color4}${freq} ${color2}MHz
|
||||
|
||||
# Showing TOP 5 CPU-consumers
|
||||
${font Droid Sans:bold:size=8:style=normal}${color4}${top name 1}${alignr}${top cpu 1}%
|
||||
${font Droid Sans:size=8:style=normal}${color1}${top name 2}${alignr}${top cpu 2}%
|
||||
${font Droid Sans:size=8:style=normal}${color2}${top name 3}${alignr}${top cpu 3}%
|
||||
${font Droid Sans:size=8:style=normal}${color3}${top name 4}${alignr}${top cpu 4}%
|
||||
${font Droid Sans:size=8:style=normal}${color3}${top name 5}${alignr}${top cpu 5}%
|
||||
|
||||
#Showing memory part with TOP 5
|
||||
${voffset 30}
|
||||
${offset 65}${font Droid Sans:size=14:style=bold}${color5}MEM
|
||||
${voffset 1}
|
||||
${font Droid Sans:bold:size=8:style=normal}${color4}${top_mem name 1}${alignr}${top_mem mem_res 1}
|
||||
${font Droid Sans:size=8:style=normal}${color1}${top_mem name 2}${alignr}${top_mem mem_res 2}
|
||||
${font Droid Sans:size=8:style=normal}${color2}${top_mem name 3}${alignr}${top_mem mem_res 3}
|
||||
${font Droid Sans:size=8:style=normal}${color3}${top_mem name 4}${alignr}${top_mem mem_res 4}
|
||||
${font Droid Sans:size=8:style=normal}${color3}${top_mem name 4}${alignr}${top_mem mem_res 5}
|
||||
|
||||
# Showing disk partitions: boot, root, home
|
||||
${voffset 47}
|
||||
${offset 70}${font Droid Sans:size=12:style=bold}${color5}DISKS
|
||||
${voffset 20}
|
||||
${diskiograph 20,118 666666 666666}${voffset -30}
|
||||
${voffset 10}
|
||||
${font Droid Sans:size=8:}${color1}Boot Free: ${alignr}$color3${font Droid Sans:size=8:style=normal}${fs_free /boot}
|
||||
${font Droid Sans:size=8:}${color1}Root Free: ${alignr}$color3${font Droid Sans:size=8:style=normal}${fs_free /}
|
||||
${font Droid Sans:size=8:}${color1}Home Free: ${alignr}$color3${font Droid Sans:size=8:style=normal}${fs_free /home}
|
||||
|
||||
# Network
|
||||
${voffset 49}
|
||||
${offset 70}${font Droid Sans:size=14:style=bold}${color5}WiFi
|
||||
${voffset 10}
|
||||
${font Droid Sans:size=10:style=bold}${color1}${color2}VPN: ${font Droid Sans:size=10:style=bold}${color5}${if_up tun0}UP${else}${color6}Down$endif$font$color
|
||||
${font Droid Sans:size=8:style=bold}${color1}Lan IP: ${alignr}$color3${addr wlp6s0}
|
||||
${font Droid Sans:size=8:style=bold}${color1}Ext IP: ${alignr}${color3}NOPE#${alignr}$color3${execi 600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1}
|
||||
#${font Droid Sans:size=8:style=bold}${alignr}$color3${execi 600 wget -q -O /dev/stdout https://www.dnsleaktest.com/ | grep from | grep -o '<p>.*<img' | grep -o '>.*<' | grep -oEi '[a-zA-Z0-9 ,]+'}
|
||||
${voffset 10}
|
||||
${color1}${font Droid Sans:size=8:style=bold}Up: ${alignr}${font Droid Sans:size=8:style=normal}$color2${upspeed wlp6s0} / ${totalup wlp6s0}
|
||||
${upspeedgraph wlp6s0 40,118 4B1B0C FF5C2B 1280KiB -l}
|
||||
${color1}${font Droid Sans:size=8:style=bold}Down: ${alignr}${font Droid Sans:size=8:style=normal}$color2${downspeed wlp6s0} / ${totaldown wlp6s0}
|
||||
${downspeedgraph wlp6s0 40,118 324D23 77B753 1280KiB -l}
|
||||
]];
|
||||
@@ -1,478 +0,0 @@
|
||||
--==============================================================================
|
||||
-- seamod_rings.lua
|
||||
--
|
||||
-- Date : 05/02/2012
|
||||
-- Author : SeaJey
|
||||
-- Version : v0.1
|
||||
-- License : Distributed under the terms of GNU GPL version 2 or later
|
||||
--
|
||||
-- This version is a modification of lunatico_rings.lua wich is modification of conky_orange.lua
|
||||
--
|
||||
-- conky_orange.lua: http://gnome-look.org/content/show.php?content=137503&forumpage=0
|
||||
-- lunatico_rings.lua: http://gnome-look.org/content/show.php?content=142884
|
||||
--==============================================================================
|
||||
|
||||
require 'cairo'
|
||||
|
||||
gauge = {
|
||||
{
|
||||
name='cpu', arg='cpu1', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=54,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu2', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=48,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu3', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=42,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu4', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=36,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu5', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=30,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu6', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=24,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu7', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=18,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='cpu', arg='cpu8', max_value=100,
|
||||
x=60, y=175,
|
||||
graph_radius=12,
|
||||
graph_thickness=5,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=0,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=9.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
--{
|
||||
-- name='battery_percent', arg='BAT1', max_value=100,
|
||||
-- x=60, y=133,
|
||||
-- graph_radius=35,
|
||||
-- graph_thickness=20,
|
||||
-- graph_start_angle=180,
|
||||
-- graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
-- graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
-- graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
-- hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
-- txt_radius=13,
|
||||
-- txt_weight=1, txt_size=10.0,
|
||||
-- txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
-- graduation_radius=23,
|
||||
-- graduation_thickness=0, graduation_mark_thickness=2,
|
||||
-- graduation_unit_angle=27,
|
||||
-- graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.5,
|
||||
-- caption='',
|
||||
-- caption_weight=1, caption_size=10.0,
|
||||
-- caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
--},
|
||||
{
|
||||
name='memperc', arg='', max_value=100,
|
||||
x=60, y=428,
|
||||
graph_radius=35,
|
||||
graph_thickness=20,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=18,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=23,
|
||||
graduation_thickness=0, graduation_mark_thickness=2,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.5,
|
||||
caption='',
|
||||
caption_weight=1, caption_size=10.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.3,
|
||||
},
|
||||
{
|
||||
name='fs_used_perc', arg='/home', max_value=100,
|
||||
x=60, y=620,
|
||||
graph_radius=52,
|
||||
graph_thickness=7,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=65,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=23,
|
||||
graduation_thickness=0, graduation_mark_thickness=2,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='/home',
|
||||
caption_weight=1, caption_size=12.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='fs_used_perc', arg='/', max_value=100,
|
||||
x=60, y=620,
|
||||
graph_radius=40,
|
||||
graph_thickness=7,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=27,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=23,
|
||||
graduation_thickness=0, graduation_mark_thickness=2,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='/',
|
||||
caption_weight=1, caption_size=12.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='fs_used_perc', arg='/boot', max_value=100,
|
||||
x=60, y=620,
|
||||
graph_radius=28,
|
||||
graph_thickness=7,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=1.0,
|
||||
txt_radius=16,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=23,
|
||||
graduation_thickness=0, graduation_mark_thickness=2,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='/boot',
|
||||
caption_weight=1, caption_size=12.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='downspeedf', arg='wlp6s0', max_value=100,
|
||||
x=60, y=835,
|
||||
graph_radius=42,
|
||||
graph_thickness=7,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=0,
|
||||
txt_radius=60,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='Down',
|
||||
caption_weight=1, caption_size=12.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='upspeedf', arg='wlp6s0', max_value=100,
|
||||
x=60, y=835,
|
||||
graph_radius=30,
|
||||
graph_thickness=7,
|
||||
graph_start_angle=180,
|
||||
graph_unit_angle=2.7, graph_unit_thickness=2.7,
|
||||
graph_bg_colour=0xffffff, graph_bg_alpha=0.1,
|
||||
graph_fg_colour=0xFFFFFF, graph_fg_alpha=0.3,
|
||||
hand_fg_colour=0x7A5ADA, hand_fg_alpha=0,
|
||||
txt_radius=20,
|
||||
txt_weight=0, txt_size=10.0,
|
||||
txt_fg_colour=0x7A5ADA, txt_fg_alpha=1.0,
|
||||
graduation_radius=28,
|
||||
graduation_thickness=0, graduation_mark_thickness=1,
|
||||
graduation_unit_angle=27,
|
||||
graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
|
||||
caption='Up',
|
||||
caption_weight=1, caption_size=12.0,
|
||||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
}
|
||||
|
||||
-- converts color in hexa to decimal
|
||||
function rgb_to_r_g_b(colour, alpha)
|
||||
return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
|
||||
end
|
||||
|
||||
-- convert degree to rad and rotate (0 degree is top/north)
|
||||
function angle_to_position(start_angle, current_angle)
|
||||
local pos = current_angle + start_angle
|
||||
return ( ( pos * (2 * math.pi / 360) ) - (math.pi / 2) )
|
||||
end
|
||||
|
||||
|
||||
-- displays gauges
|
||||
function draw_gauge_ring(display, data, value)
|
||||
local max_value = data['max_value']
|
||||
local x, y = data['x'], data['y']
|
||||
local graph_radius = data['graph_radius']
|
||||
local graph_thickness, graph_unit_thickness = data['graph_thickness'], data['graph_unit_thickness']
|
||||
local graph_start_angle = data['graph_start_angle']
|
||||
local graph_unit_angle = data['graph_unit_angle']
|
||||
local graph_bg_colour, graph_bg_alpha = data['graph_bg_colour'], data['graph_bg_alpha']
|
||||
local graph_fg_colour, graph_fg_alpha = data['graph_fg_colour'], data['graph_fg_alpha']
|
||||
local hand_fg_colour, hand_fg_alpha = data['hand_fg_colour'], data['hand_fg_alpha']
|
||||
local graph_end_angle = (max_value * graph_unit_angle) % 360
|
||||
|
||||
-- background ring
|
||||
cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, 0), angle_to_position(graph_start_angle, graph_end_angle))
|
||||
cairo_set_source_rgba(display, rgb_to_r_g_b(graph_bg_colour, graph_bg_alpha))
|
||||
cairo_set_line_width(display, graph_thickness)
|
||||
cairo_stroke(display)
|
||||
|
||||
-- arc of value
|
||||
local val = value % (max_value + 1)
|
||||
local start_arc = 0
|
||||
local stop_arc = 0
|
||||
local i = 1
|
||||
while i <= val do
|
||||
start_arc = (graph_unit_angle * i) - graph_unit_thickness
|
||||
stop_arc = (graph_unit_angle * i)
|
||||
cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
|
||||
cairo_set_source_rgba(display, rgb_to_r_g_b(graph_fg_colour, graph_fg_alpha))
|
||||
cairo_stroke(display)
|
||||
i = i + 1
|
||||
end
|
||||
local angle = start_arc
|
||||
|
||||
-- hand
|
||||
start_arc = (graph_unit_angle * val) - (graph_unit_thickness * 2)
|
||||
stop_arc = (graph_unit_angle * val)
|
||||
cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
|
||||
cairo_set_source_rgba(display, rgb_to_r_g_b(hand_fg_colour, hand_fg_alpha))
|
||||
cairo_stroke(display)
|
||||
|
||||
-- graduations marks
|
||||
local graduation_radius = data['graduation_radius']
|
||||
local graduation_thickness, graduation_mark_thickness = data['graduation_thickness'], data['graduation_mark_thickness']
|
||||
local graduation_unit_angle = data['graduation_unit_angle']
|
||||
local graduation_fg_colour, graduation_fg_alpha = data['graduation_fg_colour'], data['graduation_fg_alpha']
|
||||
if graduation_radius > 0 and graduation_thickness > 0 and graduation_unit_angle > 0 then
|
||||
local nb_graduation = graph_end_angle / graduation_unit_angle
|
||||
local i = 0
|
||||
while i < nb_graduation do
|
||||
cairo_set_line_width(display, graduation_thickness)
|
||||
start_arc = (graduation_unit_angle * i) - (graduation_mark_thickness / 2)
|
||||
stop_arc = (graduation_unit_angle * i) + (graduation_mark_thickness / 2)
|
||||
cairo_arc(display, x, y, graduation_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
|
||||
cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_colour,graduation_fg_alpha))
|
||||
cairo_stroke(display)
|
||||
cairo_set_line_width(display, graph_thickness)
|
||||
i = i + 1
|
||||
end
|
||||
end
|
||||
|
||||
-- text
|
||||
local txt_radius = data['txt_radius']
|
||||
local txt_weight, txt_size = data['txt_weight'], data['txt_size']
|
||||
local txt_fg_colour, txt_fg_alpha = data['txt_fg_colour'], data['txt_fg_alpha']
|
||||
local movex = txt_radius * math.cos(angle_to_position(graph_start_angle, angle))
|
||||
local movey = txt_radius * math.sin(angle_to_position(graph_start_angle, angle))
|
||||
cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, txt_weight)
|
||||
cairo_set_font_size (display, txt_size)
|
||||
cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_colour, txt_fg_alpha))
|
||||
if txt_radius > 0 then
|
||||
cairo_move_to (display, x + movex - (txt_size / 2), y + movey + 3)
|
||||
cairo_show_text (display, value)
|
||||
cairo_stroke (display)
|
||||
end
|
||||
|
||||
-- caption
|
||||
local caption = data['caption']
|
||||
local caption_weight, caption_size = data['caption_weight'], data['caption_size']
|
||||
local caption_fg_colour, caption_fg_alpha = data['caption_fg_colour'], data['caption_fg_alpha']
|
||||
local tox = graph_radius * (math.cos((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
|
||||
local toy = graph_radius * (math.sin((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
|
||||
cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, caption_weight);
|
||||
cairo_set_font_size (display, caption_size)
|
||||
cairo_set_source_rgba (display, rgb_to_r_g_b(caption_fg_colour, caption_fg_alpha))
|
||||
cairo_move_to (display, x + tox + 5, y + toy + 5)
|
||||
-- bad hack but not enough time !
|
||||
if graph_start_angle < 105 then
|
||||
cairo_move_to (display, x + tox - 30, y + toy + 1)
|
||||
end
|
||||
cairo_show_text (display, caption)
|
||||
cairo_stroke (display)
|
||||
end
|
||||
|
||||
|
||||
-- loads data and displays gauges
|
||||
function go_gauge_rings(display)
|
||||
local function load_gauge_rings(display, data)
|
||||
local str, value = '', 0
|
||||
str = string.format('${%s %s}',data['name'], data['arg'])
|
||||
str = conky_parse(str)
|
||||
value = tonumber(str)
|
||||
draw_gauge_ring(display, data, value)
|
||||
end
|
||||
|
||||
for i in pairs(gauge) do
|
||||
load_gauge_rings(display, gauge[i])
|
||||
end
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- MAIN
|
||||
function conky_main()
|
||||
if conky_window == nil then
|
||||
return
|
||||
end
|
||||
|
||||
local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
|
||||
local display = cairo_create(cs)
|
||||
|
||||
local updates = conky_parse('${updates}')
|
||||
update_num = tonumber(updates)
|
||||
|
||||
if update_num > 5 then
|
||||
go_gauge_rings(display)
|
||||
end
|
||||
|
||||
cairo_surface_destroy(cs)
|
||||
cairo_destroy(display)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user