Regenerated
This commit is contained in:
+329
-342
File diff suppressed because it is too large
Load Diff
+8
-21
@@ -2425,6 +2425,10 @@ layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-window
|
|||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/layout.conf :noweb yes :mkdirp yes :eval never
|
||||||
workspace_layouts = dwindle, master, scrolling, monocle
|
workspace_layouts = dwindle, master, scrolling, monocle
|
||||||
|
scrolling {
|
||||||
|
column_width = 0.329
|
||||||
|
fullscreen_on_one_column = true
|
||||||
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/hypr/monitor-rules.conf=
|
** =generated/.config/hypr/monitor-rules.conf=
|
||||||
@@ -2476,28 +2480,11 @@ hyprctl dispatch oSD "Layout: $LAYOUT_NAME" 2000
|
|||||||
** =generated/.config/hypr/theming.css=
|
** =generated/.config/hypr/theming.css=
|
||||||
These are config files for .config/hypr
|
These are config files for .config/hypr
|
||||||
#+BEGIN_SRC css :tangle generated/.config/hypr/theming.css :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)
|
|
||||||
|
|
||||||
# Colors
|
/* Hyprland Catppuccin Mocha Theme (solid colors) */
|
||||||
$base = #1e1e2e
|
source = ~/.config/shared/colors.css
|
||||||
$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 {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
@@ -2512,7 +2499,7 @@ general {
|
|||||||
#col.inactive_border = #595959aa
|
#col.inactive_border = #595959aa
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window decorations
|
/* Window decorations */
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
workspace_layouts = dwindle, master, scrolling, monocle
|
workspace_layouts = dwindle, master, scrolling, monocle
|
||||||
|
scrolling {
|
||||||
|
column_width = 0.329
|
||||||
|
fullscreen_on_one_column = true
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,25 +1,7 @@
|
|||||||
# Hyprland Catppuccin Mocha Theme (solid colors)
|
/* Hyprland Catppuccin Mocha Theme (solid colors) */
|
||||||
|
source = ~/.config/shared/colors.css
|
||||||
|
|
||||||
# Colors
|
/* General theming */
|
||||||
$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 {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
@@ -34,7 +16,7 @@ general {
|
|||||||
#col.inactive_border = #595959aa
|
#col.inactive_border = #595959aa
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window decorations
|
/* Window decorations */
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user