forked from ShabbirHasan1/Leonis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZozma.conf
92 lines (84 loc) · 4.02 KB
/
Zozma.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
conky.config = {
--==============================================================================
-- Created : 2021/Agt/05
-- This theme is for conky version 1.10.8 or newer
--
-- ZOZMA
-- ( A part of Leonis Conky themes pack )
--
-- author : Closebox73
-- license : Distributed under the terms of GPLv3
-- notes : Created on 1366x768 Monitor
--==============================================================================
-- Size and Position settings --
alignment = 'middle_left',
gap_x = 10,
gap_y = -20,
maximum_width = 296,
minimum_height = 620,
minimum_width = 296,
-- Text settings --
use_xft = true,
override_utf8_locale = true,
font = 'Roboto:light:size=9',
-- Color Settings --
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
color1 = 'FF3A70',
color2 = '0165FE',
-- Window Settings --
background = false,
border_width = 1,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
own_window = true,
own_window_colour = '000000',
own_window_class = 'Conky',
own_window_argb_visual = false,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
stippled_borders = 0,
-- Others --
cpu_avg_samples = 2,
net_avg_samples = 2,
double_buffer = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
lua_load = '~/.config/conky/Zozma/scripts/Lua/rings-v1.2.1.lua',
lua_draw_hook_pre = 'ring_stats',
}
conky.text = [[
${execi 120 ~/.config/conky/Zozma/scripts/weather.sh}\
${image ~/.config/conky/Zozma/res/back.png -p 20,20}\
${image ~/.config/conky/Zozma/res/.face -p 40,153-s 65x65}\
${offset 42}${voffset 35}${font weather icons:size=36}${execi 15 ~/.config/conky/Zozma/scripts/weather-text-icon}${font}
${offset 125}${voffset -62}${color}${font Roboto condensed:bold:size=15}${execi 100 ~/.config/conky/Zozma/scripts/Greeting.sh}!!${font}
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}Hello ${execi 600 whoami | sed "s|\<.|\U&|g"}
${offset 125}its ${execi 600 cat ~/.cache/weather.json | jq -r '.weather[0].main' | sed "s|\<.|\U&|g"} Outside, ${execi 100 cat ~/.cache/weather.json | jq '.main.temp' | awk '{print int($1+0.5)}'}°C
${offset 125}with Humidity ${execi 100 cat ~/.cache/weather.json | jq '.main.humidity'}% & WS ${execi 100 cat ~/.cache/weather.json | jq '.wind.speed'}mph
${offset 125}${voffset 42}${color}${font Roboto condensed:bold:size=15}${execi 1200 lsb_release -sd}${font}
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}---------------------------------------
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}Uptime >> ${uptime}
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}Wi-Fi >> ${execi 3 ~/.config/conky/Zozma/scripts/ssid}
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}Up : ${upspeed wlp9s0}${goto 210}Down : ${downspeed wlp9s0}
${offset 125}${voffset 0}${color}${font Roboto condensed:size=9}Temperature : ${acpitemp}°C
${offset 45}${voffset 40}${color}${font Roboto condensed:bold:size=11}System info :
${offset 78}${voffset 33}${color}${font Roboto condensed:bold:size=11}CPU${goto 222}RAM
${offset 78}${voffset -9}${color}${font Roboto condensed:size=7}${cpu cpu0}%${goto 222}${memperc}%
${offset 78}${voffset 54}${color}${font Roboto condensed:bold:size=11}SYS${goto 218}HOME
${offset 78}${voffset -9}${color}${font Roboto condensed:size=7}${fs_used_perc}%${goto 222}${fs_used_perc /home}%
${offset 35}${voffset 70}${font Material:size=48}${font}
${offset 125}${voffset -68}${color}${font Roboto condensed:size=11}${if_running mpd}${mpd_status} :${else}No music played${endif}${font}
${offset 125}${voffset 0}${color D40055}${font Roboto condensed:bold:size=15}${mpd_artist}${font Comfortaa:bold:size=2}
${offset 125}${voffset 4}${color}${font Roboto condensed:size=12}${mpd_title}
]]