forked from gvoze32/Mainte
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bluetooth.conkyrc
executable file
·68 lines (66 loc) · 2.03 KB
/
bluetooth.conkyrc
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
conky.config = {
background = false,
font = 'FuraCode Nerd Font:pixelsize=11',
use_xft = true,
xftalpha = 1.0,
update_interval = 10,
total_run_times = 0,
own_window = true,
own_window_transparent = true,
own_window_type = 'dock',
own_window_class = 'Conky',
own_window_argb_visual = true,
own_window_argb_value = 255,
own_window_colour = '#000',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
double_buffer = true,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
stippled_borders = 0,
border_width = 0,
default_color = '#BEC8CB',
default_shade_color = '#BEC8CB',
default_outline_color = '#BEC8CB',
alignment = 'top_left',
gap_x = 1400,
gap_y = 500,
no_buffers = true,
cpu_avg_samples = 1,
net_avg_samples = 1,
use_spacer = 'none',
uppercase = true,
minimum_width = 1024,
minimum_height = 340,
};
conky.text = [[
#leet chars: ┤┤└ └ ┴ ┴ ┐┐│ │┘ ┘┌ ┌ ├ ├ ┬ ┬ ┼ ┼ ┴ ┴ ── ││ ▽▼△▲▵▴▾▿
${offset 420}│
${offset 420}│
${offset 420}└────────┐
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 420} │
${offset 224}${exec bluetoothctl show | grep "Powered:" | awk '{printf "%3s\n", $2}' } : Powered ─┬─ BLUETOOTH ───${offset 0}─┘
${offset 224}${exec bluetoothctl show | grep "Discoverable:" | awk '{printf "%3s\n", $2}' } : Discoverable ─┤
${texeci 10 bash ./scripts/bluetooth }
]];