fix
This commit is contained in:
@@ -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; }
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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"')
|
||||||
|
|||||||
@@ -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..."
|
||||||
|
|||||||
@@ -43,8 +43,6 @@ alt + shift + ctrl + a
|
|||||||
kitty -e pulsemixer
|
kitty -e pulsemixer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
####### lock computer #######
|
####### lock computer #######
|
||||||
alt + l
|
alt + l
|
||||||
xsecurelock
|
xsecurelock
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -158,4 +158,3 @@ echo " "
|
|||||||
echo " All DONE - User + .config files..."
|
echo " All DONE - User + .config files..."
|
||||||
echo " "
|
echo " "
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user