blob: 985bd1a97d2c13c12764e949f83aeb9433e43ad1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
## Swaylock-effects config
ignore-empty-password
font="Fira Sans Semibold"
# clock choose between AM/PM or 24H
clock
# AM/PM formats (American Format)
#datestr=%a, %B %e
#timestr=%I:%M %p
#24 HRS clock format and standard Europe Date Format
timestr=%H:%M:%S
datestr=%d %B, %a
# Add current display as background
# screenshots
# Add an image as a background. You need to disable screenshots above
image=$HOME/.config/rofi/.current_wallpaper
# Effect for background
# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects
# effect-blur=5x4
# effect-greyscale
# effect-pixelate=5
# effect-vignette 0:1
# Fade in time (secs)
fade-in=0.5
# Show/Hide indicator circle
indicator
# indicator (higher number means bigger clock)
indicator-radius=200
indicator-thickness=20
indicator-caps-lock
# colors
bs-hl-color=31748f
inside-color=323232
key-hl-color=eb6f92
line-color=4f4f4f
ring-color=4f4f4f
separator-color=00000000
text-color=e0def4
inside-ver-color=1f1d2e
line-ver-color=eb6f92
ring-ver-color=eb6f92
text-ver-color=e0def4
inside-wrong-color=1f1d2e
line-wrong-color=1f1d2e
ring-wrong-color=31748f
text-wrong-color=31748f
inside-clear-color=1f1d2e
line-clear-color=1f1d2e
ring-clear-color=9ccfd8
text-clear-color=e0def4
caps-lock-bs-hl-color=ffffff
caps-lock-key-hl-color=ffffff
text-caps-lock-color=ffffff
#disable-caps-lock-text
|