Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

tkuwill/Awesomewm.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now I don't use Awesome WM anymore. Now I use dwm. But you still can check this if you want to use Awesome WM. Yet, this repository won't update anymore.

Here are my dotfiles of dwm used on two laptops: My-dwm-dotfiles-My-st-config and willdezenbookArch_dotfiles. You can have a look if you are interested in dwm.

Awesomewm.dotfiles

Do much customization to meet my own needs.

Wallpaper is from Fate/Grand Order HD Wallpaper.


My Awesomewm dotfiles used in archlinux.

  • Also I put my .zshrc, .vimrc, init.vim, .Xresources and ranger's setting here. If you need, you can use those.
  • ranger's setting can see ArchWiki-ranger and ranger's github wiki Image-Previews and ranger Drag-and-Drop as reference. If you are using archlinux you might have to replace dragon with dragon-drop because they renamed it. Also in wiki, map <C-d> shell dragon -a -x %p --and-exit can't work for me, so I use map <A-d> shell dragon -a -x %p --and-exit instead. <A-d> means <Alt-d>. And in the wiki, method 2 can't work for me.
  • However, I DO NOT promise that those must work in your computer.
  • Use the part that you need, which is a good choice, I thought.
  • The color in the config may be different from the screenshots below because I usually change colors of my UI to meet my need.
  • Now I use st terminal. Here is My-st-config.

Here is the screenshots ! !

I use SauceCodePro Nerd Font to avoid widgets keeping moving left and right. Due to SauceCodePro Nerd Font is Monospaced font.

Here is my terminal, urxvt. Use .Xresources to set.

Now I use UXterm. UXTerm is XTerm with support to Unicode characters. Also use .Xresources to set.

Here is my music player, cmus. You can check the file autosave to see my cmus's config.

This is my rofi' s look. I change the color of default.

2022/03/31 Added mpris-widget which can play or pause music by mouse. It can also go to next song or previous song by mouse scroll up or down, which depends on your setting. Also, it can show the artist and song name playing. (From mpris-widget)

2022/04/09 Added volume-widget. From volume-widget.

2022/04/16 Added Logout Menu Widget. From Logout Menu Widget.

Also, I now use papercolor-theme for vim and neovim. I also use ohmyzsh-battery.plugin.zsh to fix my terminal zsh prompt.

I have also changed the pager for man. Now I use vim as pager. You can check my .zshrc for the setting. More details or tutorial from Using Vim as $MANPAGER, A faster Vim, for a better manpager, 5 cool terminal pagers in Fedora. If you need, take a look.

2022/05/03 Added battery-widget for the notification when battery is dying.

I changed the default position of popup and font of widget.


I also add more volume bar icon when the volume is over 80%, 60%, 40%, 20%, 0% and 0%. And I use the icon from Flaticon.

  • If you don't like that, you can change it by yourself.
  • Put the icon you like in icons/volume/pastel, then change the volume-adjust2.lua if you use different name of your icon. Here is the original source below.

Volume down icons created by Freepik - Flaticon

Sound icons created by Freepik - Flaticon

Volume icons created by Aldo Cervantes - Flaticon

Volume icons created by Aldo Cervantes - Flaticon

Silence icons created by Aldo Cervantes - Flaticon

Audio icons created by Aldo Cervantes - Flaticon


Here is the result below !

volume = 0 volume < 20 volume > 20 volume > 40 volume > 60 volume > 80

From left to right

  • First photo is volume = 0.
  • Second is volume < 20.
  • Third is volume > 20.
  • Fourth is volume > 40.
  • Fifth is volume > 60.
  • Final one is volume > 80.