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* {
background-image: none;
}
window {
background-color: rgba(25, 0, 46, 0.5);
}
button {
color: #FF74E0;
font-size: 16px;
background-color: #272336;
border-style: none;
background-repeat: no-repeat;
background-position: center;
background-size: 35%;
margin: 5px;
text-shadow: 0px 0px;
box-shadow: 0px 0px;
}
button:focus,
button:active,
button:hover {
border-style: solid;
border-color: #3A385D;
border-width: 2px;
outline-style: none;
}
#logout {
background-image: image(url("/home/pedro0210/.config/wlogout/logout.png"));
}
#suspend {
background-image: image(url("/home/pedro0210/.config/wlogout/suspend.png"));
}
#shutdown {
background-image: image(
url("/home/pedro0210/.config/wlogout/shutdown.png")
);
}
#reboot {
background-image: image(url("/home/pedro0210/.config/wlogout/reboot.png"));
}