Giter Site home page Giter Site logo

notdodo / numix-cinnamon-transparent Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 30.0 6.37 MB

Numix Theme for cinnamon; transparent and compact version

License: GNU Affero General Public License v3.0

CSS 99.59% Shell 0.41%
cinnamon-theme transparent zagortenay333

numix-cinnamon-transparent's Issues

Window list does not scale to full space with the setting option checked

In the setting

Settings > Preferences > Applets > Window list > Configure > Window buttons can have different sizes and use the entire space available

to set the window list to take the entire available area in the panel, does not work.

Solution:
Removing "max-width: 10em;" from ".window-list-item-box" section.

Furthermore, padding changes are were done to accomodate the changes. (optional)
Changes done:

.window-list-box {
spacing: 0px;
padding-left: 0;
}

to

.window-list-box {
spacing: 6px;
padding-left: 10px;
}


.window-list-item-box {
color: #ffffff;
font-weight: bold;
padding-left: 0px;
padding-right: 0px;
max-width: 10em;

to

.window-list-item-box {
color: #ffffff;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
}

hi

your configuration is cool .
Can you give me the config file and font for powerlevel9kļ¼Ÿ
Thank you so much

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.