Regenerated
This commit is contained in:
+291
-291
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -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
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user