Conky di dalam i3bar
conky.config = {
out_to_x = false,
own_window = false,
out_to_console = true,
background = false,
max_text_width = 0,
-- Update interval in seconds
update_interval = 1.0,
-- This is the number of times Conky will update before quitting.
-- Set to zero to run forever.
total_run_times = 0,
-- Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
short_units = true,
-- How strict should if_up be when testing an interface for being up?
-- The value is one of up, link or address, to check for the interface
-- being solely up, being up and having link or being up, having link
-- and an assigned IP address.
if_up_strictness = 'address',
-- Add spaces to keep things from moving about? This only affects certain objects.
-- use_spacer should have an argument of left, right, or none
use_spacer = 'left',
-- Force UTF8? note that UTF8 support required XFT
override_utf8_locale = false,
-- number of cpu samples to average
-- set to 1 to disable averaging
cpu_avg_samples = 2,
};
conky.text = [[
[
{ "full_text": "<span font='9'>ريحان</span>", "markup": "pango" },
{ "full_text": "${kernel}" },
{ "full_text": "<span font='9'>${execpi 1 node $HOME/.scripts/node/hijri.js}</span>", "markup": "pango" },
{ "full_text": "${time %a, %d %b %Y}" },
{ "full_text": "${time %l:%M %P}" },
{ "full_text": "📶${wireless_link_qual_perc wlan0}%" },
{ "full_text": "🔻${downspeed wlan0}" },
{ "full_text": "🔺${upspeed wlan0}" },
#{ "full_text": "E:${addr enp1s0}", "color" :"\#ffffff" },
#{ "full_text": "d:${downspeed enp1s0}" , "color" :"\#ffffff" },
#{ "full_text": "u:${upspeed enp1s0}" , "color" :"\#ffffff" },
{ "full_text": "🔐${fs_free /} free" },
{ "full_text": "🔉${exec pamixer --get-volume-human}" }
],
]];