wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:11:46 +01:00
parent 6201452354
commit 914c19b1ba

View file

@ -72,7 +72,7 @@
}; };
}; };
style = '' style = ''
@define-color cc-bg #16161d; @define-color cc-bg #0f0b15;
@define-color noti-border-color #dcd7ba; @define-color noti-border-color #dcd7ba;
@define-color noti-bg #11111b; @define-color noti-bg #11111b;
@define-color noti-bg-darker #2b2b39; @define-color noti-bg-darker #2b2b39;
@ -83,14 +83,13 @@
@define-color text-color #dcd7ba; @define-color text-color #dcd7ba;
@define-color text-color-disabled #828282; @define-color text-color-disabled #828282;
@define-color bg-selected #7e9cd8; @define-color bg-selected #7e9cd8;
@define-color border-green #76946a;
@define-color red-base #c34043; @define-color red-base #c34043;
@define-color red-hover #e46876; @define-color red-hover #e46876;
@define-color green-base #98bb6c; @define-color green-base #98bb6c;
@define-color blue-base #7e9cd8; @define-color blue-base #7e9cd8;
* { * {
font-family: "JetBrainsMono NFM SemiBold", monospace; font-family: "VictorMono Nerd Font", monospace;
border-radius: 0; border-radius: 0;
} }
@ -126,12 +125,12 @@
.widget-mpris>box>button, .widget-mpris>box>button,
.widget-mpris-player, .widget-mpris-player,
.widget-mpris-album-art { .widget-mpris-album-art {
border-radius: 0; border-radius: 5;
} }
.notification { .notification {
background: @cc-bg; background: @cc-bg;
border: 2px solid @border-green; border: none;
margin: 3px -2px 3px 0; margin: 3px -2px 3px 0;
} }