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:
2025-09-18 09:55:08 +03:00
parent 5f61c6abd9
commit 14730f1269
8 changed files with 102 additions and 59 deletions

View File

@@ -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 {