configures cliphist

This commit is contained in:
Dennis Schoepf 2025-11-25 23:51:16 +01:00
parent 44e1b85f74
commit 1407b6964d
7 changed files with 29 additions and 18 deletions

View file

@ -32,6 +32,10 @@
@define-color silver #b8c6d5;
@define-color silver_bright #ffffff;
* {
font-family: "VictorMono NF SemiBold";
}
notificationwindow, blankwindow, blankwindow {
background: transparent;
}
@ -438,14 +442,16 @@ notificationwindow, blankwindow, blankwindow {
.widget-buttons-grid flowboxchild > button {
padding: 12px 0;
margin: 8px;
background-color: @magenta_subtle_bg_darker;
color: @magenta_brighter;
background-color: @magenta;
color: @fg;
opacity: 1;
}
.widget-buttons-grid flowboxchild > button:hover {
padding: 12px 0;
background-color: @magenta_subtle_bg;
background-color: @magenta;
box-shadow: inset 0px 0px 15px 3px rgba(0,0,0,0.8);
transition: none;
color: @fg;
}