wip: dnsc-machine setup
This commit is contained in:
parent
4f598fc382
commit
e6b6016ba7
7 changed files with 77 additions and 51 deletions
|
|
@ -21,18 +21,6 @@
|
|||
},
|
||||
"buttons-grid": {
|
||||
"actions": [
|
||||
{
|
||||
"command": "wezterm start -- nmtui",
|
||||
"label": " "
|
||||
},
|
||||
{
|
||||
"command": "blueman-manager",
|
||||
"label": " "
|
||||
},
|
||||
{
|
||||
"command": "hyprlock",
|
||||
"label": " "
|
||||
},
|
||||
{
|
||||
"command": "niri msg action quit",
|
||||
"label": " "
|
||||
|
|
|
|||
|
|
@ -78,11 +78,11 @@ notificationwindow, blankwindow, blankwindow {
|
|||
border-radius: 12px;
|
||||
padding: 6px 12px;
|
||||
margin: 8px;
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.notification-row .notification-background .notification:hover {
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.notification-row .notification-background .notification.low {
|
||||
|
|
@ -110,7 +110,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
|
||||
.notification-row .notification-background .notification .notification-default-action:hover {
|
||||
-gtk-icon-filter: none;
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.notification-row .notification-background .notification .notification-default-action:not(:only-child) {
|
||||
|
|
@ -302,7 +302,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
}
|
||||
|
||||
.notification-group.collapsed .notification-row .notification {
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.notification-group.collapsed .notification-row:not(:last-child) {
|
||||
|
|
@ -316,14 +316,16 @@ notificationwindow, blankwindow, blankwindow {
|
|||
}
|
||||
|
||||
.notification-group.collapsed:hover .notification-row:not(:only-child) .notification {
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.control-center {
|
||||
/* The Control Center which contains the old notifications + widgets */
|
||||
background-color: @bg;
|
||||
border-radius: 0;
|
||||
border-left: 2px solid @magenta_subtle_bg;
|
||||
color: @fg;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
.control-center .control-center-list-placeholder {
|
||||
|
|
@ -338,7 +340,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
|
||||
.control-center .control-center-list .notification {
|
||||
box-shadow: none;
|
||||
border: 2px solid @magenta_subtle_bg_darker;
|
||||
border: 2px solid @magenta_subtle_bg;
|
||||
}
|
||||
|
||||
.control-center .control-center-list .notification .notification-default-action,
|
||||
|
|
@ -347,7 +349,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
|
||||
.control-center .control-center-list .notification .notification-default-action:hover,
|
||||
.control-center .control-center-list .notification .notification-action:hover {
|
||||
background-color: @bg;
|
||||
background-color: @bg_secondary;
|
||||
}
|
||||
|
||||
.blank-window {
|
||||
|
|
@ -365,6 +367,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
|
||||
.widget-mpris {
|
||||
padding: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.widget-mpris .widget-mpris-player {
|
||||
|
|
@ -425,7 +428,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
margin-left: 12px;
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
color: @fg_dim;
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
/* .widget-buttons-grid { */
|
||||
|
|
@ -437,6 +440,7 @@ notificationwindow, blankwindow, blankwindow {
|
|||
margin: 8px;
|
||||
background-color: @magenta_subtle_bg_darker;
|
||||
color: @magenta_brighter;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.widget-buttons-grid flowboxchild > button:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue