Giter Club home page Giter Club logo

awesome-wm-theme's Introduction

Awesome WM theme

A theme for the Awesome window manager 4.x.

Screenshots

Light mode

clear_desktop power_off_menu hotkeys_popup clion_titlebar panel_bottom panel_left panel_right panel_widgets

Dark mode

clear_desktop_dark power_off_menu_dark hotkeys_popup clion_titlebar_dark

Customization

Default applications and tools

In rc.lua in section "Variable definitions" you can set some variables:

  • terminal. You can execute default terminal by pressing <Mod4> + <Return>. Default value: "alacritty".
  • browser. You can execute default browser by pressing <Mod4> + b. Default value: "google-chrome-stable".
  • file_manager. You can execute default file manager by pressing <Mod4> + f. Default value: "nautilus".
  • graphic_text_editor. You can execute default graphic text editor by pressing <Mod4> + e. Default value: "subl".
  • music_player. You can execute default music player by pressing <Mod4> + m. Default value: "spotify".
  • session_lock_command. You can lock your session by pressing <Mod4> + l. Also if you choose "Session lock" power off menu item, this command will be executed. Default value: "dm-tool lock".
  • calendar_command. Calendar will be executed by clicking on calendar and time widgets. Google calendar is used by default.

Panels

In rc.lua in section "Panels" you can declare panel(s). Object of class "Panel" has properties:

  • position. Panel's position. Possible values: "top", "bottom", "left", "right".
  • tags.list. Panel's list of tags. Constructor parameters of class "Tag": text and layout.
  • widgets. Panel's list of widgets. Widget must have properties value and/or icon.

Screens

In rc.lua in section "Screens" you can declare screen(s). Object of class "Screen" has properties:

  • wallpaper. Path to wallpapaer.
  • panels. List of panels.

Don't forget to add screens to screens_manager. Object screens_manager has set_screens method to pass list of screens. Multiple screens can be needed for multiple monitors.

Key bindings

In rc.lua in section "Key bindings" you can set key bindings. There are author's key binding, so you should leave only necessary ones for you, but don't remove awesome-specific, system-specific and default application specific key bindings.

Cleint rules

In rc.lua in section "Rules" you can set rules for clients. For example, some applications have own titlebar so Awesome WM titlebar is needless for them.

application_with_own_titlebar

Autostart

In rc.lua in section "Autostart" you can set commands to execute during Awesome WM startup.

Theme mode

In theme.lua you can set theme mode. Possible values: "light", "dark".

PS: also in rc.lua and theme.lua you can make your own experiments, suggestions are appreciated. For example, you can create widget for bluetooth, add calendar popup to ClockCalendarWidget, extend theme modes. Let's make the world better together!

Prerequisites

  • Awesome WM 4.x
  • LightDM (if you use dm-lock as session lock tool)
  • wireless_tools (if you use NetworkWidget)
  • Lain for Awesome WM 4.x
  • Vicious widgets for the Awesome WM 4.x
  • Fonts: Droid, Noto (otherwise use another fonts in theme.lua instead)

Installation

> git clone https://github.com/Relz/awesome-wm-theme.git
> mv -bv awesome-wm-theme/* ~/.config/awesome; rm -rf awesome-wm-theme

Donate

Webmoney WMR: R120863502096
Webmoney WMZ: Z711863997489
Sberbank: 5469 3700 1107 4044

awesome-wm-theme's People

Contributors

relz avatar

Stargazers

Maciel Ribeiro de Oliveira avatar Jaglux12 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.