Home
last modified time | relevance | path

Searched refs:conky (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/dports/deskutils/gcalcli/gcalcli-4.0.4/gcalcli/
H A Dprinter.py58 def __init__(self, conky=False, use_color=True, art_style='ascii'): argument
60 self.conky = conky
62 'default': '${color}' if conky else '\033[0m',
63 'black': '${color black}' if conky else '\033[0;30m',
65 'red': '${color red}' if conky else '\033[0;31m',
66 'brightred': '${color red}' if conky else '\033[31;1m',
67 'green': '${color green}' if conky else '\033[0;32m',
71 'blue': '${color blue}' if conky else '\033[0;34m',
75 'cyan': '${color cyan}' if conky else '\033[0;36m',
77 'white': '${color white}' if conky else '\033[0;37m',
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/prg/
H A Dconky.jl1 ;; conky.jl -- conky clipboard manager integration
24 (export start-conky
25 stop-conky)
36 (define-structure-alias conky sawfish.wm.prg.conky)
43 (defcustom conky-args ""
47 :depends init-conky)
49 (define (start-conky)
50 "Start conky. If a conky process already exists, it's being killed."
53 (add-window-matcher '((WM_CLASS . "^conky/conky$"))
55 (system "conky %s &" conky-args))
[all …]
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dx11.h153 typedef conky::simple_config_setting<bool> Base;
164 typedef conky::simple_config_setting<bool> Base;
175 typedef conky::simple_config_setting<bool> Base;
188 typedef conky::simple_config_setting<bool> Base;
225 extern conky::simple_config_setting<int> head_index;
231 extern conky::range_config_setting<int> border_inner_margin;
233 extern conky::range_config_setting<int> border_width;
235 extern conky::simple_config_setting<bool> forced_redraw;
238 extern conky::simple_config_setting<bool> use_xft;
242 extern conky::simple_config_setting<bool> set_transparent;
[all …]
H A Dconky.h106 extern conky::range_config_setting<unsigned int> text_buffer_size;
229 : public conky::simple_config_setting<double> {
230 typedef conky::simple_config_setting<double> Base;
240 extern conky::range_config_setting<int> cpu_avg_samples;
241 extern conky::range_config_setting<int> net_avg_samples;
242 extern conky::range_config_setting<int> diskio_avg_samples;
291 extern conky::range_config_setting<double> update_interval;
295 extern conky::range_config_setting<char> stippled_borders;
331 extern conky::simple_config_setting<bool> utf8_mode;
335 extern conky::range_config_setting<unsigned int> max_user_text;
[all …]
H A Dmysql.cc38 conky::simple_config_setting<std::string> host("mysql_host", "localhost",
40 conky::range_config_setting<in_port_t> port("mysql_port", 0, 0xffff, 0, false);
41 conky::simple_config_setting<std::string> user("mysql_user", "root", false);
42 conky::simple_config_setting<std::string> password("mysql_password",
44 conky::simple_config_setting<std::string> db("mysql_db", "mysql", false);
H A Dcmus.cc55 class cmus_cb : public conky::callback<cmus_result> {
56 typedef conky::callback<cmus_result> Base;
149 conky::register_cb<cmus_cb>(period)->get_result_copy(); \
171 conky::register_cb<cmus_cb>(period)->get_result_copy(); in cmus_percent()
180 conky::register_cb<cmus_cb>(period)->get_result_copy(); in cmus_progress()
190 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_totaltime()
200 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_timeleft()
211 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_curtime()
H A Dtext_object.h78 class legacy_cb : public conky::callback<void *, int (*)()> {
79 typedef conky::callback<void *, int (*)()> Base;
89 typedef conky::callback_handle<legacy_cb> legacy_cb_handle;
90 typedef conky::callback_handle<exec_cb> exec_cb_handle;
/dports/sysutils/conky/conky-1.12.2/src/
H A Dx11.h153 typedef conky::simple_config_setting<bool> Base;
164 typedef conky::simple_config_setting<bool> Base;
175 typedef conky::simple_config_setting<bool> Base;
188 typedef conky::simple_config_setting<bool> Base;
225 extern conky::simple_config_setting<int> head_index;
231 extern conky::range_config_setting<int> border_inner_margin;
233 extern conky::range_config_setting<int> border_width;
235 extern conky::simple_config_setting<bool> forced_redraw;
238 extern conky::simple_config_setting<bool> use_xft;
242 extern conky::simple_config_setting<bool> set_transparent;
[all …]
H A Dconky.h106 extern conky::range_config_setting<unsigned int> text_buffer_size;
229 : public conky::simple_config_setting<double> {
230 typedef conky::simple_config_setting<double> Base;
240 extern conky::range_config_setting<int> cpu_avg_samples;
241 extern conky::range_config_setting<int> net_avg_samples;
242 extern conky::range_config_setting<int> diskio_avg_samples;
291 extern conky::range_config_setting<double> update_interval;
295 extern conky::range_config_setting<char> stippled_borders;
331 extern conky::simple_config_setting<bool> utf8_mode;
335 extern conky::range_config_setting<unsigned int> max_user_text;
[all …]
H A Dmysql.cc38 conky::simple_config_setting<std::string> host("mysql_host", "localhost",
40 conky::range_config_setting<in_port_t> port("mysql_port", 0, 0xffff, 0, false);
41 conky::simple_config_setting<std::string> user("mysql_user", "root", false);
42 conky::simple_config_setting<std::string> password("mysql_password",
44 conky::simple_config_setting<std::string> db("mysql_db", "mysql", false);
H A Dcmus.cc55 class cmus_cb : public conky::callback<cmus_result> {
56 typedef conky::callback<cmus_result> Base;
149 conky::register_cb<cmus_cb>(period)->get_result_copy(); \
171 conky::register_cb<cmus_cb>(period)->get_result_copy(); in cmus_percent()
180 conky::register_cb<cmus_cb>(period)->get_result_copy(); in cmus_progress()
190 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_totaltime()
200 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_timeleft()
211 conky::register_cb<cmus_cb>(period)->get_result_copy(); in print_cmus_curtime()
H A Dtext_object.h78 class legacy_cb : public conky::callback<void *, int (*)()> {
79 typedef conky::callback<void *, int (*)()> Base;
89 typedef conky::callback_handle<legacy_cb> legacy_cb_handle;
90 typedef conky::callback_handle<exec_cb> exec_cb_handle;
/dports/sysutils/conky/conky-1.12.2/
H A DREADME.md1conky/actions/workflows/build-and-test-linux.yaml/badge.svg)](https://github.com/brndnmtthws/conky
3conky/badges/main/pipeline.svg)](https://gitlab.com/brndnmtthws-oss/conky/commits/main) [![coverag…
5 [�� Join the Matrix chat](https://matrix.to/#/#conky:frens.io)
29 with Lua ([more](https://github.com/brndnmtthws/conky/wiki/Lua)).
42 …https://github.com/brndnmtthws/conky/wiki/configs/jc/screenshot-thumb.png)](https://raw.github.com…
51 $ curl -sL -o conky-x86_64.AppImage \
55 conky-x86_64.AppImage
63 $ chmod +x ./conky-x86_64.AppImage
64 $ ./conky-x86_64.AppImage -C > ~/.conkyrc
65 $ ./conky-x86_64.AppImage
[all …]
H A DREADME.docker4 $ docker build --tag=conky .
12 $ docker run --rm -ti --net=host -e DISPLAY -v ~/.Xauthority:/root/.Xauthority conky
16 If you want to pass some options to conky you can just add them if you mention
17 'conky' twice. Once for the image and once for the command. For example:
18 …$ docker run --rm -ti --net=host -e DISPLAY -v ~/.Xauthority:/root/.Xauthority conky conky --versi…
20 $ docker run --rm -ti conkycmd conky --version
25 $ conky -c configurationfile ; exit
46 - The containerization of conky will make it a lot harder to let problems with
47 conky affect the rest of the system.
50 are using or how you configured that distro. (The conky configuration itself
[all …]
H A DDockerfile55 COPY . /conky
56 WORKDIR /conky/build
64 -DCMAKE_INSTALL_PREFIX=/opt/conky \
86 -DCMAKE_INSTALL_PREFIX=/opt/conky \
140 COPY --from=builder /opt/conky /opt/conky
142 ENV PATH="/opt/conky/bin:${PATH}"
143 ENV LD_LIBRARY_PATH="/opt/conky/lib:${LD_LIBRARY_PATH}"
145 ENTRYPOINT [ "/opt/conky/bin/conky" ]
H A Dconky.desktop3 Name=conky
4 Exec=conky --daemonize --pause=1
7 Icon=conky-logomark-violet
/dports/sysutils/conky-awesome/conky-1.12.2/
H A DREADME.md1conky/actions/workflows/build-and-test-linux.yaml/badge.svg)](https://github.com/brndnmtthws/conky
3conky/badges/main/pipeline.svg)](https://gitlab.com/brndnmtthws-oss/conky/commits/main) [![coverag…
5 [�� Join the Matrix chat](https://matrix.to/#/#conky:frens.io)
29 with Lua ([more](https://github.com/brndnmtthws/conky/wiki/Lua)).
42 …https://github.com/brndnmtthws/conky/wiki/configs/jc/screenshot-thumb.png)](https://raw.github.com…
51 $ curl -sL -o conky-x86_64.AppImage \
55 conky-x86_64.AppImage
63 $ chmod +x ./conky-x86_64.AppImage
64 $ ./conky-x86_64.AppImage -C > ~/.conkyrc
65 $ ./conky-x86_64.AppImage
[all …]
H A DREADME.docker4 $ docker build --tag=conky .
12 $ docker run --rm -ti --net=host -e DISPLAY -v ~/.Xauthority:/root/.Xauthority conky
16 If you want to pass some options to conky you can just add them if you mention
17 'conky' twice. Once for the image and once for the command. For example:
18 …$ docker run --rm -ti --net=host -e DISPLAY -v ~/.Xauthority:/root/.Xauthority conky conky --versi…
20 $ docker run --rm -ti conkycmd conky --version
25 $ conky -c configurationfile ; exit
46 - The containerization of conky will make it a lot harder to let problems with
47 conky affect the rest of the system.
50 are using or how you configured that distro. (The conky configuration itself
[all …]
H A DDockerfile55 COPY . /conky
56 WORKDIR /conky/build
64 -DCMAKE_INSTALL_PREFIX=/opt/conky \
86 -DCMAKE_INSTALL_PREFIX=/opt/conky \
140 COPY --from=builder /opt/conky /opt/conky
142 ENV PATH="/opt/conky/bin:${PATH}"
143 ENV LD_LIBRARY_PATH="/opt/conky/lib:${LD_LIBRARY_PATH}"
145 ENTRYPOINT [ "/opt/conky/bin/conky" ]
/dports/sysutils/conky/conky-1.12.2/extras/gedit/
H A DREADME.md5 … be applied to all files with `conky` in their name. eg. `my_config.conky` (unfortunately it also …
16 ` /usr/share/medit/language-specs/conky.lang`
19 `/usr/share/medit-1/language-specs/conky.lang`
22 ` /usr/share/gtksourceview-2.0/language-specs/conky.lang`
24 ` ~/.local/share/gtksourceview-2.0/language-specs/conky.lang`
27 ` /usr/share/gtksourceview-3.0/language-specs/conky.lang`
29 ` ~/.local/share/gtksourceview-3.0/language-specs/conky.lang`
/dports/sysutils/conky-awesome/conky-1.12.2/extras/gedit/
H A DREADME.md5 … be applied to all files with `conky` in their name. eg. `my_config.conky` (unfortunately it also …
16 ` /usr/share/medit/language-specs/conky.lang`
19 `/usr/share/medit-1/language-specs/conky.lang`
22 ` /usr/share/gtksourceview-2.0/language-specs/conky.lang`
24 ` ~/.local/share/gtksourceview-2.0/language-specs/conky.lang`
27 ` /usr/share/gtksourceview-3.0/language-specs/conky.lang`
29 ` ~/.local/share/gtksourceview-3.0/language-specs/conky.lang`
/dports/sysutils/conky-awesome/conky-1.12.2/doc/
H A Ddocgen.sh9 …August 2005\" \"conky compiled August 2005\" \"User Commands\""; sed 1d < conky.1; } > conky.2 && \
10 mv conky.2 conky.1 && \
11 man ./conky.1 | col -b > README && \
/dports/sysutils/conky/conky-1.12.2/doc/
H A Ddocgen.sh9 …August 2005\" \"conky compiled August 2005\" \"User Commands\""; sed 1d < conky.1; } > conky.2 && \
10 mv conky.2 conky.1 && \
11 man ./conky.1 | col -b > README && \
/dports/sysutils/conky-awesome/conky-1.12.2/.github/
H A DISSUE_TEMPLATE.md16 conky.config = {
21 conky.text = [[
28 # Start 'conky'
29 $ gdb conky
31 # Run 'conky' with a config.
41 $ gdb conky
/dports/sysutils/conky/conky-1.12.2/.github/
H A DISSUE_TEMPLATE.md16 conky.config = {
21 conky.text = [[
28 # Start 'conky'
29 $ gdb conky
31 # Run 'conky' with a config.
41 $ gdb conky

12345678910>>...14