blob: 53e0b0ab781f27b9fc2943d6e228a55e9d4571c4 (
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
|
daemonize
show-failed-attempts
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=9x5
# effect-vignette=0.5:0.5
effect-greyscale
# effect-pixelate=5
color=1f1d2e80
font="Fira Code Medium"
indicator
indicator-radius=200
indicator-thickness=20
text-color=e0def4
text-caps-lock-color=ffffff
inside-color=000000
line-color=1f1d2e
ring-color=191724
separator-color=00000000
text-ver-color=ffffff
inside-ver-color=000000
line-ver-color=0000ff
ring-ver-color=2777ff
text-wrong-color=ff0000
inside-wrong-color=000000
line-wrong-color=000000
ring-wrong-color=ff8000
text-clear-color=000000
inside-clear-color=ffffff
line-clear-color=00ff00
ring-clear-color=0ffff0
key-hl-color=ff0000
bs-hl-color=ffffff
grace=1
grace-no-mouse
grace-no-touch
fade-in=0.2
ignore-empty-password
|