Regenerated

This commit is contained in:
2026-04-13 15:27:09 +02:00
parent ff328201b5
commit 1f9e960787
5 changed files with 431 additions and 439 deletions
+368 -371
View File
File diff suppressed because it is too large Load Diff
+31 -34
View File
@@ -2447,33 +2447,6 @@ source = ./layout.conf
source = ./monitor-rules.conf
source = ./window-rules.conf
source = ./workspace-rules.conf
decoration {
shadow {
color=rgba(1e1e2e99)
}
}
general {
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
group {
groupbar {
col.active=rgb(89b4fa)
col.inactive=rgb(45475a)
text_color=rgb(cdd6f4)
}
col.border_active=rgb(89b4fa)
col.border_inactive=rgb(45475a)
col.border_locked_active=rgb(94e2d5)
}
misc {
background_color=rgb(1e1e2e)
}
#+END_SRC
** =generated/.config/hypr/layer-rules.conf=
@@ -2508,6 +2481,7 @@ monitor=DP-1,3840x1080@144,1920x0,1
** =generated/.config/hypr/theming.conf=
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/theming.conf :noweb yes :mkdirp yes :eval never
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# Hyprland Catppuccin Mocha Theme (solid colors)
# Colors
@@ -2529,7 +2503,7 @@ $mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
# General theming
# General
general {
gaps_in = 2
gaps_out = 4
@@ -2537,18 +2511,34 @@ general {
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
# Solid-color borders
#col.active_border = "0xff89b4fa 0xffa6e3a1"
#col.active_border = #a6e3a1
#col.inactive_border = #595959aa
col.active_border = rgb(89b4fa) rgb(a6e3a1) 45deg
col.inactive_border = $inactive
}
# Window decorations
# Decorations
decoration {
rounding = 8
shadow {
color = rgba(1e1e2e99)
}
}
# Groups
group {
col.border_active = rgb(89b4fa)
col.border_inactive = rgb(45475a)
col.border_locked_active = rgb(94e2d5)
groupbar {
col.active = rgb(89b4fa)
col.inactive = rgb(45475a)
text_color = rgb(cdd6f4)
}
}
# Misc
misc {
background_color = rgb(1e1e2e)
}
#+END_SRC
** =generated/.config/hypr/window-rules.conf=
@@ -2602,6 +2592,13 @@ windowrule {
pin = on
}
# Wofi window rules
# (windowrulev2 does not support $variables, hardcoded intentionally)
windowrulev2 = bordercolor rgb(89b4fa) rgb(a6e3a1) 45deg, class:^(wofi)$
windowrulev2 = rounding 14, class:^(wofi)$
windowrulev2 = noborder 0, class:^(wofi)$
#+END_SRC
** =generated/.config/hypr/workspace-rules.conf=
@@ -9,30 +9,3 @@ source = ./layout.conf
source = ./monitor-rules.conf
source = ./window-rules.conf
source = ./workspace-rules.conf
decoration {
shadow {
color=rgba(1e1e2e99)
}
}
general {
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
group {
groupbar {
col.active=rgb(89b4fa)
col.inactive=rgb(45475a)
text_color=rgb(cdd6f4)
}
col.border_active=rgb(89b4fa)
col.border_inactive=rgb(45475a)
col.border_locked_active=rgb(94e2d5)
}
misc {
background_color=rgb(1e1e2e)
}
+25 -7
View File
@@ -1,4 +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. ---
# Hyprland Catppuccin Mocha Theme (solid colors)
# Colors
@@ -20,7 +21,7 @@ $mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
# General theming
# General
general {
gaps_in = 2
gaps_out = 4
@@ -28,14 +29,31 @@ general {
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
# Solid-color borders
#col.active_border = "0xff89b4fa 0xffa6e3a1"
#col.active_border = #a6e3a1
#col.inactive_border = #595959aa
col.active_border = rgb(89b4fa) rgb(a6e3a1) 45deg
col.inactive_border = $inactive
}
# Window decorations
# Decorations
decoration {
rounding = 8
shadow {
color = rgba(1e1e2e99)
}
}
# Groups
group {
col.border_active = rgb(89b4fa)
col.border_inactive = rgb(45475a)
col.border_locked_active = rgb(94e2d5)
groupbar {
col.active = rgb(89b4fa)
col.inactive = rgb(45475a)
text_color = rgb(cdd6f4)
}
}
# Misc
misc {
background_color = rgb(1e1e2e)
}
@@ -46,3 +46,10 @@ windowrule {
move = cursor -50% 0
pin = on
}
# Wofi window rules
# (windowrulev2 does not support $variables, hardcoded intentionally)
windowrulev2 = bordercolor rgb(89b4fa) rgb(a6e3a1) 45deg, class:^(wofi)$
windowrulev2 = rounding 14, class:^(wofi)$
windowrulev2 = noborder 0, class:^(wofi)$