Switch to i3status-rs for #i3wm

This commit is contained in:
Colin Powell
2019-08-07 23:25:58 -04:00
parent caf4981a80
commit 9afa28a200
3 changed files with 79 additions and 5 deletions

View File

@ -22,8 +22,8 @@ shadow-exclude = [
# xinerama-shadow-crop = true;
# Opacity
menu-opacity = 0.8;
inactive-opacity = 0.95;
menu-opacity = 0.3;
inactive-opacity = 0.97;
# active-opacity = 0.8;
frame-opacity = 0.7;
inactive-opacity-override = false;
@ -89,6 +89,6 @@ glx-swap-method = "undefined";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
tooltip = { fade = true; shadow = true; opacity = 0.15; focus = true; };
};