XFCE Pulse Audio Arkaplan Rengi Değiştirme
![]() |
| Sonrası |
| Öncesi |
~/.config/gtk-3.0/gtk.css dosyasını oluşturdum ve aşağıdaki kodları ekleyip kaydettim.
.xfce4-panel .button {
background-color: #000000;
}
Ardından terminali açtım.
Aşağıdaki komutla xfce4-paneli yeniden başlattım.
xfce4-panel -rKomut çalıştı. Fakat pulse audio nun arkaplan rengi değişmedi. Ne yapabilirim ?
Benim Cevabım:
~/.config/gtk-3.0/gtk.css düzenledim.aşağıdaki kodları ekledim ve kaydettim.
.xfce4-panel.panel {
/* change the background-color to match the background color of the panel */
background-color: #2b2e37;
text-shadow: none;
-gtk-icon-shadow: none; }
.xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
/* the foreground color of the text */
color: #F5F5F5;
border-radius: 0;
border: none; }
.xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover {
border: none;
background-color: rgba(0, 0, 0, 0.0); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: rgba(0, 0, 0, 0.0);
}
Ardından xfce4-paneli aşağıdaki komutla yeniden başlattım. ve arkaplan sorunu çözüldü.xfce4-panel -r

Yorumlar
Yorum Gönder