Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-12-23 18:56:20

nicexd
Member
Registered: 2018-12-23
Posts: 2

Need some help with window title and panel.

Hi. I use XFCE-Dusk v4.12. How I can fix audio badge on the panel?
panel.png
How to change the color of the window title?
headers.png
I want something like this. One solid color as the panel color.
panel2.png

Offline

#2 2018-12-23 21:47:36

Jerry3904
Member
Registered: 2013-11-09
Posts: 853

Re: Need some help with window title and panel.

For the Window decoration: click Settings > Window Manager to pick a window theme you like, if the theme you selected in Appearance, Style tab doesn't give you what you want.


MX-23 (based on Debian Stable) with our flagship Xfce 4.18.

Offline

#3 2018-12-24 01:57:27

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,998

Re: Need some help with window title and panel.

The pulseaudio plugin is a GTK3-based plugin. Xfce-dusk is a GTK2-only theme. To get the best results, you should use a GTK3-compatible theme.

However, if you want to get it working with Xfce-dusk, place the following in ~/.config/gtk-3.0/gtk.css:

.xfce4-panel.background {
  background-color: rgba(35, 35, 35, 0.8);
  color: #fcfcfc;
  font-weight: normal; }
  .xfce4-panel.background button {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    padding: 0 1px;
    color: #fcfcfc;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }
    .xfce4-panel.background button:active, .xfce4-panel.background button:checked {
      background-image: none;
      background-color: transparent;
      border-color: transparent;
      color: #fcfcfc;
      transition: none; }
    .xfce4-panel.background button:hover, .xfce4-panel.background button:active:hover, .xfce4-panel.background button:checked:hover {
      border-color: transparent;
      background-image: none;
      background-color: rgba(0, 50, 90, 1.0);
      color: #fcfcfc;
      box-shadow: none;
      transition: none; }
  .xfce4-panel.background entry {
    caret-color: #212121; }
  .xfce4-panel.background menu {
    -gtk-icon-effect: none;
    text-shadow: none; }

However, you may run into other theming issues, in which case, look at using a GTK3-compatible theme. By compatible, I mean one that supports the version of GTK3 running on your system.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#4 2018-12-24 13:28:02

nicexd
Member
Registered: 2018-12-23
Posts: 2

Re: Need some help with window title and panel.

thank you, guys!

Offline

#5 2018-12-24 17:03:11

mint4all
Member
From: off the map
Registered: 2018-08-21
Posts: 265

Re: Need some help with window title and panel.

Greetings & Happy Holidays!

Just wanted to chime in and extend my GREATEST appreciation to this forum, and especially its moderator(s) -- i've learned here more in a few months than elsewhere in years smile

@nicexd ... You might take a look at 1000s of open-source themes & icon sets (most of them "free" of charge), nicely cataloged for download @ https://www.xfce-look.org/ Many of the themes also state what version of the particular Gtk-widget library they require. Over time, I've found some very nice themes myself, and learned a lot in the process.

Enjoy!

Cheers, m4a


Linux Mint 21.2 -- xfce 4.18 ... Apple iMAC -- Dell & HP Desktops and Laptops -- Family & Community Support

Offline

Board footer

Powered by FluxBB