fix
This commit is contained in:
@@ -444,3 +444,4 @@ wintypes:
|
||||
popup_menu = { opacity = 1.0; }
|
||||
dropdown_menu = { opacity = 1.0; }
|
||||
};
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
#killall -q polybar
|
||||
pkill polybar
|
||||
|
||||
@@ -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"')
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# https://github.com/ericmurphyxyz/archrice
|
||||
|
||||
notify-send "Getting list of available Wi-Fi networks..."
|
||||
|
||||
@@ -43,8 +43,6 @@ alt + shift + ctrl + a
|
||||
kitty -e pulsemixer
|
||||
|
||||
|
||||
|
||||
|
||||
####### lock computer #######
|
||||
alt + l
|
||||
xsecurelock
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/bspwm-install-ma-dte
|
||||
|
||||
# Do, mkdir, copy, copy, echo files.
|
||||
|
||||
@@ -11,7 +11,6 @@ echo " continues the software installation in 3 seconds"
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
sleep 3
|
||||
|
||||
# APT Update & apt upgrade
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ clear
|
||||
|
||||
# Alacritty - Building and installing ON / OFF
|
||||
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
|
||||
|
||||
|
||||
@@ -62,4 +62,3 @@ sudo update-desktop-database
|
||||
cd ~/bspwm-install-ma-dte
|
||||
clear
|
||||
echo "Alacritty Install - ALL DONE"
|
||||
|
||||
|
||||
@@ -23,5 +23,3 @@ flatpak install flathub com.valvesoftware.Steam
|
||||
|
||||
clear
|
||||
echo " # # # # # RUN STEAM CORMAND: flatpak run com.valvesoftware.Steam"
|
||||
|
||||
|
||||
|
||||
@@ -158,4 +158,3 @@ echo " "
|
||||
echo " All DONE - User + .config files..."
|
||||
echo " "
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# APT Update & apt upgrade
|
||||
sudo apt update && sudo apt install -y dialog git
|
||||
|
||||
# Remember that this menu uses this apt package "dialog"
|
||||
|
||||
HEIGHT=35
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remember that this menu uses this apt package "dialog"
|
||||
|
||||
HEIGHT=35
|
||||
|
||||
Reference in New Issue
Block a user