mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
Sway acid dark
.config/systemd/user | ||
.i3 | ||
.vim | ||
.Xresources.d | ||
screenshots | ||
.vimrc | ||
.xbindkeysrc | ||
.xinitrc | ||
.xprofile | ||
.Xresources | ||
.zshrc | ||
a | ||
README.md |
Archlinux i3wm screenshots
i3wm zsh conky
weechat
thunar gtk dmenu2
i3lock
Env setup
sudo pacman -S i3-wm rxvt-unicode zsh git weechat i3lock ttf-hack vim weechat compton conky xbindkeys powerline powerline-fonts xorg-xrdb xclip zsh-syntax-highlighting
yaourt compton-git powerline ttf-font-awesome ttf-font-icons
update font cache
fc-cache -f
link to .Xdefaults
ln -s ~/.Xresources ~/.Xdefaults
reload Xresources
xrdb ~/.Xresources
Weechat solarized
/set weechat.bar.status.color_bg 0
/set weechat.bar.title.color_bg 0
/set weechat.color.chat_nick_colors 1,2,3,4,5,6
/set buffers.color.hotlist_message_fg 7
/set weechat.color.chat_highlight_bg red
/set weechat.color.chat_highlight black
/script install colorize_nicks.py buffers.pl iset.pl highmon.pl
Enable services
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
systemctl --user enable interfacelift.timer