more transparent windows
This commit is contained in:
parent
df37a2b214
commit
9a9e1cef44
|
@ -203,10 +203,10 @@
|
|||
(button
|
||||
:onclick "scripts/pop system"
|
||||
:class "icongpu"
|
||||
:tooltip "using ${gpu} of gpu"
|
||||
:tooltip gpu
|
||||
"")
|
||||
(label
|
||||
:text "${gpu}"
|
||||
:text gpu
|
||||
:class "gpu_label")))
|
||||
|
||||
(defwidget mem []
|
||||
|
|
|
@ -150,7 +150,7 @@ in
|
|||
rounding = 18;
|
||||
# multisample_edges=true
|
||||
active_opacity = 0.97;
|
||||
inactive_opacity = 0.97;
|
||||
inactive_opacity = 0.70;
|
||||
fullscreen_opacity = 1.0;
|
||||
|
||||
blur = {
|
||||
|
|
Loading…
Reference in a new issue