Coder Social home page Coder Social logo

flattiance's Introduction

Flattiance

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

A semi-flat fork of the Ubuntu Ambiance theme.

Installation

Via npm

npm install --global flattiance

That's it. Skip to Getting Started

Manual

  1. Clone this repo: git clone https://github.com/IonicaBizau/Flattiance.git
  2. Copy the Flattiance sub-directory into /usr/share/themes/ (for all users): [sudo] cp -r Flattiance/Flattiance /usr/share/themes Or copy to $HOME/.themes (for local user): cp -r Flattiance/Flattiance $HOME/.themes

Getting Started

Activate the theme via unity-tweak-tool:

  • Click Theme
  • Select Flattiance

flattiance

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. πŸ›
  3. For direct and quick help, you can use Codementor. πŸš€

πŸ˜‹ How to contribute

Have an idea? Found a bug? See how to contribute.

πŸ’– Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like πŸš€

  • Buy me a bookβ€”I love books! I will remember you after years if you buy me one. 😁 πŸ“–

  • PayPalβ€”You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍡

  • Support me on Patreonβ€”Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoinβ€”You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❀️

πŸ“œ License

MIT © Ionică Bizău

flattiance's People

Contributors

3v1n0 avatar alexandrebelloni avatar alice-mkh avatar allisonkarlitskaya avatar cimitan avatar ckerr avatar danirabbit avatar didrocks avatar fitojb avatar ionicabizau avatar jbicha avatar jws141 avatar kenvandine avatar knocte avatar lucazade avatar mhr3 avatar mikix avatar mitya57 avatar muktupavels avatar nataliabidart avatar ochosi avatar pbnj avatar robert-ancell avatar saviq avatar seb128 avatar sil2100 avatar sladen avatar stgraber avatar tsdgeos avatar untriangle avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flattiance's Issues

Unselected radio buttons do not show

image
This is in Firefox. I could be really silly, but it only happened since installing Flattiance so I'm assuming the themeing goes that far.

If not, I'll get my coat.... :)

Release 1.3.0 Build Script does not execute correctly (I think!)

Hi, I don't know if I am just being a bit thick and I am missing something stupidly obvious, or whether there is a genuine issue here.

I downloaded v1.3.0 of Flattiance from the releases page, and extracted it to ~/.themes

On inspecting the contents of the extracted directory, I found a shell script called ./build. When I first ran this, it complained repeatedly that I did not have nodejs or inkscape installed.

A solution might be to just place this at the top of the script, rather than letting the entire thing error repeatedly:

#! /bin/bash

[[ `which inkscape` ]] && [[ `which nodejs` ]] || {
  [[ `which inkscape` ]] || echo "Please install the \"inkscape\" package."
  [[ `which nodejs` ]]   || echo "Please install the \"nodejs\" package."
  exit 1
}

The second issue was once these packages were installed, it was not resolving the file names correctly. I was just getting it trying to match the file .svg, which doesn't exist. I am guessing this is a mistake as there is no file with this name. I don't know JavaScript well enough to sort this out, otherwise I would try to do it myself and put a pull request in (but I have never done that to another repo before, so I am kind of nervous!)

Is there any reason to be using nodejs? By the looks of it, you are just trying to pass each icon to inkscape, right? Can you not just use sed instead of invoking node? It would reduce the number of required packages, and sed is included with most distros anyway?

Hope this is of some use! If any other info is needed, just let me know.

Operating System used:

cat /etc/lsb-release && uname -a
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
Linux fujitsu 4.8.0-51-generic #54~16.04.1-Ubuntu SMP Wed Apr 26 16:00:28 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Nodejs version used:

nodejs -v
v4.2.6

Inkscape version used

inkscape -V
Inkscape 0.91 r13725

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.