mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Add swaylock config
This commit is contained in:
parent
a172576ddb
commit
df00b6c5c8
7 changed files with 27 additions and 66 deletions
|
@ -33,7 +33,7 @@ bind = $mod SHIFT, W, exec, rofi -show window -theme catppuccin-macchiato
|
|||
# bind = ALT_L, Tab, exec, killall -SIGUSR1 sfwbar
|
||||
bind = $mod, P, pseudo, # dwindle only
|
||||
# bind = $mod SHIFT, P, exec, hyprctl dispatch dpms off
|
||||
# bind = $mod SHIFT, L, exec, ~/.config/hypr/bsplock
|
||||
# bind = $mod SHIFT, L, exec, swaylock
|
||||
bind = $mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
bind = $mod, N, exec, networkmanager_dmenu
|
||||
bind = CAPS, , exec, swayosd-client --caps-lock-led
|
||||
|
|
|
@ -11,7 +11,7 @@ exec-once = swayosd-server &
|
|||
# exec-once = eww daemon
|
||||
exec-once = nm-applet
|
||||
|
||||
exec-once = swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock'
|
||||
exec-once = swayidle before-sleep 'loginctl lock-session' lock 'swaylock'
|
||||
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
||||
exec-once = systemctl start --user foot-server
|
||||
|
|
|
@ -1,61 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com>
|
||||
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
||||
|
||||
## i3lock for bspwm for Archcraft OS.
|
||||
|
||||
## Get colors -----------------
|
||||
FG="#CDD6F4"
|
||||
BG="#1E1E2E"
|
||||
|
||||
BLACK="#45475A"
|
||||
RED="#F38BA8"
|
||||
GREEN="#A6E3A1"
|
||||
YELLOW="#F9E2AF"
|
||||
BLUE="#89B4FA"
|
||||
MAGENTA="#F5C2E7"
|
||||
CYAN="#94E2D5"
|
||||
WHITE="#BAC2DE"
|
||||
|
||||
TOTD=`fortune -n 90 -s | head -n 1`
|
||||
|
||||
## Exec -----------------
|
||||
|
||||
#betterlockscreen --lock \
|
||||
#-- \
|
||||
#--{time,date,layout,verif,wrong,greeter}-font="Iosevka" \
|
||||
swaylock \
|
||||
-f \
|
||||
--color="${BG}FF" \
|
||||
\
|
||||
--inside-ver-color=${GREEN} \
|
||||
--inside-wrong-color=${RED} \
|
||||
--inside-color="${BG}00" \
|
||||
\
|
||||
--ring-ver-color=${GREEN} \
|
||||
--ring-wrong-color=${RED} \
|
||||
--ring-color="#f5e0dc" \
|
||||
\
|
||||
--line-color=${BG} \
|
||||
--separator-color=${BG} \
|
||||
\
|
||||
--key-hl-color=${YELLOW} \
|
||||
--bs-hl-color=${RED} \
|
||||
\
|
||||
--font="Iosevka" \
|
||||
--font-size=18 \
|
||||
\
|
||||
--indicator-radius 120 \
|
||||
--indicator-thickness 8
|
||||
|
||||
# swaylock-effects
|
||||
#--screenshots \
|
||||
#--effect-blur 7x16 \
|
||||
#--effect-vignette 0.5:0.2 \
|
||||
|
||||
# swayidle -w \
|
||||
# timeout 10 \
|
||||
|
||||
# hyprctl dispatch dpms off
|
||||
# systemctl suspend
|
Loading…
Add table
Add a link
Reference in a new issue