quickshell: add blur behind bar and toasts, reduce opacity to 70%
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6af8e5e129
commit
8c20fdf93c
1 changed files with 10 additions and 1 deletions
|
|
@ -120,6 +120,13 @@ in
|
|||
shadow.color = rgba c.base00 "99";
|
||||
};
|
||||
|
||||
layerrule = [
|
||||
"blur, quickshell-bar"
|
||||
"blur, quickshell-toast"
|
||||
"ignorealpha 0.3, quickshell-bar"
|
||||
"ignorealpha 0.3, quickshell-toast"
|
||||
];
|
||||
|
||||
group = {
|
||||
"col.border_active" = rgb c.base0D;
|
||||
"col.border_inactive" = rgb c.base03;
|
||||
|
|
@ -531,7 +538,7 @@ in
|
|||
readonly property color base0B: "#${c.base0B}"
|
||||
readonly property color base0C: "#${c.base0C}"
|
||||
readonly property color base0D: "#${c.base0D}"
|
||||
readonly property color barBg: "#D1${c.base00}"
|
||||
readonly property color barBg: "#B3${c.base00}"
|
||||
readonly property color toastBg: "#E6${c.base00}"
|
||||
}
|
||||
'';
|
||||
|
|
@ -599,6 +606,7 @@ in
|
|||
text = ''
|
||||
import Quickshell
|
||||
import Quickshell.Hyprland
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Services.SystemTray
|
||||
import Quickshell.Services.Notifications
|
||||
import Quickshell.Services.Pipewire
|
||||
|
|
@ -613,6 +621,7 @@ in
|
|||
required property var modelData
|
||||
required property NotificationServer notifServer
|
||||
screen: modelData
|
||||
WlrLayershell.namespace: "quickshell-bar"
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue