diff --git a/.config/ags/widgets/session/sessionscreen.js b/.config/ags/widgets/session/sessionscreen.js index 994fc9cd6..468508da1 100644 --- a/.config/ags/widgets/session/sessionscreen.js +++ b/.config/ags/widgets/session/sessionscreen.js @@ -57,7 +57,8 @@ const SessionButton = (name, icon, command, props = {}) => { export default () => { // lock, logout, sleep - const lockButton = SessionButton('Lock', 'lock', () => { App.closeWindow('session'); execAsync('gtklock') }); + // const lockButton = SessionButton('Lock', 'lock', () => { App.closeWindow('session'); execAsync('gtklock') }); + const lockButton = SessionButton('Lock', 'lock', () => { App.closeWindow('session'); execAsync('swaylock') }); const logoutButton = SessionButton('Logout', 'logout', () => { App.closeWindow('session'); execAsync(['bash', '-c', 'loginctl terminate-user $USER']) }); const sleepButton = SessionButton('Sleep', 'sleep', () => { App.closeWindow('session'); execAsync('systemctl suspend') }); // hibernate, shutdown, reboot diff --git a/.config/wlogout/layout b/.config/wlogout/layout old mode 100644 new mode 100755 index 2d79da961..0d7a33130 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -1,6 +1,6 @@ { "label" : "lock", - "action" : "gtklock", + "action" : "swaylock", "text" : "lock", "keybind" : "l" } diff --git a/.config/wlogout/noise.png b/.config/wlogout/noise.png deleted file mode 100644 index 028b188b5..000000000 Binary files a/.config/wlogout/noise.png and /dev/null differ diff --git a/.config/wlogout/style.css b/.config/wlogout/style.css old mode 100644 new mode 100755 index 8b72ccd0e..5ad6b6ca5 --- a/.config/wlogout/style.css +++ b/.config/wlogout/style.css @@ -6,7 +6,6 @@ window { background: rgba(0, 0, 0, 0.5); - background-image: url('./noise.png'); } button { diff --git a/uninstall.sh b/uninstall.sh index f12de478b..7f397d973 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -20,7 +20,7 @@ set -e # Undo Step 3: Removing copied config and local folders printf '\e[36mRemoving copied config and local folders...\n\e[97m' -for i in ags fish fontconfig foot fuzzel gtklock hypr mpv swaylock wlogout "starship.toml" rubyshot +for i in ags fish fontconfig foot fuzzel hypr mpv swaylock wlogout "starship.toml" rubyshot do v rm -rf "$HOME/.config/$i" done @@ -44,6 +44,6 @@ v sudo deluser "$user" input ############################################################################################################################## # Removing installed yay packages and dependencies -v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell gtklock gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc slurp starship swayidle swaylock swww 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 slurp starship swayidle swaylock swww 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'