This commit is contained in:
2022-02-14 20:10:43 +01:00
parent ee4c9dd7e1
commit 5bdb5ff64d
35 changed files with 30 additions and 41 deletions

View File

@@ -444,3 +444,4 @@ wintypes:
popup_menu = { opacity = 1.0; } popup_menu = { opacity = 1.0; }
dropdown_menu = { opacity = 1.0; } dropdown_menu = { opacity = 1.0; }
}; };

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Terminate already running bar instances # Terminate already running bar instances
#killall -q polybar #killall -q polybar
pkill polybar pkill polybar

View File

@@ -1,4 +1,5 @@
#! /bin/sh #! /bin/sh
# https://github.com/ericmurphyxyz/archrice # 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 # https://github.com/ericmurphyxyz/archrice
notify-send "Getting list of available Wi-Fi networks..." notify-send "Getting list of available Wi-Fi networks..."

View File

@@ -43,8 +43,6 @@ alt + shift + ctrl + a
kitty -e pulsemixer kitty -e pulsemixer
####### lock computer ####### ####### lock computer #######
alt + l alt + l
xsecurelock xsecurelock

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
# Do, mkdir, copy, copy, echo files. # Do, mkdir, copy, copy, echo files.

View File

@@ -11,7 +11,6 @@ echo " continues the software installation in 3 seconds"
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 3 sleep 3
# APT Update & apt upgrade # APT Update & apt upgrade
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y

View File

@@ -29,4 +29,3 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
# Alacritty - Building and installing ON / OFF # Alacritty - Building and installing ON / OFF
. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh . ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh

View File

@@ -29,4 +29,3 @@ clear
# Alacritty - Building and installing ON / OFF # Alacritty - Building and installing ON / OFF
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh #. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh

View File

@@ -62,4 +62,3 @@ sudo update-desktop-database
cd ~/bspwm-install-ma-dte cd ~/bspwm-install-ma-dte
clear clear
echo "Alacritty Install - ALL DONE" echo "Alacritty Install - ALL DONE"

View File

@@ -23,5 +23,3 @@ flatpak install flathub com.valvesoftware.Steam
clear clear
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam" echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"

View File

@@ -158,4 +158,3 @@ echo " "
echo " All DONE - User + .config files..." echo " All DONE - User + .config files..."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"

View File

@@ -1,8 +1,6 @@
#!/bin/bash #!/bin/bash
# APT Update & apt upgrade # APT Update & apt upgrade
sudo apt update && sudo apt install -y dialog git sudo apt update && sudo apt install -y dialog git
# Remember that this menu uses this apt package "dialog" # Remember that this menu uses this apt package "dialog"
HEIGHT=35 HEIGHT=35

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# Remember that this menu uses this apt package "dialog" # Remember that this menu uses this apt package "dialog"
HEIGHT=35 HEIGHT=35