- ##################################################
- ##################################################
- ## ##
- ## Settings ##
- ## ##
- ##################################################
- ##################################################
- background no
- update_interval 1.0
- double_buffer yes
- no_buffers yes
- cpu_avg_samples 2
- net_avg_samples 2
- text_buffer_size 4096
- imlib_cache_size 0
- override_utf8_locale yes
- # +++++ Window +++++
- own_window yes
- own_window_type desktop
- own_window_transparent yes
- own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
- border_inner_margin 0
- border_outer_margin 0
- minimum_size 1060 120
- maximum_width 1060
- alignment bottom_middle
- gap_x 0
- gap_y -200
- # +++++ Styles +++++
- draw_shades yes
- draw_outline no
- draw_borders no
- draw_graph_borders yes
- # +++++ Colors +++++
- default_shade_color 101010
- default_color 8F8F8F
- # Blue
- #color1 71A1DF
- #color2 2C3949
- #color3 6F99B4
- #lua_load ~/.conkynight/NightDrive/scripts/rings_blue.lua
- # Green
- #color1 AAB364
- #color2 2F312E
- #color3 628747
- #lua_load ~/.conkynight/NightDrive/scripts/rings_green.lua
- # Orange
- color1 DAB152
- color2 2E2B22
- color3 B28435
- lua_load ~/.conkynight/NightDrive/scripts/rings_orange.lua
- # Red
- #color1 EE6363
- #color2 3B2A2A
- #color3 AE4747
- #lua_load ~/.conkynight/NightDrive/scripts/rings_red.lua
- # Mono
- #color1 8F8F8F
- #color2 303030
- #color3 555555
- #lua_load ~/.conkynight/NightDrive/scripts/rings_mono.lua
- # +++++ LUA +++++
- lua_draw_hook_pre ring_stats
- # +++++ Font +++++
- use_xft yes
- xftfont DejaVu Sans:size=6
- xftalpha 0.1
- uppercase no
- # Network interface must have an ip address to be considered up
- if_up_strictness address
- ##################################################
- ##################################################
- ## ##
- ## Components ##
- ## ##
- ##################################################
- ##################################################
- # +++++ Clock +++++
- template1 ${goto 28}${voffset 5}${color2}${font Digital Readout Thick Upright:size=40}00${voffset -9}:${voffset 9}00${goto 28}${color1}${time %k}${voffset -9}:${voffset 9}${time %M}\n${goto 130}${voffset -68}${color2}${font Digital Readout Thick Upright:size=24}00${goto 130}${color1}${time %d}\n${font Digital Readout Thick Upright:size=12}${goto 130}${voffset -18}${color2}00${goto 130}${color1}${time %m}${goto 146}${color2}00${goto 146}${color1}${time %y}${font}\n
- # +++++ Weather +++++
- template2 ${voffset 0}${execpi 1800 python ~/scripts/conkyForecast.py --location=TUXX0002 --template=~/.conkynight/NightDrive/conkyForecast.template}
- # +++++ CPU +++++
- template3 ${image ~/.conkynight/NightDrive/images/icons/cpu.png -p 278,47 -s 24x24 -f 86400}${voffset -55}${alignc 240}${font}${color}${execi 10 sensors k8temp-pci-00c3 |grep Core0 |cut -c 15-16}°C\n${voffset 40}${alignc 240}${font}${freq_g 1}GHz\n
- # +++++ Memory +++++
- template4 ${image ~/.conkynight/NightDrive/images/icons/mem.png -p 358,48 -s 24x24 -f 86400}${voffset -60}${alignc 160}${mem}\n${voffset 40}${alignc 160}${swap}\n
- # +++++ HDD +++++
- template5 ${image ~/.conkynight/NightDrive/images/icons/hdd.png -p 437,49 -s 24x24 -f 86400}${voffset -60}${alignc 80}${fs_free /}\n${voffset 40}${alignc 80}${fs_free /home/dcelasun}\n
- # +++++ Sys & Ethernet +++++
- template6 ${image ~/.conkynight/NightDrive/images/icons/arch.png -p 515,33 -s 32x32 -f 86400}${voffset -24}${alignc}${color3}${font}${execi 600 pacman -Qu | wc -l}${color} updates\n${voffset -1}${alignc}${execi 60 uname -r}\n${image ~/.conkynight/NightDrive/images/icons/net.png -p 598,48 -s 24x24 -f 86400}${voffset -55}${alignc -80}${downspeedf eth0}KB/s\n${voffset 40}${alignc -80}${upspeedf eth0}KB/s\n
- # +++++ Wireless +++++
- template7 ${image ~/.conkynight/NightDrive/images/icons/net.png -p 678,48 -s 24x24 -f 86400}${voffset -60}${alignc -160}${downspeedf wlan0}KB/s\n${voffset 40}${alignc -160}${upspeedf wlan0}KB/s\n
- # +++++ Battery +++++
- template8 ${image ~/.conkynight/NightDrive/images/icons/battery.png -p 758,48 -s 24x24 -f 86400}${voffset -60}${alignc -240}Battery\n${voffset 40}${alignc -240}${battery_percent BAT0}%\n
- # +++++ Mail +++++
- template9 ${image ~/.conkynight/NightDrive/images/icons/gmail.png -p 818,36 -s 48x48 -f 86400}${voffset -60}${alignc -380}${voffset 20}${font Aller:size=10:bold}${execi 300 perl ~/scripts/gmail.pl n} new messages${font}\n
- TEXT
- ${image ~/.conkynight/NightDrive/images/bg.png -s 1060x120 -f 86400}
- ${template1}${template2}${voffset -10}${template3}${template4}${template5}${template6}${template7}${template8}${template9}