Skip to content

Instantly share code, notes, and snippets.

@manpages
Created January 15, 2015 03:21
Show Gist options
  • Save manpages/885aa1e219fbd2f72eb1 to your computer and use it in GitHub Desktop.
Save manpages/885aa1e219fbd2f72eb1 to your computer and use it in GitHub Desktop.
Suspicious conky -v output on nixos

In overrides:

 conkyX11Rss = pkgs.conky.override { x11Support=true;
                                     wireless=true;
                                     luaSupport=true;
                                     rss=true;
                                   };

Compiled like this:

 nix-env -iA unstable.pkgs.conkyX11Rss

-v output

Thu Jan 15 04:18:00:437442014 sweater@brainstorm ~/.i3/conky
λ conky -v
Conky 1.9.0 compiled Thu Jan 15 02:58:59 UTC 2015 for Linux 3.14.26 (x86_64)

Compiled in features:

System config file: /nix/store/4nxmrgb8nmkzw8h29jbdyvvnrdvimvrm-conky-1.9.0/etc/conky/conky.conf
Package library path: /nix/store/4nxmrgb8nmkzw8h29jbdyvvnrdvimvrm-conky-1.9.0/lib/conky

 X11:
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * MPD
  * MOC

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * wireless
  * config-output
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment