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