nwg-piotr / nwg-drawer

Application drawer for wlroots-based Wayland compositors
MIT License
240 stars 25 forks source link

Drawer not following CSS with newest update #76

Closed xi-pinmping closed 1 year ago

xi-pinmping commented 1 year ago

Morning Piotr,

Unironically loving the updates we've been getting on this, but on the latest drawer update. I believe I still have default colors for it, black but slightly transparent. Its a sleek look ngl. But now it appears blue-ish and slightly transparent. I have confirmed it is selected to use preset-0, and the following is the code for that file and a screenshot of what it looks like now.

  window {
      background-color: rgba (20, 20, 20, 0.95);
      color: #eeeeee
  }

  /* search entry */
  entry {
      background-color: rgba (0, 0, 0, 0.2)
  }

  button, image {
      background: none;
      border: none
  }

  button:hover {
      background-color: rgba (255, 255, 255, 0.1)
  }

  /* in case you wanted to give category buttons a different look */
  #category-button {
      margin: 0 10px 0 10px
  }

  #pinned-box {
      padding-bottom: 5px;
      border-bottom: 1px dotted gray
  }

  #files-box {
      padding: 5px;
      border: 1px dotted gray;
      border-radius: 15px
  }

image

Not sure if this is caused by something I did but it shouldn't be as I haven't been making any changes in this area at all lately. Thanks for providing this great suite!

xi-pinmping commented 1 year ago

Actually after another update and a couple reboots it is fixed, not sure the issue as no nwg packages were updated. Must've been a weird dependency thing.

nwg-piotr commented 1 year ago

But now it appears blue-ish and slightly transparent.

This looks like the default drawer.css.