Regenerated

This commit is contained in:
2026-04-11 15:54:30 +02:00
parent 88a33b0f3e
commit ebb2a08eaa
4 changed files with 345 additions and 385 deletions
+329 -342
View File
File diff suppressed because it is too large Load Diff
+8 -21
View File
@@ -2425,6 +2425,10 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb yes :mkdirp yes :eval never
workspace_layouts = dwindle, master, scrolling, monocle
scrolling {
column_width = 0.329
fullscreen_on_one_column = true
}
#+END_SRC
** =generated/.config/hypr/monitor-rules.conf=
@@ -2476,28 +2480,11 @@ 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)
# 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
/* Hyprland Catppuccin Mocha Theme (solid colors) */
source = ~/.config/shared/colors.css
# General theming
/* General theming */
general {
gaps_in = 2
gaps_out = 4
@@ -2512,7 +2499,7 @@ general {
#col.inactive_border = #595959aa
}
# Window decorations
/* Window decorations */
decoration {
rounding = 8
}
@@ -1 +1,5 @@
workspace_layouts = dwindle, master, scrolling, monocle
scrolling {
column_width = 0.329
fullscreen_on_one_column = true
}
+4 -22
View File
@@ -1,25 +1,7 @@
# 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
@@ -34,7 +16,7 @@ general {
#col.inactive_border = #595959aa
}
# Window decorations
/* Window decorations */
decoration {
rounding = 8
}