Replace swaylock with swaylock-effects
This commit is contained in:
parent
cc9cc73e8f
commit
60eb5e3b5a
2 changed files with 5 additions and 4 deletions
|
@ -36,7 +36,7 @@ sudo cp ./greetd.toml /etc/greetd/config.toml
|
||||||
sudo systemctl enable greetd
|
sudo systemctl enable greetd
|
||||||
|
|
||||||
# Window Manager
|
# Window Manager
|
||||||
sudo pacman -S --needed --noconfirm brightnessctl fuzzel gammastep grim kanshi mako network-manager-applet python-i3ipc slurp sway swayidle swaylock waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr
|
paru -S --needed --noconfirm brightnessctl fuzzel gammastep grim kanshi mako network-manager-applet python-i3ipc slurp sway swayidle swaylock-effects-git waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr
|
||||||
mkdir -p ~/Pictures/Screenshots
|
mkdir -p ~/Pictures/Screenshots
|
||||||
git clone https://github.com/nicolasavru/swaymonad.git ~/.config/swaymonad
|
git clone https://github.com/nicolasavru/swaymonad.git ~/.config/swaymonad
|
||||||
|
|
||||||
|
|
|
@ -18,10 +18,11 @@ exec cp -f ~/Pictures/Wallpapers/$(ls ~/Pictures/Wallpapers -b | shuf -n 1) ~/.w
|
||||||
output * bg ~/.wallpaper fill
|
output * bg ~/.wallpaper fill
|
||||||
|
|
||||||
# Idle configuration
|
# Idle configuration
|
||||||
|
set $lock_cmd swaylock -fF -i ~/.wallpaper -s fill --clock --effect-blur 10x1 --indicator
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 'swaylock -fF -i ~/.wallpaper -s fill' \
|
timeout 300 '$lock_cmd --grace 300' \
|
||||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock -fF -i ~/.wallpaper -s fill'
|
before-sleep '$lock_cmd'
|
||||||
|
|
||||||
# Input configuration
|
# Input configuration
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
|
@ -61,7 +62,7 @@ bindsym Mod4+f exec $term ranger
|
||||||
bindsym Control+Shift+Escape exec $term btop
|
bindsym Control+Shift+Escape exec $term btop
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bindsym Mod4+Shift+Escape exec swaylock -fF -i ~/.wallpaper -s fill
|
bindsym Mod4+Shift+Escape exec $lock_cmd
|
||||||
|
|
||||||
set $grimdir GRIM_DEFAULT_DIR=~/Pictures/Screenshots
|
set $grimdir GRIM_DEFAULT_DIR=~/Pictures/Screenshots
|
||||||
# Full screenshot
|
# Full screenshot
|
||||||
|
|
Loading…
Add table
Reference in a new issue