Giter VIP home page Giter VIP logo

dotfiles's People

Contributors

udiboy1209 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dotfiles's Issues

missing color macro definition in dwm config.h

Hello Sir,

I found your custom dwm patch on reddit and tried to build the very nice powerline*ish status bar for dwm. But build fails with multiple errors because themecolor (as defined in config.h) is not recognised by compiler.
Steps done:

  • applied your custom patch to dwm successfully
  • created the colors.h from your template by using python quik
  • created config.h from your dwm-config.h.
  • run make

#define color themecolor

I manage to build dwm just fine by explicitly defining *colors[][3] and *statuscolor[][3], but I am too curious how your solutionis working for easier color templating.

May I kindly ask if you would explain where themecolor is coming from and what it does?

build error output

config.h:15:15: error: ‘themecolor’ undeclared here (not in a function); did you mean ‘color’?
 #define color themecolor
               ^
config.h:18:23: note: in expansion of macro ‘color’
  [SchemeNorm]     = { color[Gray3], color[Gray1]    , color[Gray4] },
                       ^~~~~
config.h:15:15: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
 #define color themecolor
               ^
config.h:24:4: note: in expansion of macro ‘color’
  { color[Gray3], color[Gray2]     , color[Gray2]  }, /* dark */
    ^~~~~
config.h:15:15: note: (near initialization for ‘statuscolors[0][0]’)
 #define color themecolor
               ^
config.h:24:4: note: in expansion of macro ‘color’
  { color[Gray3], color[Gray2]     , color[Gray2]  }, /* dark */
    ^~~~~
config.h:15:15: error: initializer element is not constant
 #define color themecolor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.