~kris/dots

srice

srice/.config/eww/volume_popup.scss -rw-r--r-- 856 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
.volume-popup {
  background-color: $surface;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid $outline;
}

.icon-volume-popup {
  font-size: 18px; 
  font-weight: bold;
}

/* Menggunakan suffix -popup agar sesuai dengan class di Yuck */
.volume-header-popup {
  margin-bottom: 10px;
  color: $on-surface;
}

.volume-slider-box-popup {
  padding: 5px;
}

.volume-slider-popup {
  min-height: 150px; 
  min-width: 20px;
}

/* Styling Slider Bar */
.volume-slider-popup scale trough {
    all: unset;
    background-color: $surface-container-highest;
    border-radius: 10px;
    min-width: 10px; 
}

.volume-slider-popup scale highlight {
    all: unset;
    background-color: $secondary;
    border-radius: 10px;
    min-width: 10px;
}

.volume-percent-popup {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  color: $on-surface;
}