Giter Club home page Giter Club logo

dxps_xfce_my-design's Introduction

My XFCE Design

The main background color that is used in most of the places is #002B36.


Theme

Starting based on Zorin Green theme, customized to my liking (colors, shadows, roundness) and ZorinGreen-SolDark_Lighter0 remains my preferred choice for the last months, at least.

Such a theme must exists in ~/.themes directory:
cp -r dot_themes/ZorinGreen-SolDark_Lighter0 ~/.themes/

Set on Appearance (this screenshot includes also the window shadow and some part of the wallpaper):


Icons

Using Material Black Pistachio Suru flavor for icons.

Saved here in dot_icons directory, and this needs to exist on ~/.icons directory. So:
cp dot_icons/Material-Black-Pistachio-Suru ~/.icons/

Set on Appearance:


Cursor

The cursor theme is Volantes Light Cursors.

Saved here in dot_icons directory, this needs to exists on ~/.icons directory. So:
cp -r dot_icons/volantes_light_cursors ~/.icons/

Set on Mouse and Touchpad:


Wallpaper

The wallpaper used is solarized-golang_std_bg.png. Stored here in wallpapers directory.

Set in Desktop:


IDEs

Also, for a complete user experience, included some IDEs customizations to the current design/setup.

VSCode

Saved in ./IDEs/vscode:

  • settings.json file that includes the my customizations to the existing Community Material Theme
  • keybindings.json file that has my currently preferred shortcuts (that mostly mimick the previous macOS experience)

XFCE

This section includes additional XFCE specific settings.

Panel

I am using a vertical panel: in Panel Preferences, set "mode: Deskbar".
Besides this, a couple of CSS driven customizations were added to ~/.config/gtk-3.0/gtk.css file:

#xfce4-notification-plugin * { -gtk-icon-transform: scale(.6); }

#xfce4-power-manager-plugin * { -gtk-icon-transform: scale(.6); }

#pulseaudio-button * { -gtk-icon-transform: scale(.6); }

#clock-button { font-family: "Antonio"; font-size: 19px; color: #60e6b1 }

/* TBD: Although works on another Xubuntu, on the desktop the bottom line is still present.
tasklist button:checked {
  border: 0px;
  border-right: 1px solid #52c498;
}
*/

/* Alt+Tab window (but I don't think it's working) */
#xfwm-tabwin {
   -XfwmTabwinWidget-icon-size: 96px;
   -XfwmTabwinWidget-preview-size: 64px;
}

dxps_xfce_my-design's People

Contributors

dxps 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.