Giter VIP home page Giter VIP logo

dwm's Introduction

dwm

my version of dwm

Information

Patches:

Colors

My version of dwm uses my turn on the nightfall colorscheme.

Autostart

My autostart is not included (due to it depending on things you might have not set) but it starts the following programs:

  • picom: compositor for transparency, blur and shadows
  • nextcloud: cloud synchronisation
  • nitrogen: wallpaper setting utility
  • flameshot: screenshot utility (launches into systray)
  • dwmbar: a script on my machine for setting the bar

Bar

My bar displays the following things:

  • time
  • weather
  • disk space free (on root partition)

As a separator I use the pipe character (|).

For your own bar you use the xsetroot command. For example xsetroot -name 'I love dwm' sets the bar to 'I love dwm' (not the entire bar only a specific part of the bar that's on the right in this configuration). You can also use things like the time and date to be displayed in the bar: xsetroot -name "$(date)" To let it update you can put it in a while loop: while :; xsetroot -name "$(date)"; sleep 1; done. Then you can add that to the autostart.sh file like this:

while :; xsetroot -name "$(date)"; sleep 1; done &

Fonts

My configuration uses the mononoki Font

Installation

To install my version of dwm clone the repository and run make clean install as root. Per default dwm will be installed to /usr/local/bin/dwm. To change that edit the config.mk file.

dwm's People

Contributors

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