1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-06 14:56:07 +02:00
eoli3n-dotfiles/README.md

127 lines
2.9 KiB
Markdown
Raw Normal View History

2016-12-27 20:05:23 +01:00
# Archlinux i3-gaps Dark Solarized
2016-03-29 20:44:38 +02:00
2016-12-27 20:05:23 +01:00
i3-gaps zsh polybar
2016-09-17 18:35:54 +02:00
2016-12-30 20:48:46 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3gaps.png)
2016-09-17 18:35:54 +02:00
2016-12-27 20:05:23 +01:00
Weechat
2016-09-17 18:35:54 +02:00
2016-12-30 19:41:29 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/weechat.png)
2016-09-17 18:35:54 +02:00
2016-12-27 20:10:12 +01:00
Chrome App mode with O!MPD, thunar gtk
2016-09-17 18:35:54 +02:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/thunar.png)
2016-12-27 20:05:23 +01:00
Retroarch
2016-09-17 21:26:55 +02:00
2016-12-27 20:05:23 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/retroarch.png)
2016-09-17 21:26:55 +02:00
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-12-27 20:05:23 +01:00
Connman
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman.png)
2016-12-27 20:10:12 +01:00
# Setup
2017-01-09 22:42:58 +01:00
```
2017-01-09 22:43:48 +01:00
sudo pacman -S rxvt-unicode zsh git ttf-hack vim weechat xbindkeys powerline powerline-fonts powerline-vim xorg-xrdb xclip zsh-syntax-highlighting tmux xorg-xfd connman connman-gtk w3m lxappearance
2016-03-29 20:22:22 +02:00
2017-01-09 22:43:48 +01:00
pacaur -S i3-gaps polybar-git albert compton-git powerline powerline-vim ttf-font-awesome ttf-unifont ttf-font-icons j4-dmenu-desktop siji-git menutray cower
2016-03-29 20:22:22 +02:00
2017-01-09 22:43:48 +01:00
cd ~/.i3
git clone https://github.com/guimeira/i3lock-fancy-multimonitor
2017-01-09 22:42:58 +01:00
```
Change BLURTYPE="5x3" in lock file
# Gtk+ and Qt
2016-09-19 12:40:40 +02:00
2017-01-09 22:42:58 +01:00
Run lxappearance and apply "Vertex-Dark" theme.
To use GTK-like theme with Qt edit ~/.config/Trolltech.conf and set
```
[Qt]
style=GTK+
```
2016-09-19 12:40:40 +02:00
2016-03-29 09:53:31 +02:00
# update font cache
2017-01-09 22:42:58 +01:00
```
fc-cache -f
```
2016-03-29 09:53:31 +02:00
2016-03-29 20:35:46 +02:00
# link to .Xdefaults
2017-01-09 22:42:58 +01:00
```
ln -s ~/.Xresources ~/.Xdefaults
```
2016-03-29 20:35:46 +02:00
# reload Xresources
2017-01-09 22:42:58 +01:00
```
xrdb ~/.Xresources
```
2016-03-29 20:35:46 +02:00
2016-03-29 20:22:22 +02:00
# Weechat solarized
2017-01-09 22:42:58 +01: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
/bar toggle nicklist
/bar toggle title
/bar toggle status
/set weechat.look.separator_horizontal " "
/set buffers.color.current_bg 240
/set buffers.color.current_fg white
/set buffers.look.show_number off
/set weechat.bar.buffers.position top
/set weechat.look.buffer_time_format ${color:252}%H${color:245}%M${color:240}%S
/set env TERM screen-256color
/set weechat.bar.input.items " ,[input_search],[input_paste],input_text"
/set weechat.bar.input.color_delim 240
/set weechat.look.prefix_error "✘"
/set weechat.look.prefix_join ""
/set weechat.look.prefix_quit ""
/set weechat.look.prefix_suffix " "
/set weechat.look.read_marker none
/upgrade
```
# Google-chrome
Start google chrome and in a tab enabled
```
chrome://flags/#overlay-scrollbars
```
To set dark theme, go to graphical configuration and click "Use GTK+ Theme"
2016-09-21 07:16:11 +02:00
2016-03-31 22:50:26 +02:00
# Enable services
2017-01-09 22:42:58 +01: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-12-27 20:10:12 +01:00
# Subprojects
https://github.com/Airblader/i3
https://github.com/jaagr/polybar
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