Skip to content
Discussion options

You must be logged in to vote

Okay after some tinkering i found a working but not optimal solution:

Using:

background-image: -gtk-icontheme("<icon-name>");

One can achieve every button-variant I mentioned above

For anyone who has the same problem here's a quick rundown:

  • Set the label to an empty string
.top-bar > .menu-button-bar .widget-menubar-container:last-child button label {
  background-image:
    -gtk-icontheme("system-shutdown-symbolic"),
    -gtk-icontheme("go-down-symbolic");
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 16px;
  background-position: left, right;
  min-width: 40px;
}
.widget-volume label {
  background-image: -gtk-icontheme("audio-volume-high-symbolic");
  backgroun…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by plhrtr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant