~kris/dots

srice

ref: e9b48d06a8541f3eda5c4db90382ab3c77183afb srice/.config/eww/brightness_popup.scss -rw-r--r-- 956 bytes
e9b48d06 — Kris Yotam xprofile: systemd-aware pipewire start + blueman-applet; sb-internet: tolerate missing /proc/net/wireless 2 months 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
.brightness-popup {
  background-color: $surface;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid $outline;
}

.icon-brightness-popup {
  font-size: 24px; /* Diperbesar sedikit karena hanya ikon */
  font-weight: bold;
}

.brightness-header-popup {
  margin-bottom: 10px;
  color: $on-surface;
}

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

.brightness-slider-popup {
  min-height: 150px; /* Memberikan tinggi minimal pada slider */
  min-width: 20px;
}

/* Mengatur warna trough (jalur) dan highlight slider menggunakan variabel warna Anda */
scale trough {
    all: unset;
    background-color: $surface-container-highest;
    border-radius: 10px;
    min-width: 10px; 
}

scale highlight {
    all: unset;
    background-color: $primary;
    border-radius: 10px;
    min-width: 10px;
}

.brightness-percent-popup {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px; /* Jarak antara slider dan angka */
  color: $on-surface;
}