aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserConfigs/user_decorations.lua
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-07-15 01:54:35 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:35 -0700
commitfc19045e8bca78576aa873f8cada5e4c967fafbb (patch)
treec5d06cc4a8d2e323a919f854c624e0c3cb67f5d5 /config/hypr/UserConfigs/user_decorations.lua
parent5284ac303bd72b707430808d0d8d298f00f0ac83 (diff)
Add: same startup uncommented user_decorations
The user_decorations file has default values. The commented out values caused it to reset to defaults Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/UserConfigs/user_decorations.lua modified: config/hypr/UserConfigs/user_startup.lua
Diffstat (limited to 'config/hypr/UserConfigs/user_decorations.lua')
-rw-r--r--config/hypr/UserConfigs/user_decorations.lua94
1 files changed, 47 insertions, 47 deletions
diff --git a/config/hypr/UserConfigs/user_decorations.lua b/config/hypr/UserConfigs/user_decorations.lua
index 6d2bab7a..b3b175d9 100644
--- a/config/hypr/UserConfigs/user_decorations.lua
+++ b/config/hypr/UserConfigs/user_decorations.lua
@@ -11,54 +11,54 @@
-- Uncomment and edit examples below if you want defaults in the repo template.
-- Example general overrides:
--- hl.config({
--- general = {
--- border_size = 1,
--- gaps_in = 4,
--- gaps_out = 6,
--- },
--- })
+hl.config({
+ general = {
+ border_size = 1,
+ gaps_in = 4,
+ gaps_out = 6,
+ },
+})
-- Example decoration overrides:
--- hl.config({
--- decoration = {
--- rounding = 10,
--- active_opacity = 1.0,
--- inactive_opacity = 0.95,
--- fullscreen_opacity = 1.0,
--- dim_inactive = true,
--- dim_strength = 0.1,
--- dim_special = 0.8,
--- shadow = {
--- enabled = true,
--- range = 2,
--- render_power = 1,
--- color = "rgba(8db4ffff)",
--- color_inactive = "rgba(5f6578ff)",
--- },
--- blur = {
--- enabled = true,
--- size = 6,
--- passes = 3,
--- new_optimizations = true,
--- xray = true,
--- ignore_opacity = true,
--- special = true,
--- popups = true,
--- },
--- },
--- })
+hl.config({
+ decoration = {
+ rounding = 10,
+ active_opacity = 1.0,
+ inactive_opacity = 0.95,
+ fullscreen_opacity = 1.0,
+ dim_inactive = true,
+ dim_strength = 0.1,
+ dim_special = 0.8,
+ shadow = {
+ enabled = true,
+ range = 2,
+ render_power = 1,
+ color = "rgba(8db4ffff)",
+ color_inactive = "rgba(5f6578ff)",
+ },
+ blur = {
+ enabled = true,
+ size = 6,
+ passes = 3,
+ new_optimizations = true,
+ xray = true,
+ ignore_opacity = true,
+ special = true,
+ popups = true,
+ },
+ },
+})
-- Example group styling:
--- hl.config({
--- group = {
--- col = {
--- border_active = "rgba(ffffffff)",
--- },
--- groupbar = {
--- col = {
--- active = "rgba(0f111aff)",
--- },
--- },
--- },
--- })
+hl.config({
+ group = {
+ col = {
+ border_active = "rgba(ffffffff)",
+ },
+ groupbar = {
+ col = {
+ active = "rgba(0f111aff)",
+ },
+ },
+ },
+})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage