From 0e252fc53f667430755cd41649a08a5afe0eb856 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 17 Jan 2021 18:12:28 +0100 Subject: [PATCH] Moved top bar to background, not interfering with i3-gaps --- .config/picom.conf##class.blue | 1 + .config/polybar/config | 3 ++- .config/polybar/scripts/modules/cava.py | 2 +- .extrarc | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/picom.conf##class.blue b/.config/picom.conf##class.blue index eaa9b9d..530b5f7 100644 --- a/.config/picom.conf##class.blue +++ b/.config/picom.conf##class.blue @@ -296,6 +296,7 @@ blur-background-exclude = [ # https://github.com/naelstrof/maim/issues/130 "class_g = 'slop'", "class_g *= 'Peek'", + "name *= 'polybar-floating_wm'", "class_g = 'xsnow'", "_GTK_FRAME_EXTENTS@:c", "name *= 'overlay'", diff --git a/.config/polybar/config b/.config/polybar/config index e4abdb7..33d6211 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -99,7 +99,8 @@ font-1 = Material Design Icons:pixelsize=8.25:antialias=true;4 enable-ipc = true bottom = false radius = 15.0 -override-redirect = false +wm-restack = i3 +override-redirect = true ; Bars Yoga3 diff --git a/.config/polybar/scripts/modules/cava.py b/.config/polybar/scripts/modules/cava.py index 6c36b8a..c70d990 100755 --- a/.config/polybar/scripts/modules/cava.py +++ b/.config/polybar/scripts/modules/cava.py @@ -50,7 +50,7 @@ SEPARATOR = ' ' # # Default: False # -HIDE_WHEN_EMPTY = True +HIDE_WHEN_EMPTY = False # Specify how long this script should wait before printing another value # diff --git a/.extrarc b/.extrarc index 07e524e..8052b75 100644 --- a/.extrarc +++ b/.extrarc @@ -70,6 +70,9 @@ alias steam-ns="screen -d -m firejail --noprofile --blacklist=/sys/class/hidraw/ alias pipes="pipes -r 50000" alias worms="pipes -p 10 -r 50 -R" +# alacritty +alias newterm="setsid alacritty" + # general alias cls=clear alias pls=sudo