forked from Shinonome/dots-hyprland
no more swaylock (#278)
This commit is contained in:
@@ -21,7 +21,6 @@ layerrule = xray 1, .*
|
|||||||
layerrule = noanim, selection
|
layerrule = noanim, selection
|
||||||
layerrule = noanim, overview
|
layerrule = noanim, overview
|
||||||
layerrule = noanim, anyrun
|
layerrule = noanim, anyrun
|
||||||
layerrule = blur, swaylock
|
|
||||||
|
|
||||||
layerrule = blur, eww
|
layerrule = blur, eww
|
||||||
layerrule = ignorealpha 0.8, eww
|
layerrule = ignorealpha 0.8, eww
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"label" : "lock",
|
"label" : "lock",
|
||||||
"action" : "swaylock",
|
"action" : "loginctl lock-session",
|
||||||
"text" : "lock",
|
"text" : "lock",
|
||||||
"keybind" : "l"
|
"keybind" : "l"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -20,7 +20,7 @@ set -e
|
|||||||
# Undo Step 3: Removing copied config and local folders
|
# Undo Step 3: Removing copied config and local folders
|
||||||
printf '\e[36mRemoving copied config and local folders...\n\e[97m'
|
printf '\e[36mRemoving copied config and local folders...\n\e[97m'
|
||||||
|
|
||||||
for i in ags fish fontconfig foot fuzzel hypr mpv swaylock wlogout "starship.toml" rubyshot
|
for i in ags fish fontconfig foot fuzzel hypr mpv wlogout "starship.toml" rubyshot
|
||||||
do v rm -rf "$HOME/.config/$i"
|
do v rm -rf "$HOME/.config/$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -45,6 +45,6 @@ v sudo deluser "$user" input
|
|||||||
read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed"
|
read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed"
|
||||||
|
|
||||||
# Removing installed yay packages and dependencies
|
# Removing installed yay packages and dependencies
|
||||||
v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc swww slurp starship swayidle swaylock tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool
|
v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc swww slurp starship swayidle hyprlock-git tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool
|
||||||
|
|
||||||
printf '\e[36mUninstall Complete.\n\e[97m'
|
printf '\e[36mUninstall Complete.\n\e[97m'
|
||||||
|
|||||||
Reference in New Issue
Block a user