1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-12 18:46:05 +02:00
eoli3n-dotfiles/README.md

74 lines
1.8 KiB
Markdown
Raw Normal View History

2016-09-19 12:46:31 +02:00
# Archlinux i3wm Dark Solarized
2016-03-29 20:44:38 +02:00
2016-09-17 18:35:54 +02:00
i3wm zsh conky
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3wm.png)
weechat
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/weechat.png)
2016-09-17 18:37:20 +02:00
thunar gtk dmenu2
2016-09-17 18:35:54 +02:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/thunar.png)
2016-09-17 21:26:55 +02:00
firefox O!MPD
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/web.png)
2016-09-17 18:35:54 +02:00
i3lock
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3lock.png)
2016-03-29 20:44:38 +02:00
2016-03-28 10:52:26 +02:00
# Env setup
2016-04-03 05:04:09 +02:00
2016-09-19 12:36:19 +02:00
sudo pacman -S i3-wm rxvt-unicode zsh git i3lock ttf-hack vim weechat compton conky xbindkeys powerline powerline-fonts powerline-vim xorg-xrdb xclip zsh-syntax-highlighting tmux
2016-03-29 20:22:22 +02:00
2016-09-19 12:34:27 +02:00
yaourt -S compton-git powerline ttf-font-awesome ttf-font-icons j4-dmenu-desktop
2016-03-29 20:22:22 +02:00
2016-09-19 12:40:40 +02:00
cd ~/.i3
git clone https://github.com/guimeira/i3lock-fancy-multimonitor
# change BLURTYPE="5x3" in "lock" file
2016-03-29 09:53:31 +02:00
# update font cache
2016-04-03 05:04:09 +02:00
fc-cache -f
2016-03-29 09:53:31 +02:00
2016-03-29 20:35:46 +02:00
# link to .Xdefaults
2016-04-03 05:04:09 +02:00
ln -s ~/.Xresources ~/.Xdefaults
2016-03-29 20:35:46 +02:00
# reload Xresources
2016-04-03 05:04:09 +02:00
xrdb ~/.Xresources
2016-03-29 20:35:46 +02:00
2016-03-29 20:22:22 +02:00
# Weechat solarized
2016-04-03 05:04:09 +02:00
/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
2016-03-29 20:48:11 +02:00
2016-09-21 07:16:11 +02:00
# Google-chrome hide toolbar
#start google chrome and in a tab enabled ->
chrome://flags/#overlay-scrollbars
2016-03-31 22:50:26 +02:00
# Enable services
2016-04-03 05:04:09 +02:00
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
systemctl --user enable interfacelift.timer
2016-03-31 22:50:26 +02:00
2016-03-29 20:48:11 +02:00
# Subprojects used
2016-04-03 05:04:09 +02:00
2016-03-29 20:48:11 +02:00
https://github.com/guimeira/i3lock-fancy-multimonitor
2016-03-31 22:50:26 +02:00
https://github.com/chjj/compton
2016-09-19 12:43:22 +02:00
https://github.com/altercation/solarized