1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 09:26:06 +02:00

added GTK QT chrome configurations

This commit is contained in:
eoli3n 2017-01-09 22:42:58 +01:00
parent 8f7c1e86ff
commit 99a0555b92

107
README.md
View File

@ -25,66 +25,93 @@ Connman
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman.png)
# Setup
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
```
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
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
cd ~/.i3
git clone https://github.com/guimeira/i3lock-fancy-multimonitor
# change BLURTYPE="5x3" in "lock" file
```
Change BLURTYPE="5x3" in lock file
# Gtk+ and Qt
Run lxappearance and apply "Vertex-Dark" theme.
To use GTK-like theme with Qt edit ~/.config/Trolltech.conf and set
```
[Qt]
style=GTK+
```
# update font cache
fc-cache -f
```
fc-cache -f
```
# link to .Xdefaults
ln -s ~/.Xresources ~/.Xdefaults
```
ln -s ~/.Xresources ~/.Xdefaults
```
# reload Xresources
xrdb ~/.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
/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
```
/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 hide toolbar
# 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"
#start google chrome and in a tab enabled ->
chrome://flags/#overlay-scrollbars
# Enable services
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
systemctl --user enable interfacelift.timer
```
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
systemctl --user enable interfacelift.timer
```
# Subprojects