Regenerated

This commit is contained in:
2026-04-11 15:57:37 +02:00
parent ebb2a08eaa
commit 99ac636a53
3 changed files with 387 additions and 333 deletions
+343 -325
View File
File diff suppressed because it is too large Load Diff
+22 -4
View File
@@ -2480,11 +2480,28 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
** =generated/.config/hypr/theming.css=
These are config files for .config/hypr
#+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) */
source = ~/.config/shared/colors.css
# Colors
$base = #1e1e2e
$mantle = #181825
$surface0 = #313244
$surface1 = #45475a
$surface2 = #585b70
$text = #cdd6f4
$rosewater = #f5e0dc
$lavender = #b4befe
$red = #f38ba8
$peach = #fab387
$yellow = #f9e2af
$green = #a6e3a1
$teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
/* General theming */
# General theming
general {
gaps_in = 2
gaps_out = 4
@@ -2499,10 +2516,11 @@ general {
#col.inactive_border = #595959aa
}
/* Window decorations */
# Window decorations
decoration {
rounding = 8
}
#+END_SRC
** =generated/.config/hypr/window-rules.conf=
+22 -4
View File
@@ -1,7 +1,25 @@
/* Hyprland Catppuccin Mocha Theme (solid colors) */
source = ~/.config/shared/colors.css
# Hyprland Catppuccin Mocha Theme (solid colors)
/* General theming */
# Colors
$base = #1e1e2e
$mantle = #181825
$surface0 = #313244
$surface1 = #45475a
$surface2 = #585b70
$text = #cdd6f4
$rosewater = #f5e0dc
$lavender = #b4befe
$red = #f38ba8
$peach = #fab387
$yellow = #f9e2af
$green = #a6e3a1
$teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
# General theming
general {
gaps_in = 2
gaps_out = 4
@@ -16,7 +34,7 @@ general {
#col.inactive_border = #595959aa
}
/* Window decorations */
# Window decorations
decoration {
rounding = 8
}