aboutsummaryrefslogtreecommitdiffstats
path: root/config/wlogout/style.css
blob: 4fc19b09bb571927efe9a4ab55131363ffab4ac3 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* wallust-wlogout */

/* Importing wallust colors */
@import '../../.config/waybar/wallust/colors-waybar.css';

window {
    font-family: "FantasqueSansM Nerd Font Mono Bold";
    font-size: 125%;
    background-color: rgba(30, 30, 46, 0.9);
}

button {
    font-family: "FantasqueSansM Nerd Font Mono Bold";
    background-repeat: no-repeat;
    background-size: 10%;
    background-color: rgba(200, 220, 255, 0);
    animation: gradient_f 10s ease-in infinite;
    transition: all 0.3s ease, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 2px solid transparent;
    border-radius: 30%;
    margin: 0px;
    padding: 0px;  
    transition: all 0.3s ease;
    background-position: center;
}

button:focus {
    background-size: 20%;
    border: 0px;
    border-radius: 30%;
}

button:hover {
	background-color: transparent;
    color: @color13;
    border-radius: 40%;
    background-size: 30%;
    box-shadow: 0 0 100px @color12;
}

/* Port Side */
#lock {	
    padding-right: 200px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: -200px; 
    background-image: image(url("./icons/lock.png"));
}
#lock:hover {
    padding-left: 200px;
    padding-right: 0px; 
    margin-right: 0px; 
    margin-left: -200px;    
    background-image: image(url("./icons/lock-hover.png"));
}

#reboot {
    padding-right: 200px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: -200px; 
    background-image: image(url("./icons/restart.png"));
}
#reboot:hover {
    padding-left: 200px;
    padding-right: 0px; 
    margin-right: 0px; 
    margin-left: -200px; 
    background-image: image(url("./icons/restart-hover.png"));
}

/* Midship */
#shutdown {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    margin-top: -200px; 
    background-image: image(url("./icons/power.png"));
}
#shutdown:hover {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    margin-top: -200px; 
    background-image: image(url("./icons/power-hover.png"));
}

#logout {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    margin-bottom: -200px; 
    background-image: image(url("./icons/logout.png"));
}
#logout:hover {
    padding-bottom: 00px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    margin-bottom: -200px; 
    background-image: image(url("./icons/logout-hover.png"));
}

/* Starboard */
#suspend {
    padding-left: 200px;
    padding-right: 0px; 
    margin-right: 0px; 
    margin-left: -200px; 
    background-image: image(url("./icons/sleep.png"));
}
#suspend:hover {
    padding-right: 200px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: -200px; 
    background-image: image(url("./icons/sleep-hover.png"));
}

#hibernate {
    padding-left: 200px;
    padding-right: 0px; 
    margin-right: 0px; 
    margin-left: -200px; 
    background-image: image(url("./icons/hibernate.png"));
}
#hibernate:hover {
    padding-right: 200px;
    padding-left: 0px; 
    margin-left: 0px; 
    margin-right: -200px; 
    background-image: image(url("./icons/hibernate-hover.png"));
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage