Regenerated
This commit is contained in:
+384
-383
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -2919,6 +2919,9 @@ 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, swaync-control-center
|
||||||
|
layerrule = ignorezero, swaync-control-center
|
||||||
|
layerrule = blursize 8, swaync-control-center # optional, tune to taste
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/layout.conf=
|
** =generated/.config/hypr/layout.conf=
|
||||||
@@ -4425,11 +4428,9 @@ These are config files for waybar
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
color: @text;
|
color: @text;
|
||||||
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
/* gradient border */
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(@base, @base), /* ← was @mantle, @mantle */
|
linear-gradient(@base-alpha, @base-alpha), /* ← was @mantle, @mantle */
|
||||||
linear-gradient(45deg, @blue, @green);
|
linear-gradient(45deg, @blue, @green);
|
||||||
background-clip: padding-box, border-box;
|
background-clip: padding-box, border-box;
|
||||||
background-origin: padding-box, border-box;
|
background-origin: padding-box, border-box;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
# --- 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, swaync-control-center
|
||||||
|
layerrule = ignorezero, swaync-control-center
|
||||||
|
layerrule = blursize 8, swaync-control-center # optional, tune to taste
|
||||||
|
|||||||
@@ -76,11 +76,9 @@
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
color: @text;
|
color: @text;
|
||||||
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
/* gradient border */
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(@base, @base), /* ← was @mantle, @mantle */
|
linear-gradient(@base-alpha, @base-alpha), /* ← was @mantle, @mantle */
|
||||||
linear-gradient(45deg, @blue, @green);
|
linear-gradient(45deg, @blue, @green);
|
||||||
background-clip: padding-box, border-box;
|
background-clip: padding-box, border-box;
|
||||||
background-origin: padding-box, border-box;
|
background-origin: padding-box, border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user