From 5a88229f850071ab64bce49d69c22b61553e1cb5 Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 7 Feb 2020 00:08:23 +0100 Subject: [PATCH] Add wallpaper and transparency --- README.md | 18 ++++++++++-------- dotfiles/picom.conf | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) 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;