Regenerated

This commit is contained in:
2026-03-28 22:07:52 +00:00
parent 678cee3d9d
commit ce58c69efa
4 changed files with 297 additions and 297 deletions
+291 -291
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -2106,7 +2106,7 @@ listener {
** =.config/hypr/hyprland.conf= ** =.config/hypr/hyprland.conf=
These are config files for .config/hypr These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb yes :mkdirp yes :eval never #+BEGIN_SRC conf :tangle generated/.config/hypr/hyprland.conf :noweb yes :mkdirp yes :eval never
source = ./theming.conf source = ./theming.css
source = ./animations.conf source = ./animations.conf
source = ./bindings.conf source = ./bindings.conf
# source = ./behaviour.conf # source = ./behaviour.conf
@@ -2246,9 +2246,9 @@ hyprctl dispatch layoutmsg setlayout "$LAYOUT_NAME"
hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000 hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
#+END_SRC #+END_SRC
** =.config/hypr/theming.conf= ** =.config/hypr/theming.css=
These are config files for .config/hypr These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb yes :mkdirp yes :eval never #+BEGIN_SRC css :tangle generated/.config/hypr/theming.css :noweb yes :mkdirp yes :eval never
# Hyprland Catppuccin Mocha Theme (solid colors) # Hyprland Catppuccin Mocha Theme (solid colors)
# Colors # Colors
@@ -2280,7 +2280,7 @@ general {
extend_border_grab_area = 20 extend_border_grab_area = 20
# Solid-color borders # Solid-color borders
col.active_border = rgb(FFFF00) col.active_border = "0xff97cbcd 0xff89b4fa"
#col.active_border = #a6e3a1 #col.active_border = #a6e3a1
#col.inactive_border = #595959aa #col.inactive_border = #595959aa
} }
@@ -1,4 +1,4 @@
source = ./theming.conf source = ./theming.css
source = ./animations.conf source = ./animations.conf
source = ./bindings.conf source = ./bindings.conf
# source = ./behaviour.conf # source = ./behaviour.conf
@@ -29,7 +29,7 @@ general {
extend_border_grab_area = 20 extend_border_grab_area = 20
# Solid-color borders # Solid-color borders
col.active_border = rgb(FFFF00) col.active_border = "0xff97cbcd 0xff89b4fa"
#col.active_border = #a6e3a1 #col.active_border = #a6e3a1
#col.inactive_border = #595959aa #col.inactive_border = #595959aa
} }