feat: split panels for waybar;
refactor: waybar, swaync and rofi now share colors; refactor: removed windows from rofi, niced colors; fix: transparency blur arifacts;
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"layer-shell": true,
|
||||
"layer-shell-cover-screen": false,
|
||||
"cssPriority": "highest",
|
||||
"control-center-margin-top": 5,
|
||||
"control-center-margin-top": 10,
|
||||
"control-center-margin-bottom": 5,
|
||||
"control-center-margin-right": 5,
|
||||
"control-center-margin-right": -10,
|
||||
"control-center-margin-left": 0,
|
||||
"notification-2fa-action": false,
|
||||
"notification-inline-replies": false,
|
||||
@@ -21,13 +21,13 @@
|
||||
"timeout-critical": 0,
|
||||
"fit-to-screen": true,
|
||||
"relative-timestamps": true,
|
||||
"control-center-width": 500,
|
||||
"control-center-height": 600,
|
||||
"control-center-width": 470,
|
||||
"control-center-height": 800,
|
||||
"notification-window-width": 500,
|
||||
"keyboard-shortcuts": true,
|
||||
"notification-grouping": false,
|
||||
"image-visibility": "when-available",
|
||||
"transition-time": 200,
|
||||
"transition-time": 100,
|
||||
"hide-on-clear": false,
|
||||
"hide-on-action": true,
|
||||
"text-empty": "No nothing",
|
||||
@@ -58,8 +58,7 @@
|
||||
"inhibitors",
|
||||
"title",
|
||||
"notifications",
|
||||
"dnd",
|
||||
"mpris"
|
||||
"dnd"
|
||||
],
|
||||
"widget-config": {
|
||||
"inhibitors": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
:root {
|
||||
--cc-bg: #1c1c1cca;
|
||||
--noti-border-color: rgba(90, 104, 115, 0.5);
|
||||
--noti-border-color: rgba(90, 104, 115, 0.8);
|
||||
--noti-bg: #1c1c1cca;
|
||||
--noti-bg-alt:#1c1c1cca;
|
||||
--noti-bg-alpha: 0.85;
|
||||
@@ -16,6 +16,7 @@
|
||||
--notification-icon-size: 64px;
|
||||
--notification-app-icon-size: calc(var(--notification-icon-size) / 3);
|
||||
--notification-group-icon-size: 32px;
|
||||
--button-off: #2e2d31;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -24,7 +25,8 @@
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--noti-border-color);
|
||||
background-color: var(--button-off);
|
||||
border: 1px solid #303030;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
@@ -304,8 +306,9 @@ button:hover {
|
||||
/* The Control Center which contains the old notifications + widgets */
|
||||
background: var(--cc-bg);
|
||||
color: var(--text-color);
|
||||
border-radius: 5px;
|
||||
border-radius: 10px 0 0 10px;
|
||||
border: 3px solid var(--noti-border-color);
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.control-center .control-center-list-placeholder {
|
||||
|
||||
Reference in New Issue
Block a user