From b6fe7e358a7142f62e35c7a5c9b8f51cc4749beb Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:17:07 +0100 Subject: [PATCH] fix and txt --- config/picom/picom.conf | 2 +- config/rofi/powermenu.sh | 1 + config/rofi/rofi-wifi-menu.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 1d27723..dec66b2 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -176,7 +176,7 @@ shadow-exclude = [ # Bad in performance, with driver-dependent behavior. # The name of the switch may change without prior notifications. #blur-background = false; -#blur-background = true; +blur-background = true; # Blur background of windows when the window frame is not opaque. # Implies: diff --git a/config/rofi/powermenu.sh b/config/rofi/powermenu.sh index d88ea58..73abd71 100644 --- a/config/rofi/powermenu.sh +++ b/config/rofi/powermenu.sh @@ -1,4 +1,5 @@ #! /bin/sh +# https://github.com/ericmurphyxyz/archrice chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"') diff --git a/config/rofi/rofi-wifi-menu.sh b/config/rofi/rofi-wifi-menu.sh index b7f61ab..d1dd622 100644 --- a/config/rofi/rofi-wifi-menu.sh +++ b/config/rofi/rofi-wifi-menu.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# https://github.com/ericmurphyxyz/archrice notify-send "Getting list of available Wi-Fi networks..." # Get a list of available wifi connections and morph it into a nice-looking list