fix and txt

This commit is contained in:
ITmail-dk
2022-01-07 11:17:07 +01:00
parent 766621d7de
commit b6fe7e358a
3 changed files with 3 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ shadow-exclude = [
# Bad in performance, with driver-dependent behavior. # Bad in performance, with driver-dependent behavior.
# The name of the switch may change without prior notifications. # The name of the switch may change without prior notifications.
#blur-background = false; #blur-background = false;
#blur-background = true; blur-background = true;
# Blur background of windows when the window frame is not opaque. # Blur background of windows when the window frame is not opaque.
# Implies: # Implies:

View File

@@ -1,4 +1,5 @@
#! /bin/sh #! /bin/sh
# https://github.com/ericmurphyxyz/archrice
chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"') chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"')

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# https://github.com/ericmurphyxyz/archrice
notify-send "Getting list of available Wi-Fi networks..." notify-send "Getting list of available Wi-Fi networks..."
# Get a list of available wifi connections and morph it into a nice-looking list # Get a list of available wifi connections and morph it into a nice-looking list