- OS: Debian
- WM: awesome
- pulseaudio - control volume
- alacritty - terminal
- redshift - night light
- compton (chjj) - window compositor
- scrot - screenshot tool
- rofi - app launcher
- acpid - subscribe acpi events
- cpufrequtils - cpu governor switcher (not used)
- mpd, mpc, ncmpcpp - music player daemon and ncmpcpp client
- nvim - text editor
The script copy-dotfiles.sh
is used for copy dotfiles into git working directory. To make this setup work on your system you should copy config files manually.
Iosevka font must be patched with Font Awesome icons using Nerd Fonts patcher. It requires to make zsh theme draw it's decorations
Awesomewm config folder should contain file secrets.lua
that is not included in this repository. Here is that file sample contents:
secrets = {
lock_screen_password = "your password",
openweather_key = "your token here",
-- Your coords. Used by weather widget to determine your location
lon = 12.34,
lat = 12.34
}