diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 07:06:26 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 07:06:26 +0300 |
commit | 0ced8bb69521aeb9e6e103268b517711a1206108 (patch) | |
tree | e974ba30eb4dd85f1a96c12b55cbb5ca01887f5c | |
parent | 00801ff620057ebcf8bf3f24d4112a9d7dfd11ba (diff) | |
download | swayrice-0ced8bb69521aeb9e6e103268b517711a1206108.tar.gz swayrice-0ced8bb69521aeb9e6e103268b517711a1206108.zip |
Now using swaylock fork swaylock-effects
-rwxr-xr-x | artix.sh | 8 | ||||
-rw-r--r-- | dotfiles/.config/swaylock/config | 18 |
2 files changed, 16 insertions, 10 deletions
@@ -18,9 +18,9 @@ pacman -Sy --noconfirm zsh zsh-syntax-highlighting openresolv wireguard-tools \ noto-fonts-cjk noto-fonts-emoji ttf-joypixels otf-latin-modern \ otf-latinmodern-math powerline-fonts python-pygit2 polkit polkit-gnome \ zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez \ - bluez-runit acpilight accountsservice lightdm xdg-user-dirs abook \ - terminus-font qutebrowser jq stow wdiff texlive-most units isync notmuch \ - pass translate-shell gnome-keyring pacman-contrib linux-headers \ + bluez-runit acpilight accountsservice xdg-user-dirs abook terminus-font \ + qutebrowser jq stow wdiff texlive-most units isync notmuch pass \ + translate-shell gnome-keyring pacman-contrib linux-headers \ v4l2loopback-dkms highlight mediainfo # Copy system config files @@ -40,7 +40,7 @@ cd build sudo -u "$1" "git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si" yay -S --noconfirm aerc-git ttf-symbola ttf-ms-fonts pam-gnupg ncpamixer mimeo \ - xdg-utils-mimeo cli-visualizer lf dragon-drag-and-drop + xdg-utils-mimeo cli-visualizer lf dragon-drag-and-drop swaylock-effects # Copy some fonts to make them available system-wide mkdir -p /usr/share/fonts/rice diff --git a/dotfiles/.config/swaylock/config b/dotfiles/.config/swaylock/config index 18c3b13..b6c8304 100644 --- a/dotfiles/.config/swaylock/config +++ b/dotfiles/.config/swaylock/config @@ -1,12 +1,10 @@ -image=~/.config/lockwall.png color=#00000000 font=monospace font-size=32 scaling=fill -indicator-radius=100 +indicator-radius=120 show-failed-attempts -hide-keyboard-layout -inside-color=#00000000 +inside-color=#000000bb inside-ver-color=#3f6e90 inside-wrong-color=#b73030 inside-clear-color=#a1a6b2cc @@ -20,7 +18,15 @@ line-wrong-color=#434c5e line-clear-color=#434c5e separator-color=#00000000 key-hl-color=#9eba86 -text-color=#1d2021 -text-ver-color=#1d2021 +text-color=#e5e9f0 +text-ver-color=#e5e9f0 text-wrong-color=#1d2021 text-clear-color=#1d2021 + +fade-in=1 +clock +indicator +screenshots +datestr=%a, %F +effect-blur=12x3 +layout-bg-color=#000000bb |