blob: b05ca0a8b3e181ad49426f975c1f85f53a0e466b (
plain)
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
|
# XFCE
- xfwm: hide/remove titlebar/decorations
# Spell checkers
- update dictionaries?
# Conky
Cannot use `${eval $${somefunc ${gw_iface}}}` more than once:
conky.text = [[
${eval ${gw_iface}}
${eval ${gw_iface}}
]]
⇒
wlp20
(null)
See [GitHub issue][conky-issue-461]. Partially fixed by this [pull
request][conky-pull-571], which allows using both `*speedf` functions
together; `*graph` functions still trigger the bug though, e.g. with:
${goto 20}${upspeedf ${gw_iface}}KiB/s${goto 90}↑${goto 100}${upspeedgraph ${gw_iface} 12,0 678b8b ffffff -t}
${goto 20}${downspeedf ${gw_iface}}KiB/s${goto 90}↓${goto 100}${downspeedgraph ${gw_iface} 12,0 678b8b ffffff -t}
[conky-issue-461]: https://github.com/brndnmtthws/conky/issues/461
[conky-pull-571]: https://github.com/brndnmtthws/conky/pull/571
# Bunsenlabs
- use https for sources.list files
- manpages for bl-… utilities
|