ฉันไม่สามารถใช้วิธีอื่นใน Ubuntu 19.04 ได้ฉันจึงใช้วิธีแก้ไขไฟล์ gtk.css:
nano ~/.config/gtk-3.0/gtk.css
นี่คือรหัสที่ฉันใช้:
/* add a 3-pixel border around windows */
decoration {
border: 5px solid rgba(10, 10, 10, .3);
background:rgba(10, 10, 10, .3);
}
/* customize the titlebar for active window */
.titlebar {
background: rgba(10, 10, 10, .3);
border-top:solid 1px rgba(10, 10, 10, .3);
color:white;
}
/* customize the titlebar for background windows */
.titlebar:backdrop {
background: rgba(10, 10, 10, .5);
color:white;
}
เมื่อบันทึกไฟล์แล้วให้เรียกใช้คำสั่งนี้เพื่อใช้การเปลี่ยนแปลงของคุณ:
setsid gnome-shell --replace
ดูด้านล่างสำหรับผลสุดท้าย