dotfiles/qt5ct/qss/aludel.qss

17 lines
598 B
Plaintext

Notification * {
font-family: "Roboto", "JoyPixels";
}
Notification #container {
background: /**/palette(window)/**/ /*/qlineargradient(x1: 0.5, x2: 0.5, y1: 0, y2: 1, stop: 0 #a3cb60b3, stop: 0.5 #a3c146a1, stop: 0.51 #a3a80077, stop: 1.0 #a3db36a4)/**/;
border: 1px solid palette(mid);
border-radius: 1;
}
Notification[urgency=critical] #container { /* just a bit of an indicator */
border-color: qlineargradient(x1: 0.75, x2: 1, y1: 0, y2: 0, stop: 0.0 palette(mid), stop: 1.0 red);
border-left-color: palette(mid);
border-right-color: red;
border-radius: 0;
}