From 35e9a8fb51e217e68476293a839164b9db05c306 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sun, 9 Jan 2022 10:57:46 +0100 Subject: [PATCH] picom + test --- config/picom/picom.conf | 4 ++-- install-scripts/test.sh | 41 ++++------------------------------------- 2 files changed, 6 insertions(+), 39 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 9204c70..075c9c1 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -47,10 +47,10 @@ inactive-opacity = 1.0; # "95:class_g = 'alacritty' && focused", # "75:class_g = 'alacritty' && !focused" #]; -# +# Remember not to add comma "," to the last rule... but it must be at the end of all others. opacity-rule = [ - "95:class_g = 'Rofi'", + "92:class_g = 'Rofi'", "95:class_g = 'kitty' && focused", "75:class_g = 'kitty' && !focused", "95:class_g = 'alacritty' && focused", diff --git a/install-scripts/test.sh b/install-scripts/test.sh index 8248735..8cbf0db 100644 --- a/install-scripts/test.sh +++ b/install-scripts/test.sh @@ -1,42 +1,9 @@ #!/bin/bash -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " TEST RUN" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" +(pv -n sudo apt update) 2>1 | dialog --gauge "apt update status" 6 80 +(pv -n sudo apt upgrade -y) 2>1 | dialog --gauge "apt upgrade status" 6 80 -# Test !! +(pv -n sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock i3lock-fancy network-manager kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst smbclient emacs lxpolkit xbacklight lxappearance htop mc xarchiver mpv feh sxiv pulseaudio pulsemixer npm curl imagemagick scrot firefox-esr ranger neovim flameshot cmus ncmpcpp notify-osd neofetch flatpak cava obs-studio zsh git wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-style-breeze libreoffice-l10n-da inkscape gimp rawtherapee darktable okular) 2>1 | dialog --gauge "apt install software status" 6 80 -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " TEST RUN" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" - -sleep 1 - -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " TEST RUN" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" - -sleep 1 - -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " TEST RUN" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" - -sleep 1 - -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " TEST RUN" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-" - -#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh \ No newline at end of file +. ~/bspwm-install-ma-dte/last-step-setup-menu.sh \ No newline at end of file