Coder Social home page Coder Social logo

awesome-wm-gruvbox-theme's Introduction

Gruvbox Theme - AwesomeWM

This is an adaptation of the default theme for AwesomeWM following the Gruvbox colorscheme. The main branch is basically a colorswap of the default theme while the 'opinioated' branch will contain a slightly more tailored version.

Screenshots

Main

Screenshot of the main

Opinionated

Screenshot of the opinionated

Installation (in .config)

You can put the directory anywhere and fetch the theme in your rc.lua by changing the beautiful.init line appropriately. (I would recommend putting it in ~/.config/awesome/themes)

cd ~/.config/awesome/themes
git clone https://github.com/lnus/awesome-wm-gruvbox-theme.git gruvbox

And the update your rc.lua accordingly

local theme_path = gears.filesystem.get_configuration_dir() .. "themes/"
beautiful.init(theme_path .. "gruvbox/theme.lua")

Installation (in /usr/share)

Clone the repo into your AwesomeWM themes directory (by default /usr/share/awesome/themes) and rename it to "gruvbox".

cd /usr/share/awesome/themes
git clone https://github.com/lnus/awesome-wm-gruvbox-theme.git gruvbox

After that, put this line in your rc.lua file

beautiful.init(gears.filesystem.get_themes_dir() .. "gruvbox/theme.lua")

Contributing

Pull requests are welcome for the main branch version, please open an issue before creating a pull request.

awesome-wm-gruvbox-theme's People

Contributors

lnus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.