Compare commits
5 Commits
7d646e2bb0
...
icz/dell
| Author | SHA1 | Date | |
|---|---|---|---|
| c309ecdbb8 | |||
| 68874f46a0 | |||
| c3c4ef8bc1 | |||
| 2f07de753b | |||
| 60a2a61eab |
9
.config/Simple-Signer/settings.ini
Normal file
9
.config/Simple-Signer/settings.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[settings]
|
||||
cert-path = /home/fr/ICZUser_251118.pfx
|
||||
stamp-path =
|
||||
draw-stamp = 1
|
||||
ask-dest-path = 0
|
||||
stamp-background = 255,255,255
|
||||
stamp-outline = 0,0,0
|
||||
stamp-border = 2
|
||||
|
||||
@@ -7,7 +7,7 @@ pad=10x10
|
||||
#[mouse-bindings]
|
||||
#launch-url=Shift+BTN_LEFT
|
||||
|
||||
[colors]
|
||||
[colors-dark]
|
||||
alpha=0.96
|
||||
background=181818
|
||||
foreground=d8d8d8
|
||||
|
||||
@@ -195,6 +195,9 @@ riverctl spawn "udiskie -ANt"
|
||||
# Color temp
|
||||
riverctl spawn "wlsunset -l 50.08 -L 14.42 -t 5000 -T 6500"
|
||||
|
||||
# Cursor size
|
||||
riverctl xcursor-theme Adwaita 22
|
||||
|
||||
# Wallpaper
|
||||
riverctl spawn "swaybg -c 1D1F21"
|
||||
#[[ -e ~/.config/wallpaper.png ]] &&
|
||||
|
||||
19
.local/bin/lockscreen
Executable file
19
.local/bin/lockscreen
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
riverctl keyboard-layout us
|
||||
|
||||
exec swaylock \
|
||||
--clock \
|
||||
--show-keyboard-layout \
|
||||
--indicator-idle-visible \
|
||||
--indicator-radius 100 \
|
||||
--indicator-thickness 7 \
|
||||
--ring-color 2D464D \
|
||||
--key-hl-color be5046 \
|
||||
--text-color ffffff \
|
||||
--line-color 00000000 \
|
||||
--inside-color 00000088 \
|
||||
--separator-color 00000000 \
|
||||
--fade-in 0.2 \
|
||||
--effect-blur 7x1 \
|
||||
--color 202223
|
||||
Reference in New Issue
Block a user