ilgarmehmetali / budgie-pixel-saver-applet

GNU General Public License v2.0
31 stars 6 forks source link

Set no relief to window control button #29

Open alunux opened 6 years ago

alunux commented 6 years ago

Fixed #16. Also it plays nice with panel look and feel. Tested on built-in theme and Qogir theme.

Before - built-in theme: image

After - built-in theme: image

Before - Qogir theme: image

After - Qogir theme: image

rbreaves commented 3 years ago

This would be a nice addition indeed. It kinda annoys me to see a broken theme - even when not maximized I was about to do my own investigation but it looks like this PR has been waiting to be merged for some time already.

Just to lay out all of the dependencies for compiling on something like Ubuntu Budgie since it is not mentioned any where.

sudo apt install meson ninja-build libgtk-3-dev libpeas-dev budgie-core-dev libwnck-3-dev

If brew is installed then remove pkg-config, at least temporarily

brew remove --ignore-dependencies pkg-config