Regenerated
This commit is contained in:
+382
-392
File diff suppressed because it is too large
Load Diff
+2
-12
@@ -2925,8 +2925,8 @@ These are config files for .config/hypr
|
|||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layer-rules.conf :noweb yes :mkdirp yes :eval never
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace waybar
|
layerrule = blur on, ignore_alpha 1, match:namespace waybar
|
||||||
layerrule = xray 1, match:namespace waybar
|
layerrule = xray 1, match:namespace waybar
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace swaync-control-center
|
layerrule = blur, match:namespace swaync-control-center
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
|
layerrule = blur, match:namespace swaync-notification-window
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/layout.conf=
|
** =generated/.config/hypr/layout.conf=
|
||||||
@@ -4365,16 +4365,6 @@ These are config files for waybar
|
|||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Gradient border mixin via background-image trick ──────────────────────
|
|
||||||
Elements that need a gradient border get:
|
|
||||||
background-image: linear-gradient(@base, @base),
|
|
||||||
linear-gradient(45deg, @blue, @green);
|
|
||||||
background-clip: padding-box, border-box;
|
|
||||||
background-origin: padding-box, border-box;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
This paints the gradient behind the element, clipped to the border area.
|
|
||||||
────────────────────────────────────────────────────────────────────────── */
|
|
||||||
|
|
||||||
/* ── Notification rows ─────────────────────────────────────────────────── */
|
/* ── Notification rows ─────────────────────────────────────────────────── */
|
||||||
|
|
||||||
.notification-row {
|
.notification-row {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace waybar
|
layerrule = blur on, ignore_alpha 1, match:namespace waybar
|
||||||
layerrule = xray 1, match:namespace waybar
|
layerrule = xray 1, match:namespace waybar
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace swaync-control-center
|
layerrule = blur, match:namespace swaync-control-center
|
||||||
layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
|
layerrule = blur, match:namespace swaync-notification-window
|
||||||
|
|||||||
@@ -8,16 +8,6 @@
|
|||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Gradient border mixin via background-image trick ──────────────────────
|
|
||||||
Elements that need a gradient border get:
|
|
||||||
background-image: linear-gradient(@base, @base),
|
|
||||||
linear-gradient(45deg, @blue, @green);
|
|
||||||
background-clip: padding-box, border-box;
|
|
||||||
background-origin: padding-box, border-box;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
This paints the gradient behind the element, clipped to the border area.
|
|
||||||
────────────────────────────────────────────────────────────────────────── */
|
|
||||||
|
|
||||||
/* ── Notification rows ─────────────────────────────────────────────────── */
|
/* ── Notification rows ─────────────────────────────────────────────────── */
|
||||||
|
|
||||||
.notification-row {
|
.notification-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user