diff --git a/README.md b/README.md index 2cc5c6b..0f43db8 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ Dotfiles ======== -My personal dotfiles/ configurations, managed with the 'dotdrop' submodule +My personal configurations, managed with the 'dotdrop' submodule -Currently using: -+ `OneDark` Colortheme with `lightline` Statusbar for vim -+ `Inconsolata` Powerline Patched Font for Xterm -+ A modded `Agnoster` ZSH-Theme - -Outdated picture: -![bash](https://i.imgur.com/EbrS1n6.png) +| Usage | Name | +| :--- | :--- | +| OS | Fedora | +| Shell | zsh with oh-my-zsh | +| WM | i3 | +| Terminal | xterm | +| Font | Inconsolata for Powerline | +| Transparency | picom | +| Wallpaper | teh | diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 06ed1c9..04402af 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,5 +1,5 @@ opacity-rule = [ - "80:class_g = 'XTerm' && !focused" + "90:class_g = 'XTerm' && !focused" ]; fading = true;