mirror of https://github.com/artizirk/dotfiles
Arti Zirk
5 years ago
4 changed files with 22 additions and 5 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash |
||||
# Uses forked swaylock https://github.com/mortie/swaylock-effects |
||||
bg=$1 |
||||
exec swaylock \ |
||||
--clock \ |
||||
--datestr "%Y-%m-%d" \ |
||||
--indicator \ |
||||
--tiling \ |
||||
--hide-keyboard-layout \ |
||||
--font "Terminus" \ |
||||
--font-size 28 \ |
||||
--text-color ffffff \ |
||||
--inside-color 435366 \ |
||||
--separator-color 435366 \ |
||||
--ring-color 435366 \ |
||||
--line-uses-ring \ |
||||
--image $bg |
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
rofi.theme: /usr/share/rofi/themes/android_notification.rasi |
||||
rofi.font: Terminus 12 |
||||
|
Loading…
Reference in new issue