Coder Social home page Coder Social logo

base16-i3's Introduction

base16-i3

This repository is meant to work with chriskempson/base16. It provides a simple template that can be used with the base16 color schemes to generate a functional config file for i3/i3, a tiling and dynamic window manager.

To use, you can copy one of the config files in themes/ or use curl. First up, you'll want to generate a starting i3 configuration using i3-config-wizard. Then you can

$ curl https://raw.githubusercontent.com/khamer/base16-i3/master/themes/base16-default-dark.config >> ~/.config/i3/config

Note that this will create a second bar because it provides a bar { ... } section. You can choose which you'd like.

Alternatively, you can fetch just the base16 colors in a format for the i3 config to use them as variables:

$ curl https://raw.githubusercontent.com/khamer/base16-i3/master/colors/base16-default-dark.config >> ~/.config/i3/config

The benefit of this approach is you can reference the base16 colors through out your configuration if you want to customize it further (in particular, customize your bar { ... }.)

For example, you might want to put the bulk of your configuration in ~/.config/i3/base, reference the base16 variables, and then use a binding like this:

bindsym $mod+Shift+c exec "cat .config/i3/colors .config/i3/base > .config/i3/config && i3-msg reload"

So you can now run

$ curl https://raw.githubusercontent.com/khamer/base16-i3/master/colors/base16-default-dark.config > ~/.config/i3/colors

And hit $mod + Shift + c to load in the new colors.

You can also fetch the separate bar colors and client properties sections of the full config from the bar-colors and client-properties directories.

base16-i3's People

Contributors

khamer avatar mnussbaum avatar

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.