Kayıtlar

xfce etiketine sahip yayınlar gösteriliyor

Kernel driver not installed ve FATAL: Module vboxdrv not found in directory Çözümleri

Resim

Manjaro Architect kurulumu ve kullanımı

Resim

XFCE Pulse Audio Arkaplan Rengi Değiştirme

Resim
Sonrası Öncesi Benim Sorum: Arch Linux XFCE kullanıyorum. Pulse audio'nun arkaplan resmini değiştiremedim. Arkaplan resmini değiştirmek için aşağıdaki kodları ve komutları yazdım   ~/.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 -r Komut ç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-pane...