New backup 2025-03-04 23:45:02
This commit is contained in:
parent
9244769724
commit
85e6d12968
6 changed files with 17 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 64 KiB |
|
@ -18,6 +18,19 @@
|
|||
blur_ignore_transparent enable
|
||||
corner_radius 10
|
||||
}
|
||||
layer_effects "gtk-layer-shell" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
}
|
||||
layer_effects "swaync-control-center" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
}
|
||||
layer_effects "swaync-notification-window" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
}
|
||||
|
||||
blur_brightness 0.85
|
||||
blur enable
|
||||
shadows enable
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*@import '../../.cache/wal/colors-waybar.css';*/
|
||||
@import '../de-vars/colors/blazer/waybar.css';
|
||||
@import '../de-vars/colors/active/waybar.css';
|
||||
@import 'themes/nova-dark/notifications.css';
|
||||
@import 'themes/nova-dark/central_control.css';
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
background: alpha(@background, .75);
|
||||
border-radius: 12px;
|
||||
border: 1px solid @selected;
|
||||
box-shadow: 0 2px 8px 0 @background;
|
||||
/* box-shadow: 0 2px 8px 0 @background;*/
|
||||
margin: 18px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
.floating-notifications.background .notification-row .notification-background {
|
||||
background: alpha(@background, .75);
|
||||
box-shadow: 0 2px 8px 0 @background;
|
||||
/* box-shadow: 0 2px 8px 0 @background;*/
|
||||
border: 1px solid @selected;
|
||||
border-radius: 12px;
|
||||
margin: 16px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
window {
|
||||
border: 5px solid --wofi-color0;
|
||||
border: 5px solid --wofi-color1;
|
||||
background-color: rgba(--wofi-rgb-color0,0);
|
||||
border-radius:10px;
|
||||
/* opacity:0.25;*/
|
||||
|
|
Loading…
Add table
Reference in a new issue